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 d7831c5ac..3a460767a 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.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
SYSTEM_RUNNING might be too late for enabling interrupts. Allocations
with GFP_WAIT can happen before that. So use this as an indicator.