From 228ccc4defbda4317b06d561e5fb532c774fe2e2 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 13 Jul 2015 10:53:53 -0400 Subject: Linux v4.2-rc2 - 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 6a01b9f17..158e7f1d2 100644 --- a/Add-secure_modules-call.patch +++ b/Add-secure_modules-call.patch @@ -40,10 +40,10 @@ index d67b1932cc59..57474384b66b 100644 #ifdef CONFIG_SYSFS diff --git a/kernel/module.c b/kernel/module.c -index 3e0e19763d24..c3bce9c6a746 100644 +index 4d2b82e610e2..e9869c497175 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -4082,3 +4082,13 @@ void module_layout(struct module *mod, +@@ -4083,3 +4083,13 @@ void module_layout(struct module *mod, } EXPORT_SYMBOL(module_layout); #endif -- cgit