summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-22 09:37:30 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-22 09:37:30 -0400
commit6b8735fdcd6b37d9e734d89af7d923ace7412a26 (patch)
tree61a2a9222b46a405ad82bd82763e48a0d631f9da
parent3598287b71dcc057580840d2658f705d8eef778c (diff)
downloadlongterm-queue-5.2-6b8735fdcd6b37d9e734d89af7d923ace7412a26.tar.gz
Makefile: add version increment commit
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-5.2.57.patch23
-rw-r--r--queue/series2
2 files changed, 25 insertions, 0 deletions
diff --git a/queue/Linux-5.2.57.patch b/queue/Linux-5.2.57.patch
new file mode 100644
index 00000000..24e65cac
--- /dev/null
+++ b/queue/Linux-5.2.57.patch
@@ -0,0 +1,23 @@
+From 4e0181c318ace24b0bd303c8f9c1eca82499fd0b Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Sat, 22 Aug 2020 09:33:26 -0400
+Subject: [PATCH] Linux 5.2.57
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index 5a4c3fb0629e..889d1f89db84 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 2
+-SUBLEVEL = 56
++SUBLEVEL = 57
+ EXTRAVERSION =
+ NAME = Bobtail Squid
+
+--
+2.27.0
+
diff --git a/queue/series b/queue/series
index caed34b6..948385ee 100644
--- a/queue/series
+++ b/queue/series
@@ -2,3 +2,5 @@ selftests-bpf-Fix-detach-from-sockmap-tests.patch
bpf-sockmap-Require-attach_bpf_fd-when-detaching-a-p.patch
arm64-workaround-circular-dependency-in-pointer_auth.h.patch
ext4-fix-direct-i-o-read-error.patch
+
+Linux-5.2.57.patch