diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2015-04-28 16:10:23 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2015-04-28 16:10:23 +0000 |
commit | 743daf8ed83730dd90e7c91d2eeb08e4377f98eb (patch) | |
tree | ee0e1819ef53a0d725e051bf58a5759bf6be67d1 /freed-ora/current/master/Add-secure_modules-call.patch | |
parent | a651757b0bf2249aaff9d0f480955d1bb9b08519 (diff) | |
download | linux-libre-raptor-743daf8ed83730dd90e7c91d2eeb08e4377f98eb.tar.gz linux-libre-raptor-743daf8ed83730dd90e7c91d2eeb08e4377f98eb.zip |
4.0.0-1.fc23.gnu
Diffstat (limited to 'freed-ora/current/master/Add-secure_modules-call.patch')
-rw-r--r-- | freed-ora/current/master/Add-secure_modules-call.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/freed-ora/current/master/Add-secure_modules-call.patch b/freed-ora/current/master/Add-secure_modules-call.patch index 84ff314ac..cd84f8b11 100644 --- a/freed-ora/current/master/Add-secure_modules-call.patch +++ b/freed-ora/current/master/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 b653d7c0a05a..d4b96d6c926a 100644 +index b03485bcb82a..b033dab5c8bf 100644 --- a/include/linux/module.h +++ b/include/linux/module.h -@@ -502,6 +502,8 @@ int unregister_module_notifier(struct notifier_block *nb); +@@ -506,6 +506,8 @@ int unregister_module_notifier(struct notifier_block *nb); extern void print_modules(void); @@ -28,7 +28,7 @@ index b653d7c0a05a..d4b96d6c926a 100644 #else /* !CONFIG_MODULES... */ /* Given an address, look for it in the exception tables. */ -@@ -612,6 +614,11 @@ static inline int unregister_module_notifier(struct notifier_block *nb) +@@ -616,6 +618,11 @@ static inline int unregister_module_notifier(struct notifier_block *nb) static inline void print_modules(void) { } @@ -41,10 +41,10 @@ index b653d7c0a05a..d4b96d6c926a 100644 #ifdef CONFIG_SYSFS diff --git a/kernel/module.c b/kernel/module.c -index d856e96a3cce..98c3d7955a51 100644 +index ec53f594e9c9..0372c3961016 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -3895,3 +3895,13 @@ void module_layout(struct module *mod, +@@ -3908,3 +3908,13 @@ void module_layout(struct module *mod, } EXPORT_SYMBOL(module_layout); #endif |