summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-16 11:59:58 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-16 11:59:58 -0400
commitc87cb95cb267af8e6bbdcbf6051bf4a5d4cdd1f3 (patch)
tree54a7831a3e2d67aa20bd18b36897fd99c8ef81da
parent4e6f90bf6048e67212dd413dcc66b2ccea6521eb (diff)
downloadlongterm-queue-4.18-c87cb95cb267af8e6bbdcbf6051bf4a5d4cdd1f3.tar.gz
Makefile: add version bump patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-4.18.44.patch23
-rw-r--r--queue/series2
2 files changed, 25 insertions, 0 deletions
diff --git a/queue/Linux-4.18.44.patch b/queue/Linux-4.18.44.patch
new file mode 100644
index 0000000..fadc58f
--- /dev/null
+++ b/queue/Linux-4.18.44.patch
@@ -0,0 +1,23 @@
+From 4c6f118b4c5a72b51ed22dbc2ab99c67d5e420cd Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Mon, 16 Sep 2019 11:54:22 -0400
+Subject: [PATCH] Linux 4.18.44
+
+Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
+
+diff --git a/Makefile b/Makefile
+index ba5176daf134..cc56ac027a50 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 18
+-SUBLEVEL = 43
++SUBLEVEL = 44
+ EXTRAVERSION =
+ NAME = Merciless Moray
+
+--
+2.7.4
+
diff --git a/queue/series b/queue/series
index eebfdfd..ae89038 100644
--- a/queue/series
+++ b/queue/series
@@ -233,3 +233,5 @@ ipvs-defer-hook-registration-to-avoid-leaks.patch
selftests-fib_rule_tests-use-pre-defined-DEV_ADDR.patch
timekeeping-Use-proper-ktime_add-when-adding-nsecs-i.patch
x86-microcode-Fix-the-microcode-load-on-CPU-hotplug-.patch
+
+Linux-4.18.44.patch