diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-10-20 13:34:33 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-10-20 13:34:33 -0400 |
commit | 5917cde9c1fa840708337929886e92865fcb1371 (patch) | |
tree | 86116e473b8a1c0e69d71a3ed0bb10137b455b36 /Add-option-to-automatically-enforce-module-signature.patch | |
parent | 12f4f4deead321d9cce264bbe3b3cae47ba9df2b (diff) | |
download | kernel-5917cde9c1fa840708337929886e92865fcb1371.tar.gz kernel-5917cde9c1fa840708337929886e92865fcb1371.tar.xz kernel-5917cde9c1fa840708337929886e92865fcb1371.zip |
Linux v3.18-rc1
- 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 9d3f95e4d..a335c9c87 100644 --- a/Add-option-to-automatically-enforce-module-signature.patch +++ b/Add-option-to-automatically-enforce-module-signature.patch @@ -163,10 +163,10 @@ index 341a73ecea2e..cca08ac450e2 100644 extern int modules_disabled; /* for sysctl */ diff --git a/kernel/module.c b/kernel/module.c -index d9b88208e6eb..96078ffc846a 100644 +index 6507ffcb5445..cace4bd04956 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -3843,6 +3843,13 @@ void module_layout(struct module *mod, +@@ -3845,6 +3845,13 @@ void module_layout(struct module *mod, EXPORT_SYMBOL(module_layout); #endif |