Bump RT patches

This commit is contained in:
Tk-Glitch
2022-11-05 17:11:36 +01:00
parent c171d77094
commit 8316a6970a

View File

@@ -60,28 +60,30 @@ _kver_subver_map=(
# PREEMPT_RT's supported kernel subversion # PREEMPT_RT's supported kernel subversion
typeset -Ag _rt_subver_map typeset -Ag _rt_subver_map
_rt_subver_map=( _rt_subver_map=(
["5.4"]="188" ["5.4"]="209"
["5.9"]="1" ["5.9"]="1"
["5.10"]="109" ["5.10"]="153"
["5.11"]="4" ["5.11"]="4"
["5.14"]="2" ["5.14"]="2"
["5.15"]="32" ["5.15"]="76"
["5.16"]="2" ["5.16"]="2"
["5.17"]="1" ["5.17"]="1"
["6.0"]="5"
) )
# PREEMPT_RT's patch revision for the kernel # 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 # 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 typeset -Ag _rt_rev_map
_rt_rev_map=( _rt_rev_map=(
["5.4"]="73" ["5.4"]="77"
["5.9"]="20" ["5.9"]="20"
["5.10"]="65" ["5.10"]="76"
["5.11"]="11" ["5.11"]="11"
["5.14"]="21" ["5.14"]="21"
["5.15"]="39" ["5.15"]="53"
["5.16"]="19" ["5.16"]="19"
["5.17"]="17" ["5.17"]="17"
["6.0"]="14"
) )
_undefine() { _undefine() {