From 003905371515b5363a518e106586e08f3ec16205 Mon Sep 17 00:00:00 2001 From: X9VoiD Date: Fri, 17 Dec 2021 21:49:22 +0800 Subject: [PATCH] Bump linux-rt patches (#385) --- linux-tkg-config/prepare | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 6eee419..dd281ab 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -26,19 +26,19 @@ _rt_subver_map=( ["5.10"]="83" ["5.11"]="4" ["5.14"]="2" - ["5.15"]="5" + ["5.15"]="7" ) # PREEMPT_RT's patch revision for the kernel # We separated this to allow for forcing the application of the patch when _preempt_rt_force=1 on version mismatch typeset -Ag _rt_rev_map _rt_rev_map=( - ["5.4"]="66" + ["5.4"]="67" ["5.9"]="20" ["5.10"]="58" ["5.11"]="11" ["5.14"]="21" - ["5.15"]="22" + ["5.15"]="23" ) _undefine() {