From e2f558b75cd3b774f126bad317bcda97fc4d5490 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 30 Mar 2015 09:07:13 -0400 Subject: Linux v4.0-rc6 --- Add-option-to-automatically-enforce-module-signature.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 2e81ecf37..5759d8c4e 100644 --- a/Add-option-to-automatically-enforce-module-signature.patch +++ b/Add-option-to-automatically-enforce-module-signature.patch @@ -163,7 +163,7 @@ index b033dab5c8bf..f526b6e02f59 100644 extern int modules_disabled; /* for sysctl */ diff --git a/kernel/module.c b/kernel/module.c -index e6ff2181b2a5..95931292f3c4 100644 +index 33e695877504..f1742ffe92bd 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -3892,6 +3892,13 @@ void module_layout(struct module *mod, -- cgit