diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-18 16:50:20 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-02-18 16:50:20 -0500 |
commit | 6bfe64015d0818752c85fffeea6291ad4edcca8f (patch) | |
tree | 0b06306c3c0a7ea97bb447ced7889628e0382f4b /Add-option-to-automatically-enforce-module-signature.patch | |
parent | 25e750dec7c1d6327076a86e7b9dea739f1d1341 (diff) | |
download | kernel-6bfe64015d0818752c85fffeea6291ad4edcca8f.tar.gz kernel-6bfe64015d0818752c85fffeea6291ad4edcca8f.tar.xz kernel-6bfe64015d0818752c85fffeea6291ad4edcca8f.zip |
Linux v3.19-8784-gb2b89ebfc0f0
Diffstat (limited to 'Add-option-to-automatically-enforce-module-signature.patch')
-rw-r--r-- | Add-option-to-automatically-enforce-module-signature.patch | 4 |
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 5188265b2..4f251711c 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 c641bc22d10b..ad861480c8e4 100644 +index f6e8beef7b1e..d6d52757fad6 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -3887,6 +3887,13 @@ void module_layout(struct module *mod, +@@ -3892,6 +3892,13 @@ void module_layout(struct module *mod, EXPORT_SYMBOL(module_layout); #endif |