diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-07-13 10:53:53 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-07-13 10:53:53 -0400 |
commit | 228ccc4defbda4317b06d561e5fb532c774fe2e2 (patch) | |
tree | 6f3fc3a081eea2a622718a3d9221e36a5faf43cf /Add-option-to-automatically-enforce-module-signature.patch | |
parent | 91185af140aa2b2f0aeac77484295d15c9361b33 (diff) | |
download | kernel-228ccc4defbda4317b06d561e5fb532c774fe2e2.tar.gz kernel-228ccc4defbda4317b06d561e5fb532c774fe2e2.tar.xz kernel-228ccc4defbda4317b06d561e5fb532c774fe2e2.zip |
Linux v4.2-rc2
- Disable debugging options.
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 6bdd2be92..ff4fc0512 100644 --- a/Add-option-to-automatically-enforce-module-signature.patch +++ b/Add-option-to-automatically-enforce-module-signature.patch @@ -33,10 +33,10 @@ index 82fbdbc1e0b0..a811210ad486 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 55bced17dc95..3b500f57c676 100644 +index 3dbb7e7909ca..4da6644b1fd0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig -@@ -1698,6 +1698,16 @@ config EFI_MIXED +@@ -1703,6 +1703,16 @@ config EFI_MIXED If unsure, say N. @@ -163,10 +163,10 @@ index 57474384b66b..b69d657c3700 100644 extern int modules_disabled; /* for sysctl */ diff --git a/kernel/module.c b/kernel/module.c -index c3bce9c6a746..ad221aaf1400 100644 +index e9869c497175..87fa14fedc88 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -4083,6 +4083,13 @@ void module_layout(struct module *mod, +@@ -4084,6 +4084,13 @@ void module_layout(struct module *mod, EXPORT_SYMBOL(module_layout); #endif |