diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-02-08 18:36:11 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-02-08 18:36:11 +0100 |
commit | c10a36b6328f6feb886478e8d79ae34cf9742ff7 (patch) | |
tree | e1436d454c50a4b43af14ed06ca1974010c793c6 /SOURCES | |
parent | d1055067d853578134c110430ff39fd9501a1da2 (diff) | |
download | kernel-fsync-c10a36b6328f6feb886478e8d79ae34cf9742ff7.tar.gz kernel-fsync-c10a36b6328f6feb886478e8d79ae34cf9742ff7.zip |
kernel 6.1.10
Diffstat (limited to 'SOURCES')
-rw-r--r-- | SOURCES/patch-6.1-redhat.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SOURCES/patch-6.1-redhat.patch b/SOURCES/patch-6.1-redhat.patch index 31268fd..deb7e9c 100644 --- a/SOURCES/patch-6.1-redhat.patch +++ b/SOURCES/patch-6.1-redhat.patch @@ -43,7 +43,7 @@ 42 files changed, 534 insertions(+), 190 deletions(-) diff --git a/Makefile b/Makefile -index 3778b422fa11..63f076bb2bc7 100644 +index 6e34c942744e..cebf71e7b1bf 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -120,7 +120,7 @@ index 325cbf69ebbd..1801af7a6ec4 100644 + return !!ipl_secure_flag; +} diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c -index ab19ddb09d65..d463ec57b218 100644 +index 2ec5f1e0312f..e67ca614e4a4 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -49,6 +49,7 @@ @@ -131,7 +131,7 @@ index ab19ddb09d65..d463ec57b218 100644 #include <linux/hugetlb.h> #include <linux/kmemleak.h> -@@ -978,6 +979,9 @@ void __init setup_arch(char **cmdline_p) +@@ -979,6 +980,9 @@ void __init setup_arch(char **cmdline_p) log_component_list(); |