diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-03-09 09:12:49 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-03-09 09:12:49 -0400 |
commit | 3be331969cf9990af52b541f420f00d647b59ef8 (patch) | |
tree | aaf959bf63336f028a4efebed958a21bbd29d144 /Add-option-to-automatically-enforce-module-signature.patch | |
parent | 94f21fb74114119b66215a555725f372b561bb48 (diff) | |
download | kernel-3be331969cf9990af52b541f420f00d647b59ef8.tar.gz kernel-3be331969cf9990af52b541f420f00d647b59ef8.tar.xz kernel-3be331969cf9990af52b541f420f00d647b59ef8.zip |
Linux v4.0-rc3
- 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-option-to-automatically-enforce-module-signature.patch b/Add-option-to-automatically-enforce-module-signature.patch index 0a589883c..b0126a8ac 100644 --- a/Add-option-to-automatically-enforce-module-signature.patch +++ b/Add-option-to-automatically-enforce-module-signature.patch @@ -163,10 +163,10 @@ index 0c86ec9e10ed..b02dfaacc76c 100644 extern int modules_disabled; /* for sysctl */ diff --git a/kernel/module.c b/kernel/module.c -index f6e8beef7b1e..d6d52757fad6 100644 +index 1a9955e8b11d..5e0b4854884f 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -3892,6 +3892,13 @@ void module_layout(struct module *mod, +@@ -3894,6 +3894,13 @@ void module_layout(struct module *mod, EXPORT_SYMBOL(module_layout); #endif |