From 208228cebd8a9b5af5da4e12e3d90e4a03679cf0 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 5 Jan 2015 16:09:49 -0500 Subject: Linux v3.19-rc2 - Temporarily disable aarch64patches - Happy New Year --- Add-sysrq-option-to-disable-secure-boot-mode.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Add-sysrq-option-to-disable-secure-boot-mode.patch') diff --git a/Add-sysrq-option-to-disable-secure-boot-mode.patch b/Add-sysrq-option-to-disable-secure-boot-mode.patch index e0c567d78..ef8827fda 100644 --- a/Add-sysrq-option-to-disable-secure-boot-mode.patch +++ b/Add-sysrq-option-to-disable-secure-boot-mode.patch @@ -15,7 +15,7 @@ Upstream-status: Fedora mustard 7 files changed, 65 insertions(+), 10 deletions(-) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c -index bc31a43b31a0..5f80d12a55cb 100644 +index b40d6174242f..0ee7749bad74 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -70,6 +70,11 @@ @@ -228,10 +228,10 @@ index 379650b984f8..070f29fefdc2 100644 return 0; diff --git a/kernel/module.c b/kernel/module.c -index cace4bd04956..a33be993df25 100644 +index 5f8c11de61fe..13bed977f554 100644 --- a/kernel/module.c +++ b/kernel/module.c -@@ -108,9 +108,9 @@ struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */ +@@ -107,9 +107,9 @@ struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */ #ifdef CONFIG_MODULE_SIG #ifdef CONFIG_MODULE_SIG_FORCE -- cgit