Update PREEMPT_RT's supported kernel subversion and patch revision (#898)

This commit is contained in:
Blackteahamburger
2024-03-11 22:42:59 +08:00
committed by GitHub
parent 23197d57fd
commit 3ccc607fb2

View File

@@ -39,44 +39,44 @@ 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"]="248" ["5.4"]="264"
["5.9"]="1" ["5.9"]="1"
["5.10"]="209" ["5.10"]="210"
["5.11"]="4" ["5.11"]="4"
["5.14"]="2" ["5.14"]="2"
["5.15"]="148" ["5.15"]="148"
["5.16"]="2" ["5.16"]="2"
["5.17"]="1" ["5.17"]="1"
["6.0"]="5" ["6.0"]="5"
["6.1"]="77" ["6.1"]="80"
["6.3"]="3" ["6.3"]="3"
["6.4"]="6" ["6.4"]="6"
["6.5"]="2" ["6.5"]="2"
["6.6"]="15" ["6.6"]="20"
["6.7"]="0" ["6.7"]="0"
["6.8"]="rc4" ["6.8"]="rc7"
) )
# 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"]="83" ["5.4"]="88"
["5.9"]="20" ["5.9"]="20"
["5.10"]="101" ["5.10"]="102"
["5.11"]="11" ["5.11"]="11"
["5.14"]="21" ["5.14"]="21"
["5.15"]="74" ["5.15"]="74"
["5.16"]="19" ["5.16"]="19"
["5.17"]="17" ["5.17"]="17"
["6.0"]="14" ["6.0"]="14"
["6.1"]="24" ["6.1"]="26"
["6.3"]="15" ["6.3"]="15"
["6.4"]="8" ["6.4"]="8"
["6.5"]="8" ["6.5"]="8"
["6.6"]="22" ["6.6"]="25"
["6.7"]="6" ["6.7"]="6"
["6.8"]="4" ["6.8"]="6"
) )
_undefine() { _undefine() {