prepare: bump rt patches (#501)

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
This commit is contained in:
Adel Kara Slimane
2022-04-19 12:38:43 +02:00
committed by GitHub
parent 593832c893
commit 72b153038e

View File

@@ -26,28 +26,28 @@ _kver_subver_map=(
# PREEMPT_RT's supported kernel subversion
typeset -Ag _rt_subver_map
_rt_subver_map=(
["5.4"]="161"
["5.4"]="188"
["5.9"]="1"
["5.10"]="83"
["5.10"]="109"
["5.11"]="4"
["5.13"]="13"
["5.14"]="2"
["5.15"]="21"
["5.15"]="32"
["5.16"]="2"
["5.17"]="1"
)
# 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"]="67"
["5.4"]="73"
["5.9"]="20"
["5.10"]="58"
["5.10"]="65"
["5.11"]="11"
["5.13"]="5"
["5.14"]="21"
["5.15"]="30"
["5.15"]="39"
["5.16"]="19"
["5.17"]="17"
)
_undefine() {