diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-04-15 10:47:18 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-04-15 10:47:18 -0400 |
commit | cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4 (patch) | |
tree | df0a7fd10cc86eaf4e3eca0ceab421e9e21fb2a0 /Add-secure_modules-call.patch | |
parent | b18e6e75364d806d76d99333646943f6765095fb (diff) | |
download | kernel-cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4.tar.gz kernel-cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4.tar.xz kernel-cc7213fcfe3019d0f935cd14e9b64c0d77bd25f4.zip |
Linux v4.0-3843-gbb0fd7ab0986
Diffstat (limited to 'Add-secure_modules-call.patch')
-rw-r--r-- | Add-secure_modules-call.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Add-secure_modules-call.patch b/Add-secure_modules-call.patch index cd84f8b11..9a6cc9fbc 100644 --- a/Add-secure_modules-call.patch +++ b/Add-secure_modules-call.patch @@ -16,10 +16,10 @@ Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com> 2 files changed, 17 insertions(+) diff --git a/include/linux/module.h b/include/linux/module.h -index b03485bcb82a..b033dab5c8bf 100644 +index c883b86ea964..cdc46a791b9d 100644 --- a/include/linux/module.h +++ b/include/linux/module.h -@@ -506,6 +506,8 @@ int unregister_module_notifier(struct notifier_block *nb); +@@ -508,6 +508,8 @@ int unregister_module_notifier(struct notifier_block *nb); extern void print_modules(void); @@ -28,7 +28,7 @@ index b03485bcb82a..b033dab5c8bf 100644 #else /* !CONFIG_MODULES... */ /* Given an address, look for it in the exception tables. */ -@@ -616,6 +618,11 @@ static inline int unregister_module_notifier(struct notifier_block *nb) +@@ -618,6 +620,11 @@ static inline int unregister_module_notifier(struct notifier_block *nb) static inline void print_modules(void) { } @@ -41,10 +41,10 @@ index b03485bcb82a..b033dab5c8bf 100644 #ifdef CONFIG_SYSFS diff --git a/kernel/module.c b/kernel/module.c -index ec53f594e9c9..0372c3961016 100644 +index 650b038ae520..63bdba31cebc 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -3908,3 +3908,13 @@ void module_layout(struct module *mod, +@@ -3911,3 +3911,13 @@ void module_layout(struct module *mod, } EXPORT_SYMBOL(module_layout); #endif |