summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/radix-tree-use-local-locks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/radix-tree-use-local-locks.patch')
-rw-r--r--debian/patches-rt/radix-tree-use-local-locks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/radix-tree-use-local-locks.patch b/debian/patches-rt/radix-tree-use-local-locks.patch
index f1776aa9d..685246ff7 100644
--- a/debian/patches-rt/radix-tree-use-local-locks.patch
+++ b/debian/patches-rt/radix-tree-use-local-locks.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Wed, 25 Jan 2017 16:34:27 +0100
Subject: [PATCH] radix-tree: use local locks
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.18/older/patches-4.18.5-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.18/older/patches-4.18.7-rt5.tar.xz
The preload functionality uses per-CPU variables and preempt-disable to
ensure that it does not switch CPUs during its usage. This patch adds