From 5fbe6a96e1472fb36896c3c867cbc4aadf844fbe Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 9 Apr 2015 10:00:06 -0400 Subject: Linux v4.0-rc7-30-g20624d17963c --- Add-option-to-automatically-enforce-module-signature.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Add-option-to-automatically-enforce-module-signature.patch') 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 -- cgit