summaryrefslogtreecommitdiffstats
path: root/Add-sysrq-option-to-disable-secure-boot-mode.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-01-22 15:42:47 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2015-01-22 15:42:47 -0500
commit3bfe7773d635cd9073510f2fba18e76150a6487a (patch)
tree216947df57907ae8c1c49d0818e80679f4f8a643 /Add-sysrq-option-to-disable-secure-boot-mode.patch
parent08cb3a2b46ecca75fd23bc1ba9f7558cc8996c35 (diff)
downloadkernel-3bfe7773d635cd9073510f2fba18e76150a6487a.tar.gz
kernel-3bfe7773d635cd9073510f2fba18e76150a6487a.tar.xz
kernel-3bfe7773d635cd9073510f2fba18e76150a6487a.zip
Linux v3.19-rc5-134-gf8de05ca38b7
Diffstat (limited to 'Add-sysrq-option-to-disable-secure-boot-mode.patch')
-rw-r--r--Add-sysrq-option-to-disable-secure-boot-mode.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-sysrq-option-to-disable-secure-boot-mode.patch b/Add-sysrq-option-to-disable-secure-boot-mode.patch
index 174227f93..bbd41f249 100644
--- a/Add-sysrq-option-to-disable-secure-boot-mode.patch
+++ b/Add-sysrq-option-to-disable-secure-boot-mode.patch
@@ -215,7 +215,7 @@ index 387fa7d05c98..4b07e30b3279 100644
int unregister_sysrq_key(int key, struct sysrq_key_op *op);
struct sysrq_key_op *__sysrq_get_key_op(int key);
diff --git a/kernel/debug/kdb/kdb_main.c b/kernel/debug/kdb/kdb_main.c
-index f191bddf64b8..0cf8a7d49b91 100644
+index 7b40c5f07dce..8a60477b96e1 100644
--- a/kernel/debug/kdb/kdb_main.c
+++ b/kernel/debug/kdb/kdb_main.c
@@ -1968,7 +1968,7 @@ static int kdb_sr(int argc, const char **argv)
@@ -228,7 +228,7 @@ index f191bddf64b8..0cf8a7d49b91 100644
return 0;
diff --git a/kernel/module.c b/kernel/module.c
-index 5f8c11de61fe..13bed977f554 100644
+index 6244f24abe27..b77554170d76 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -107,9 +107,9 @@ struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */