summaryrefslogtreecommitdiffstats
path: root/Add-option-to-automatically-enforce-module-signature.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-03-13 08:26:48 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-03-13 08:26:48 -0400
commit283bd0665fa547cf17fcf1ba09ec14eae9091749 (patch)
treeb6b3f00a19064dd9b5948318c2c68a5f844cb875 /Add-option-to-automatically-enforce-module-signature.patch
parent32dcd3a968405b9678a538d951a0789e8eeb51ea (diff)
downloadkernel-283bd0665fa547cf17fcf1ba09ec14eae9091749.tar.gz
kernel-283bd0665fa547cf17fcf1ba09ec14eae9091749.tar.xz
kernel-283bd0665fa547cf17fcf1ba09ec14eae9091749.zip
Linux v4.0-rc3-148-gc202baf017ae
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 b0126a8ac..537565bcd 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 1a9955e8b11d..5e0b4854884f 100644
+index e6ff2181b2a5..95931292f3c4 100644
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -3894,6 +3894,13 @@ void module_layout(struct module *mod,
+@@ -3892,6 +3892,13 @@ void module_layout(struct module *mod,
EXPORT_SYMBOL(module_layout);
#endif