summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/futex-Delay-deallocation-of-pi_state.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/futex-Delay-deallocation-of-pi_state.patch')
-rw-r--r--debian/patches-rt/futex-Delay-deallocation-of-pi_state.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/futex-Delay-deallocation-of-pi_state.patch b/debian/patches-rt/futex-Delay-deallocation-of-pi_state.patch
index dfb695aaf..84604b2aa 100644
--- a/debian/patches-rt/futex-Delay-deallocation-of-pi_state.patch
+++ b/debian/patches-rt/futex-Delay-deallocation-of-pi_state.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Wed, 26 Jun 2019 13:35:36 +0200
Subject: [PATCH] futex: Delay deallocation of pi_state
-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
On -RT we can't invoke kfree() in a non-preemptible context.