From 556a58a8b8f0fea30714e362fba79725de28c71c Mon Sep 17 00:00:00 2001 From: Mauri de Souza Meneguzzo Date: Wed, 15 Apr 2026 08:06:16 -0300 Subject: [PATCH] disable split lock mitigation --- arch/x86/kernel/cpu/bus_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/bus_lock.c b/arch/x86/kernel/cpu/bus_lock.c index fb166662bc0d6..961cfebf929d1 100644 --- a/arch/x86/kernel/cpu/bus_lock.c +++ b/arch/x86/kernel/cpu/bus_lock.c @@ -47,7 +47,7 @@ static const struct { static struct ratelimit_state bld_ratelimit; -static unsigned int sysctl_sld_mitigate = 1; +static unsigned int sysctl_sld_mitigate; static DEFINE_SEMAPHORE(buslock_sem, 1); #ifdef CONFIG_PROC_SYSCTL -- 2.53.0