summaryrefslogtreecommitdiffstats
path: root/Add-secure_modules-call.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-01-22 15:42:47 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2015-01-22 15:42:47 -0500
commit3bfe7773d635cd9073510f2fba18e76150a6487a (patch)
tree216947df57907ae8c1c49d0818e80679f4f8a643 /Add-secure_modules-call.patch
parent08cb3a2b46ecca75fd23bc1ba9f7558cc8996c35 (diff)
downloadkernel-3bfe7773d635cd9073510f2fba18e76150a6487a.tar.gz
kernel-3bfe7773d635cd9073510f2fba18e76150a6487a.tar.xz
kernel-3bfe7773d635cd9073510f2fba18e76150a6487a.zip
Linux v3.19-rc5-134-gf8de05ca38b7
Diffstat (limited to 'Add-secure_modules-call.patch')
-rw-r--r--Add-secure_modules-call.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/Add-secure_modules-call.patch b/Add-secure_modules-call.patch
index f517ccf02..84ff314ac 100644
--- a/Add-secure_modules-call.patch
+++ b/Add-secure_modules-call.patch
@@ -16,7 +16,7 @@ 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 ebfb0e153c6a..089de6be8062 100644
+index b653d7c0a05a..d4b96d6c926a 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -502,6 +502,8 @@ int unregister_module_notifier(struct notifier_block *nb);
@@ -41,10 +41,10 @@ index ebfb0e153c6a..089de6be8062 100644
#ifdef CONFIG_SYSFS
diff --git a/kernel/module.c b/kernel/module.c
-index 3965511ae133..fd8c5495fdc6 100644
+index d856e96a3cce..98c3d7955a51 100644
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -3850,3 +3850,13 @@ void module_layout(struct module *mod,
+@@ -3895,3 +3895,13 @@ void module_layout(struct module *mod,
}
EXPORT_SYMBOL(module_layout);
#endif