summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0264-jump-label-disable-if-stop_machine-is-used.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0264-jump-label-disable-if-stop_machine-is-used.patch')
-rw-r--r--debian/patches-rt/0264-jump-label-disable-if-stop_machine-is-used.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0264-jump-label-disable-if-stop_machine-is-used.patch b/debian/patches-rt/0264-jump-label-disable-if-stop_machine-is-used.patch
index 168745160..4bcede1d5 100644
--- a/debian/patches-rt/0264-jump-label-disable-if-stop_machine-is-used.patch
+++ b/debian/patches-rt/0264-jump-label-disable-if-stop_machine-is-used.patch
@@ -1,8 +1,8 @@
-From 915e18f01ac0c97a6dc374b940a96a105bf57c62 Mon Sep 17 00:00:00 2001
+From 66667665cd371c8bab9c810092e117a5022639ec Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Wed, 8 Jul 2015 17:14:48 +0200
Subject: [PATCH 264/323] jump-label: disable if stop_machine() is used
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz
Some architectures are using stop_machine() while switching the opcode which
leads to latency spikes.
@@ -25,7 +25,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
-index ee2cbe8ad502..73c55cb2f296 100644
+index ee2cbe8ad502d..73c55cb2f2968 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -67,7 +67,7 @@ config ARM
@@ -38,5 +38,5 @@ index ee2cbe8ad502..73c55cb2f296 100644
select HAVE_ARCH_MMAP_RND_BITS if MMU
select HAVE_ARCH_SECCOMP
--
-2.43.0
+2.44.0