summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-05-21 01:38:30 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2017-05-21 01:38:30 -0400
commit261e476e8e9cfa8d692eb72ffd873805e05f4c93 (patch)
tree08f997638bc65d9d2d8a632ff3a969cd7eb6ff60
parentce375cc21ae0cb4afb018899afa2433a45311960 (diff)
downloadlongterm-queue-4.8-261e476e8e9cfa8d692eb72ffd873805e05f4c93.tar.gz
Makefile: bump version
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-4.8.23.patch22
-rw-r--r--queue/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/queue/Linux-4.8.23.patch b/queue/Linux-4.8.23.patch
new file mode 100644
index 0000000..5238496
--- /dev/null
+++ b/queue/Linux-4.8.23.patch
@@ -0,0 +1,22 @@
+From e5683b668b3ab23a8e226fa56272be807fae3d8d Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Sun, 21 May 2017 01:35:39 -0400
+Subject: [PATCH] Linux 4.8.23
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index 122aa5f00fa8..e89a1b15a85c 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 8
+-SUBLEVEL = 22
++SUBLEVEL = 23
+ EXTRAVERSION =
+ NAME = Psychotic Stoned Sheep
+
+--
+2.12.0
+
diff --git a/queue/series b/queue/series
index 00a28a2..be95f72 100644
--- a/queue/series
+++ b/queue/series
@@ -163,3 +163,4 @@ futex-Fix-potential-use-after-free-in-FUTEX_REQUEUE_.patch
futex-Add-missing-error-handling-to-FUTEX_REQUEUE_PI.patch
locking-rwsem-Fix-down_write_killable-for-CONFIG_RWS.patch
crypto-powerpc-Fix-initialisation-of-crc32c-context.patch
+Linux-4.8.23.patch