summaryrefslogtreecommitdiffstats
path: root/patch-5.19-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-06-10 09:50:34 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-06-10 09:50:34 -0500
commit23870fea939886a44d7faca43ec43cab360c8536 (patch)
treeaabac05cd27b2af016574f877a95fd66510e32c9 /patch-5.19-redhat.patch
parentcd9d2da7a995e1966e797648fa97c266b75870c1 (diff)
downloadkernel-23870fea939886a44d7faca43ec43cab360c8536.tar.gz
kernel-23870fea939886a44d7faca43ec43cab360c8536.tar.xz
kernel-23870fea939886a44d7faca43ec43cab360c8536.zip
kernel-5.19.0-0.rc1.20220610git874c8ca1e60b.18
* Fri Jun 10 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc1.874c8ca1e60b.17] - Common: minor cleanups (Peter Robinson) - fedora: some minor Fedora cleanups (Peter Robinson) - fedora: drop X86_PLATFORM_DRIVERS_DELL dupe (Peter Robinson) - redhat: change tools_make macro to avoid full override of variables in Makefile (Herton R. Krzesinski) - Fix typo in Makefile for Fedora Stable Versioning (Justin M. Forbes) - Remove duplicates from ark/generic/s390x/zfcpdump/ (Vladis Dronov) - Move common/debug/s390x/zfcpdump/ configs to ark/debug/s390x/zfcpdump/ (Vladis Dronov) - Move common/generic/s390x/zfcpdump/ configs to ark/generic/s390x/zfcpdump/ (Vladis Dronov) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.19-redhat.patch')
-rw-r--r--patch-5.19-redhat.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patch-5.19-redhat.patch b/patch-5.19-redhat.patch
index 62429c4a7..52cbc1072 100644
--- a/patch-5.19-redhat.patch
+++ b/patch-5.19-redhat.patch
@@ -120,7 +120,7 @@ index 000000000000..effb81d04bfd
+
+endmenu
diff --git a/Makefile b/Makefile
-index c43d825a3c4c..3a870536497b 100644
+index b2e93c1a8021..402c2814a782 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -134,7 +134,7 @@ index c43d825a3c4c..3a870536497b 100644
# We are using a recursive build, so we need to do a little thinking
# to get the ordering right.
#
-@@ -1240,7 +1244,13 @@ define filechk_version.h
+@@ -1244,7 +1248,13 @@ define filechk_version.h
((c) > 255 ? 255 : (c)))'; \
echo \#define LINUX_VERSION_MAJOR $(VERSION); \
echo \#define LINUX_VERSION_PATCHLEVEL $(PATCHLEVEL); \
@@ -2538,10 +2538,10 @@ index 7fc4e9f49f54..6f0b0b2dc73d 100644
#if defined(CONFIG_SECURITY) && defined(CONFIG_WATCH_QUEUE)
diff --git a/init/Kconfig b/init/Kconfig
-index c984afc489de..7f2dd88b6090 100644
+index c7900e8975f1..ea721c12c251 100644
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -1669,7 +1669,7 @@ config AIO
+@@ -1678,7 +1678,7 @@ config AIO
this option saves about 7k.
config IO_URING