summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-12 00:48:10 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2019-09-12 00:48:10 -0400
commit715dd26c137646cf0929fe34db34ef5fdf443e7e (patch)
treee13f7fe22ea678a0a869a1f790c2898f63b91958
parentc970cb41c5dd015350b7b214f3a75673cd1ba62a (diff)
downloadlongterm-queue-4.18-715dd26c137646cf0929fe34db34ef5fdf443e7e.tar.gz
Makefile: add version bump patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-4.18.43.patch22
-rw-r--r--queue/series2
2 files changed, 24 insertions, 0 deletions
diff --git a/queue/Linux-4.18.43.patch b/queue/Linux-4.18.43.patch
new file mode 100644
index 0000000..0d05977
--- /dev/null
+++ b/queue/Linux-4.18.43.patch
@@ -0,0 +1,22 @@
+From bad04dfdb91180ec42c1dd49d09168c5e7e02e2b Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Thu, 12 Sep 2019 00:43:20 -0400
+Subject: [PATCH] Linux 4.18.43
+
+
+diff --git a/Makefile b/Makefile
+index dddd74d59ce5..ba5176daf134 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 18
+-SUBLEVEL = 42
++SUBLEVEL = 43
+ EXTRAVERSION =
+ NAME = Merciless Moray
+
+--
+2.7.4
+
diff --git a/queue/series b/queue/series
index a8f4964..5205f07 100644
--- a/queue/series
+++ b/queue/series
@@ -127,3 +127,5 @@ drm-i915-gvt-Initialize-intel_gvt_gtt_entry-in-stack.patch
TTY-serial_core-add-install.patch
ipv4-Define-__ipv4_neigh_lookup_noref-when-CONFIG_IN.patch
ethtool-check-the-return-value-of-get_regs_len.patch
+
+Linux-4.18.43.patch