summaryrefslogtreecommitdiffstats
path: root/Add-option-to-automatically-enforce-module-signature.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-04-09 10:00:06 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-04-09 10:00:06 -0400
commit5fbe6a96e1472fb36896c3c867cbc4aadf844fbe (patch)
tree9772777610a7582d6c153ebc66313572ed84f5d5 /Add-option-to-automatically-enforce-module-signature.patch
parentb6b5f47a14aca272a3b33cb161bc6b96a760cd5a (diff)
downloadkernel-5fbe6a96e1472fb36896c3c867cbc4aadf844fbe.tar.gz
kernel-5fbe6a96e1472fb36896c3c867cbc4aadf844fbe.tar.xz
kernel-5fbe6a96e1472fb36896c3c867cbc4aadf844fbe.zip
Linux v4.0-rc7-30-g20624d17963c
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 5759d8c4e..97faf1a7e 100644
--- a/Add-option-to-automatically-enforce-module-signature.patch
+++ b/Add-option-to-automatically-enforce-module-signature.patch
@@ -163,10 +163,10 @@ index b033dab5c8bf..f526b6e02f59 100644
extern int modules_disabled; /* for sysctl */
diff --git a/kernel/module.c b/kernel/module.c
-index 33e695877504..f1742ffe92bd 100644
+index 0372c3961016..55dacebb687b 100644
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -3892,6 +3892,13 @@ void module_layout(struct module *mod,
+@@ -3909,6 +3909,13 @@ void module_layout(struct module *mod,
EXPORT_SYMBOL(module_layout);
#endif