diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-06-01 09:53:57 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-06-01 09:53:57 -0400 |
commit | 4741bb07397f7ced927ea6bd2b443c57dcb21ada (patch) | |
tree | e5ebb6b5cce095b6416e97da27ff114231b8f16b /Add-secure_modules-call.patch | |
parent | 7bff8aca7d3b561f47ece61487498890fb0c8721 (diff) | |
download | kernel-4741bb07397f7ced927ea6bd2b443c57dcb21ada.tar.gz kernel-4741bb07397f7ced927ea6bd2b443c57dcb21ada.tar.xz kernel-4741bb07397f7ced927ea6bd2b443c57dcb21ada.zip |
Linux v4.1-rc6
Diffstat (limited to 'Add-secure_modules-call.patch')
-rw-r--r-- | Add-secure_modules-call.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-secure_modules-call.patch b/Add-secure_modules-call.patch index 79ccc5c2a..712f69dfe 100644 --- a/Add-secure_modules-call.patch +++ b/Add-secure_modules-call.patch @@ -41,10 +41,10 @@ index c883b86ea964..cdc46a791b9d 100644 #ifdef CONFIG_SYSFS diff --git a/kernel/module.c b/kernel/module.c -index 42a1d2afb217..f43cbdd52546 100644 +index cfc9e843a924..17738285d7a2 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -3912,3 +3912,13 @@ void module_layout(struct module *mod, +@@ -3915,3 +3915,13 @@ void module_layout(struct module *mod, } EXPORT_SYMBOL(module_layout); #endif |