From 5917cde9c1fa840708337929886e92865fcb1371 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 20 Oct 2014 13:34:33 -0400 Subject: Linux v3.18-rc1 - Disable debugging options. --- Add-secure_modules-call.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Add-secure_modules-call.patch') diff --git a/Add-secure_modules-call.patch b/Add-secure_modules-call.patch index 22326cf58..0057afcbf 100644 --- a/Add-secure_modules-call.patch +++ b/Add-secure_modules-call.patch @@ -41,10 +41,10 @@ index 71f282a4e307..341a73ecea2e 100644 #ifdef CONFIG_SYSFS diff --git a/kernel/module.c b/kernel/module.c -index 65586ffa0c98..d9b88208e6eb 100644 +index 88cec1ddb1e3..6507ffcb5445 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -3842,3 +3842,13 @@ void module_layout(struct module *mod, +@@ -3844,3 +3844,13 @@ void module_layout(struct module *mod, } EXPORT_SYMBOL(module_layout); #endif -- cgit