summaryrefslogtreecommitdiffstats
path: root/Add-option-to-automatically-enforce-module-signature.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-06-01 09:53:57 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-06-01 09:53:57 -0400
commit4741bb07397f7ced927ea6bd2b443c57dcb21ada (patch)
treee5ebb6b5cce095b6416e97da27ff114231b8f16b /Add-option-to-automatically-enforce-module-signature.patch
parent7bff8aca7d3b561f47ece61487498890fb0c8721 (diff)
downloadkernel-4741bb07397f7ced927ea6bd2b443c57dcb21ada.tar.gz
kernel-4741bb07397f7ced927ea6bd2b443c57dcb21ada.tar.xz
kernel-4741bb07397f7ced927ea6bd2b443c57dcb21ada.zip
Linux v4.1-rc6
Diffstat (limited to 'Add-option-to-automatically-enforce-module-signature.patch')
-rw-r--r--Add-option-to-automatically-enforce-module-signature.patch4
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 9116a71e7..17f877a5c 100644
--- a/Add-option-to-automatically-enforce-module-signature.patch
+++ b/Add-option-to-automatically-enforce-module-signature.patch
@@ -163,10 +163,10 @@ index cdc46a791b9d..0c1edd33a42c 100644
extern int modules_disabled; /* for sysctl */
diff --git a/kernel/module.c b/kernel/module.c
-index f43cbdd52546..feb6736fec91 100644
+index 17738285d7a2..e7065d683640 100644
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -3913,6 +3913,13 @@ void module_layout(struct module *mod,
+@@ -3916,6 +3916,13 @@ void module_layout(struct module *mod,
EXPORT_SYMBOL(module_layout);
#endif