From 62b1e688e8991f57d507cf4bc8d467cf55f1f73d Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 7 Feb 2024 04:55:10 +0100 Subject: [PATCH] cfg: Change split lock mitigation flag to current (kernel.split_lock_mitigate) --- customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index b856e6a9..1abdf089 100644 --- a/customization.cfg +++ b/customization.cfg @@ -238,7 +238,7 @@ _aggressive_ondemand="true" _tcp_cong_alg="" # You can pass a default set of kernel command line options here - example: "intel_pstate=passive nowatchdog amdgpu.ppfeaturemask=0xfffd7fff mitigations=off" -_custom_commandline="intel_pstate=passive split_lock_detect=off" +_custom_commandline="intel_pstate=passive kernel.split_lock_mitigate=0" # Selection of Clearlinux patches _clear_patches="true"