summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/sched-mmdrop-delayed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/sched-mmdrop-delayed.patch')
-rw-r--r--debian/patches-rt/sched-mmdrop-delayed.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/sched-mmdrop-delayed.patch b/debian/patches-rt/sched-mmdrop-delayed.patch
index cd08eed73..0346c1bd7 100644
--- a/debian/patches-rt/sched-mmdrop-delayed.patch
+++ b/debian/patches-rt/sched-mmdrop-delayed.patch
@@ -1,7 +1,7 @@
Subject: sched: Move mmdrop to RCU on RT
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 06 Jun 2011 12:20:33 +0200
-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
Takes sleeping locks and calls into the memory allocator, so nothing
we want to do in task switch and oder atomic contexts.