summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-11-09 21:31:23 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2017-11-09 21:31:23 -0500
commit43cfc52eb9a9cdedacb80a9c896306892a2c3eb2 (patch)
treef1f13c559946c3a2c095735b1bc65f5aa55f0108
parent5970ecc9013ab303c4227702a8e1a2d5089da9bf (diff)
downloadlongterm-queue-4.8-43cfc52eb9a9cdedacb80a9c896306892a2c3eb2.tar.gz
Makefile: add version bump patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-4.8.26.patch22
-rw-r--r--queue/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/queue/Linux-4.8.26.patch b/queue/Linux-4.8.26.patch
new file mode 100644
index 0000000..97c71ea
--- /dev/null
+++ b/queue/Linux-4.8.26.patch
@@ -0,0 +1,22 @@
+From ba169b9235952247817594bffc3a8a3abe7a0e93 Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Thu, 9 Nov 2017 21:30:18 -0500
+Subject: [PATCH] Linux 4.8.26
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index 69b28718e5ea..230b9d92a233 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 8
+-SUBLEVEL = 25
++SUBLEVEL = 26
+ EXTRAVERSION =
+ NAME = Psychotic Stoned Sheep
+
+--
+2.12.0
+
diff --git a/queue/series b/queue/series
index 9973235..c3f4fc8 100644
--- a/queue/series
+++ b/queue/series
@@ -202,3 +202,4 @@ libnvdimm-region-fix-flush-hint-detection-crash.patch
libnvdimm-pmem-fix-a-NULL-pointer-BUG-in-nd_pmem_not.patch
libnvdimm-pfn-fix-npfns-vs-section-alignment.patch
pstore-Shut-down-worker-when-unregistering.patch
+Linux-4.8.26.patch