summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2019-08-15 21:18:06 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2019-08-15 21:18:06 -0400
commitc547be1be4464d4a6d06ddf259f89635f13a7a7a (patch)
treefd7d2e5b010849efbf4239c359e18f2c66661f27
parentb51ab4004350d1514e23528777d90f232d7c6e15 (diff)
downloadlongterm-queue-4.18-c547be1be4464d4a6d06ddf259f89635f13a7a7a.tar.gz
Makefile: add version bump patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/Linux-4.18.42.patch22
-rw-r--r--queue/series2
2 files changed, 24 insertions, 0 deletions
diff --git a/queue/Linux-4.18.42.patch b/queue/Linux-4.18.42.patch
new file mode 100644
index 0000000..eb6b99c
--- /dev/null
+++ b/queue/Linux-4.18.42.patch
@@ -0,0 +1,22 @@
+From cfa3c2e91ca3dc8cda65a26750abf8bdfc0ac806 Mon Sep 17 00:00:00 2001
+From: Paul Gortmaker <paul.gortmaker@windriver.com>
+Date: Thu, 15 Aug 2019 21:17:07 -0400
+Subject: [PATCH] Linux 4.18.42
+
+
+diff --git a/Makefile b/Makefile
+index 762e2b0a953a..dddd74d59ce5 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 18
+-SUBLEVEL = 41
++SUBLEVEL = 42
+ EXTRAVERSION =
+ NAME = Merciless Moray
+
+--
+2.7.4
+
diff --git a/queue/series b/queue/series
index c5df463..75ad569 100644
--- a/queue/series
+++ b/queue/series
@@ -149,3 +149,5 @@ drm-sun4i-dsi-Change-the-start-delay-calculation.patch
vfio-ccw-Prevent-quiesce-function-going-into-an-infi.patch
drm-sun4i-dsi-Enforce-boundaries-on-the-start-delay.patch
NFS-Fix-a-double-unlock-from-nfs_match-get_client.patch
+
+Linux-4.18.42.patch