summaryrefslogtreecommitdiffstats
path: root/Add-option-to-automatically-enforce-module-signature.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-04-23 10:16:39 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-04-23 10:16:39 -0400
commit3a153ad929f8bdeceb6b37fefa9f48732fee1a41 (patch)
treed503014f93fed593f8aa3815b3327b18bf85738e /Add-option-to-automatically-enforce-module-signature.patch
parent0d59e0e8af8a60327898c9719e9e7b6970cfdcb2 (diff)
downloadkernel-3a153ad929f8bdeceb6b37fefa9f48732fee1a41.tar.gz
kernel-3a153ad929f8bdeceb6b37fefa9f48732fee1a41.tar.xz
kernel-3a153ad929f8bdeceb6b37fefa9f48732fee1a41.zip
Linux v4.0-10710-g27cf3a16b253
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 cc8914d2c..bfb12e0a7 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 63bdba31cebc..5000dd2cdd18 100644
+index f43cbdd52546..feb6736fec91 100644
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -3912,6 +3912,13 @@ void module_layout(struct module *mod,
+@@ -3913,6 +3913,13 @@ void module_layout(struct module *mod,
EXPORT_SYMBOL(module_layout);
#endif