summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/panic-disable-random-on-rt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/panic-disable-random-on-rt.patch')
-rw-r--r--debian/patches-rt/panic-disable-random-on-rt.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/panic-disable-random-on-rt.patch b/debian/patches-rt/panic-disable-random-on-rt.patch
index 0228b8109..f3efda829 100644
--- a/debian/patches-rt/panic-disable-random-on-rt.patch
+++ b/debian/patches-rt/panic-disable-random-on-rt.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Tue, 14 Jul 2015 14:26:34 +0200
Subject: panic: skip get_random_bytes for RT_FULL in init_oops_id
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.9-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.10-rt5.tar.xz
Disable on -RT. If this is invoked from irq-context we will have problems
to acquire the sleeping lock.