summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-09-17 13:58:23 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-09-17 13:58:23 -0400
commitcbce914af274b1456487ec64fcb8cdc8c760b082 (patch)
tree8e51b9183010f0b1aec5e6e603f102ff13a47ff7
parentbe3bcef7e68002299fbbeffc2864d2606cf14c71 (diff)
downloadlongterm-queue-5.2-cbce914af274b1456487ec64fcb8cdc8c760b082.tar.gz
Makefile: add version increment commit
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-5.2.60.patch22
-rw-r--r--queue/series2
2 files changed, 24 insertions, 0 deletions
diff --git a/queue/Linux-5.2.60.patch b/queue/Linux-5.2.60.patch
new file mode 100644
index 00000000..5535bf57
--- /dev/null
+++ b/queue/Linux-5.2.60.patch
@@ -0,0 +1,22 @@
+From 1e2552e2529a49c8e10f6f535321e9c6ff613814 Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Thu, 17 Sep 2020 13:57:32 -0400
+Subject: [PATCH] Linux 5.2.60
+
+
+diff --git a/Makefile b/Makefile
+index f42134a1b5bd..caecba89599c 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 2
+-SUBLEVEL = 59
++SUBLEVEL = 60
+ EXTRAVERSION =
+ NAME = Bobtail Squid
+
+--
+2.27.0
+
diff --git a/queue/series b/queue/series
index 7b488fba..c1002388 100644
--- a/queue/series
+++ b/queue/series
@@ -125,3 +125,5 @@ mm-madvise-fix-vma-user-after-free.patch
mm-slub-fix-conversion-of-freelist_corrupted.patch
rxrpc-Make-rxrpc_kernel_get_srtt-indicate-validity.patch
tools-build-feature-Quote-CC-and-CXX-for-their-argum.patch
+
+Linux-5.2.60.patch