summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0225-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0225-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch')
-rw-r--r--debian/patches-rt/0225-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0225-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch b/debian/patches-rt/0225-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch
index 8b4c6d561..657a0a208 100644
--- a/debian/patches-rt/0225-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch
+++ b/debian/patches-rt/0225-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch
@@ -1,8 +1,8 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Tue, 14 Jul 2015 14:26:34 +0200
-Subject: [PATCH 225/351] panic: skip get_random_bytes for RT_FULL in
+Subject: [PATCH 225/353] panic: skip get_random_bytes for RT_FULL in
init_oops_id
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=5786af4abd4135796d537815f1dd27c8759a09d4
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=5fdcde0cec433e6436fb29f131ff72cbfd616adf
Disable on -RT. If this is invoked from irq-context we will have problems
to acquire the sleeping lock.
@@ -13,10 +13,10 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 file changed, 2 insertions(+)
diff --git a/kernel/panic.c b/kernel/panic.c
-index 8138a676fb7d..fa114be5c30f 100644
+index 982ecba286c0..51d6c00f9d7a 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
-@@ -480,9 +480,11 @@ static u64 oops_id;
+@@ -544,9 +544,11 @@ static u64 oops_id;
static int init_oops_id(void)
{