summaryrefslogtreecommitdiffstats
path: root/patch-5.17-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-03-07 14:13:20 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-03-07 14:13:20 -0600
commit595bb02d550fc3c2cc56fa99f42178ece9989c9e (patch)
treec50fc341ae6787f1be7cdaa029ab9ec07b8f5572 /patch-5.17-redhat.patch
parent9f1c3bb900eb4e4bac059cea50a2780deba79ed5 (diff)
downloadkernel-595bb02d550fc3c2cc56fa99f42178ece9989c9e.tar.gz
kernel-595bb02d550fc3c2cc56fa99f42178ece9989c9e.tar.xz
kernel-595bb02d550fc3c2cc56fa99f42178ece9989c9e.zip
kernel-5.17-0.rc7.116
* Mon Mar 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc7.116] - redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) - redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) - redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) - redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) - redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) - redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) - redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) - redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.17-redhat.patch')
-rw-r--r--patch-5.17-redhat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patch-5.17-redhat.patch b/patch-5.17-redhat.patch
index d87640b65..83cd93acd 100644
--- a/patch-5.17-redhat.patch
+++ b/patch-5.17-redhat.patch
@@ -130,7 +130,7 @@ index 000000000000..effb81d04bfd
+
+endmenu
diff --git a/Makefile b/Makefile
-index daeb5c88b50b..82dcc0666407 100644
+index 87f672473523..5ad226acc6b6 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -238,7 +238,7 @@ index 5ad1dde23dc5..b6192d58eed3 100644
+ return !!ipl_secure_flag;
+}
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c
-index f2c25d113e7b..059fe82e020a 100644
+index 05327be3a982..c473e5ca67f1 100644
--- a/arch/s390/kernel/setup.c
+++ b/arch/s390/kernel/setup.c
@@ -49,6 +49,7 @@
@@ -249,7 +249,7 @@ index f2c25d113e7b..059fe82e020a 100644
#include <linux/hugetlb.h>
#include <linux/kmemleak.h>
-@@ -963,6 +964,9 @@ void __init setup_arch(char **cmdline_p)
+@@ -965,6 +966,9 @@ void __init setup_arch(char **cmdline_p)
log_component_list();