summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-24 18:32:05 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-24 18:32:05 -0400
commitf31d9d332d98e43027cb43dc38520759f5b66404 (patch)
tree8b7316f413e92e5979165be37f4850ba6c3c9f1d
parentbc1adde0e6b822b48ea188741c0326882d7f4e80 (diff)
downloadlongterm-queue-5.2-f31d9d332d98e43027cb43dc38520759f5b66404.tar.gz
Makefile: add version increment commit
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-5.2.58.patch23
-rw-r--r--queue/series2
2 files changed, 25 insertions, 0 deletions
diff --git a/queue/Linux-5.2.58.patch b/queue/Linux-5.2.58.patch
new file mode 100644
index 00000000..d8ed1211
--- /dev/null
+++ b/queue/Linux-5.2.58.patch
@@ -0,0 +1,23 @@
+From 42114522acc28452121d1ef5ee7f014db4b3e504 Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Mon, 24 Aug 2020 18:29:25 -0400
+Subject: [PATCH] Linux 5.2.58
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index 889d1f89db84..83663dc5d912 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 2
+-SUBLEVEL = 57
++SUBLEVEL = 58
+ EXTRAVERSION =
+ NAME = Bobtail Squid
+
+--
+2.27.0
+
diff --git a/queue/series b/queue/series
index c4a4ac47..4eb21006 100644
--- a/queue/series
+++ b/queue/series
@@ -52,3 +52,5 @@ selftests-net-relax-cpu-affinity-requirement-in-msg_.patch
tcp-apply-a-floor-of-1-for-RTT-samples-from-TCP-time.patch
ima-move-APPRAISE_BOOTPARAM-dependency-on-ARCH_POLIC.patch
nfsd-Fix-NFSv4-READ-on-RDMA-when-using-readv.patch
+
+Linux-5.2.58.patch