diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-11 09:17:16 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-11 09:17:16 -0500 |
commit | 1ef071e4db9c7521712667bb991dae3fa9dc90cb (patch) | |
tree | 2202620683d96ac918bebc4fb30f4af9dd963038 /Add-option-to-automatically-enforce-module-signature.patch | |
parent | 7681e91720563c3046df47d3fe585be3e441409a (diff) | |
download | kernel-1ef071e4db9c7521712667bb991dae3fa9dc90cb.tar.gz kernel-1ef071e4db9c7521712667bb991dae3fa9dc90cb.tar.xz kernel-1ef071e4db9c7521712667bb991dae3fa9dc90cb.zip |
Linux v3.19-463-g3e8c04eb1174
- Reenable debugging options.
- Temporarily disable aarch64 patches
Diffstat (limited to 'Add-option-to-automatically-enforce-module-signature.patch')
-rw-r--r-- | Add-option-to-automatically-enforce-module-signature.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Add-option-to-automatically-enforce-module-signature.patch b/Add-option-to-automatically-enforce-module-signature.patch index 4b3671743..5b02e4ed0 100644 --- a/Add-option-to-automatically-enforce-module-signature.patch +++ b/Add-option-to-automatically-enforce-module-signature.patch @@ -33,10 +33,10 @@ index 199f453cb4de..ec38acf00b40 100644 290/040 ALL edd_mbr_sig_buffer EDD MBR signatures 2D0/A00 ALL e820_map E820 memory map table diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig -index 0dc9d0144a27..58273956750d 100644 +index 5e28e2be3a41..aca51ef7f0db 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig -@@ -1660,6 +1660,16 @@ config EFI_MIXED +@@ -1665,6 +1665,16 @@ config EFI_MIXED If unsure, say N. @@ -129,10 +129,10 @@ index 225b0988043a..90dbfb73e11f 100644 * The sentinel is set to a nonzero value (0xff) in header.S. * diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index ab4734e5411d..5d52d67d5097 100644 +index c4648adadd7d..90de17f70b16 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c -@@ -1152,6 +1152,12 @@ void __init setup_arch(char **cmdline_p) +@@ -1150,6 +1150,12 @@ void __init setup_arch(char **cmdline_p) io_delay_init(); |