summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2018-08-02 12:36:18 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2018-08-02 12:36:18 -0400
commitc145b880adcfb776561e3fe5417c805a35878864 (patch)
treed573e0471eed63566f05cb63d1f70527570906e5
parent6339f8d30a4cb7614705e72716a60153f45513e1 (diff)
downloadlongterm-queue-4.12-c145b880adcfb776561e3fe5417c805a35878864.tar.gz
Makefile: add version bump patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-4.12.28.patch22
-rw-r--r--queue/series2
2 files changed, 24 insertions, 0 deletions
diff --git a/queue/Linux-4.12.28.patch b/queue/Linux-4.12.28.patch
new file mode 100644
index 0000000..6d4ad98
--- /dev/null
+++ b/queue/Linux-4.12.28.patch
@@ -0,0 +1,22 @@
+From 46943ce1a3c4cfce4887e9137a69b8ea7a70fe87 Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Thu, 2 Aug 2018 12:35:15 -0400
+Subject: [PATCH] Linux 4.12.28
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index d2d9f5297867..4a1766b1d5cf 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 12
+-SUBLEVEL = 27
++SUBLEVEL = 28
+ EXTRAVERSION =
+ NAME = Fearless Coyote
+
+--
+2.15.0
+
diff --git a/queue/series b/queue/series
index e3f4a54..42f9a28 100644
--- a/queue/series
+++ b/queue/series
@@ -80,3 +80,5 @@ tcp-add-tcp_ooo_try_coalesce-helper.patch
net-mvneta-clear-interface-link-status-on-port-disab.patch
net-mvneta-use-proper-rxq_number-in-loop-on-rx-queue.patch
net-mvneta-eliminate-wrong-call-to-handle-rx-descrip.patch
+
+Linux-4.12.28.patch