summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2018-08-24 17:39:03 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2018-08-24 17:39:03 -0400
commitac3a645e1ad5bdc33178ada55f56006df29ebdc1 (patch)
tree20dc25bde2dcdd697b6c4d35903f1cd23b98c71d
parent44620f6e814b406e8890d1a0a0b4e4e625e95ed0 (diff)
downloadlongterm-queue-4.12-ac3a645e1ad5bdc33178ada55f56006df29ebdc1.tar.gz
add Makefile bump patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-4.12.29.patch22
-rw-r--r--queue/series2
2 files changed, 24 insertions, 0 deletions
diff --git a/queue/Linux-4.12.29.patch b/queue/Linux-4.12.29.patch
new file mode 100644
index 0000000..cab258b
--- /dev/null
+++ b/queue/Linux-4.12.29.patch
@@ -0,0 +1,22 @@
+From 947d141d7a4ee9e8255d01a3c8f61909536948f6 Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Fri, 24 Aug 2018 17:37:52 -0400
+Subject: [PATCH] Linux 4.12.29
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index 53059af372f5..dbc07cd9f6a9 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 12
+-SUBLEVEL = 28
++SUBLEVEL = 29
+ EXTRAVERSION =
+ NAME = Fearless Coyote
+
+--
+2.15.0
+
diff --git a/queue/series b/queue/series
index e56073c..abe4221 100644
--- a/queue/series
+++ b/queue/series
@@ -96,3 +96,5 @@ arm64-KVM-Add-HYP-per-cpu-accessors.patch
arm64-KVM-Add-ARCH_WORKAROUND_2-support-for-guests.patch
arm64-KVM-Handle-guest-s-ARCH_WORKAROUND_2-requests.patch
arm64-KVM-Add-ARCH_WORKAROUND_2-discovery-through-AR.patch
+
+Linux-4.12.29.patch