diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-07 09:34:23 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-07 09:34:23 -0500 |
commit | 021f420fbfd59a242a8a57e4485c937638777988 (patch) | |
tree | bab6b442688ffc6c437d1817a566598316c12621 /patch-5.13.0-redhat.patch | |
parent | cb37c2b6e7479b9c90496c7bf0f8bd06295f30c0 (diff) | |
download | kernel-021f420fbfd59a242a8a57e4485c937638777988.tar.gz kernel-021f420fbfd59a242a8a57e4485c937638777988.tar.xz kernel-021f420fbfd59a242a8a57e4485c937638777988.zip |
kernel-5.13.0-0.rc0.20210507gita48b0872e694.10
* Fri May 07 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc0.20210507gita48b0872e694.10]
- Keep sctp and l2tp modules in modules-extra (Don Zickus)
- Fix ppc64le cross build packaging (Don Zickus)
- Fedora: Make amd_pinctrl module builtin (Hans de Goede)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.13.0-redhat.patch')
-rw-r--r-- | patch-5.13.0-redhat.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/patch-5.13.0-redhat.patch b/patch-5.13.0-redhat.patch index c7f3432ee..852058b07 100644 --- a/patch-5.13.0-redhat.patch +++ b/patch-5.13.0-redhat.patch @@ -91,10 +91,10 @@ index 75a9dd98e76e..3ff3291551f9 100644 Boot into System Kernel diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt -index a1266f33d6e6..8796144af189 100644 +index a816935d23d4..3037285ebb3b 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt -@@ -5750,6 +5750,14 @@ +@@ -5762,6 +5762,14 @@ unknown_nmi_panic [X86] Cause panic on unknown NMI. @@ -259,7 +259,7 @@ index dba04fbc37a2..f809ab6441fd 100644 + return !!ipl_secure_flag; +} diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c -index 72134f9f6ff5..95970f299ef5 100644 +index 5aab59ad5688..c53572b81c37 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -49,6 +49,7 @@ @@ -470,7 +470,7 @@ index e209081d644b..7484bcf59a1b 100644 return ctx.rc; } diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c -index bc973fbd70b2..15b3b8a03785 100644 +index a22778e880c2..ecdf66fb96b5 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1640,6 +1640,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) @@ -1877,10 +1877,10 @@ index 6b5d36babfcc..fd4a5d66a9d0 100644 enum efi_secureboot_mode efi_get_secureboot_mode(efi_get_variable_t *get_var) { diff --git a/include/linux/kernel.h b/include/linux/kernel.h -index 5b7ed6dc99ac..17703b5a7091 100644 +index 09035ac67d4b..acc5fd8ba845 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h -@@ -458,7 +458,24 @@ extern enum system_states { +@@ -451,7 +451,24 @@ extern enum system_states { #define TAINT_LIVEPATCH 15 #define TAINT_AUX 16 #define TAINT_RANDSTRUCT 17 @@ -1906,7 +1906,7 @@ index 5b7ed6dc99ac..17703b5a7091 100644 #define TAINT_FLAGS_MAX ((1UL << TAINT_FLAGS_COUNT) - 1) struct taint_flag { -@@ -744,4 +761,19 @@ static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { } +@@ -737,4 +754,19 @@ static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { } /* OTHER_WRITABLE? Generally considered a bad idea. */ \ BUILD_BUG_ON_ZERO((perms) & 2) + \ (perms)) |