Update RT mappings

This commit is contained in:
Tk-Glitch
2023-08-29 02:45:42 +02:00
parent f10d9c2102
commit f03e9cf1ae

View File

@@ -39,34 +39,36 @@ done
# 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"]="242" ["5.4"]="248"
["5.9"]="1" ["5.9"]="1"
["5.10"]="180" ["5.10"]="192"
["5.11"]="4" ["5.11"]="4"
["5.14"]="2" ["5.14"]="2"
["5.15"]="113" ["5.15"]="125"
["5.16"]="2" ["5.16"]="2"
["5.17"]="1" ["5.17"]="1"
["6.0"]="5" ["6.0"]="5"
["6.1"]="33" ["6.1"]="46"
["6.3"]="3" ["6.3"]="3"
["6.4"]="6"
) )
# 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"]="81" ["5.4"]="83"
["5.9"]="20" ["5.9"]="20"
["5.10"]="89" ["5.10"]="92"
["5.11"]="11" ["5.11"]="11"
["5.14"]="21" ["5.14"]="21"
["5.15"]="64" ["5.15"]="66"
["5.16"]="19" ["5.16"]="19"
["5.17"]="17" ["5.17"]="17"
["6.0"]="14" ["6.0"]="14"
["6.1"]="11" ["6.1"]="14"
["6.3"]="15" ["6.3"]="15"
["6.4"]="8"
) )
_undefine() { _undefine() {