summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/psi-replace-delayed-work-with-timer-work.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/psi-replace-delayed-work-with-timer-work.patch')
-rw-r--r--debian/patches-rt/psi-replace-delayed-work-with-timer-work.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/psi-replace-delayed-work-with-timer-work.patch b/debian/patches-rt/psi-replace-delayed-work-with-timer-work.patch
index c0cf3b5e7..947cc16ee 100644
--- a/debian/patches-rt/psi-replace-delayed-work-with-timer-work.patch
+++ b/debian/patches-rt/psi-replace-delayed-work-with-timer-work.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Tue, 12 Feb 2019 15:03:03 +0100
Subject: [PATCH] psi: replace delayed work with timer + work
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.7-rt5.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.10-rt7.tar.xz
psi_task_change() is invoked with disabled interrupts and this does not
allow to use schedule_delayed_work().