summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/slub-enable-irqs-for-no-wait.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/slub-enable-irqs-for-no-wait.patch')
-rw-r--r--debian/patches-rt/slub-enable-irqs-for-no-wait.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/slub-enable-irqs-for-no-wait.patch b/debian/patches-rt/slub-enable-irqs-for-no-wait.patch
index b5232719e..d7e9743be 100644
--- a/debian/patches-rt/slub-enable-irqs-for-no-wait.patch
+++ b/debian/patches-rt/slub-enable-irqs-for-no-wait.patch
@@ -1,7 +1,7 @@
Subject: slub: Enable irqs for __GFP_WAIT
From: Thomas Gleixner <tglx@linutronix.de>
Date: Wed, 09 Jan 2013 12:08:15 +0100
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.tar.xz
SYSTEM_RUNNING might be too late for enabling interrupts. Allocations
with GFP_WAIT can happen before that. So use this as an indicator.