summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/panic-disable-random-on-rt.patch
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@gmail.com>2019-04-17 11:27:55 +0200
committerRomain Perier <romain.perier@opensource.viveris.fr>2019-04-17 11:31:18 +0200
commit5b32afd1464e81a38a97bff45ef25f7e8abf32f4 (patch)
treedd40bf44bdbeca0c48e66b29e365b3e48ebee7c6 /debian/patches-rt/panic-disable-random-on-rt.patch
parente18b8a25b24a7e93a0d46b3611d25a3b59d3c4eb (diff)
downloadlinux-debian-5b32afd1464e81a38a97bff45ef25f7e8abf32f4.tar.gz
Update to 5.0.7-rt5
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 ef92d1abe..a128eae96 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.0/older/patches-5.0.3-rt1.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.7-rt5.tar.xz
Disable on -RT. If this is invoked from irq-context we will have problems
to acquire the sleeping lock.