diff options
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.patch | 8 |
1 files changed, 2 insertions, 6 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 855ce6928..4104ddf50 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,9 +1,8 @@ -From bc8c16173e79b830e1fb430fc0169dd04b8bbee8 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 14 Jul 2015 14:26:34 +0200 -Subject: [PATCH 225/347] panic: skip get_random_bytes for RT_FULL in +Subject: [PATCH 225/342] panic: skip get_random_bytes for RT_FULL in init_oops_id -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=4859e3416b599547296a1970d9b8fef5c72bb671 Disable on -RT. If this is invoked from irq-context we will have problems to acquire the sleeping lock. @@ -29,6 +28,3 @@ index 8138a676fb7d..fa114be5c30f 100644 oops_id++; return 0; --- -2.36.1 - |