Skip to content

Commit

Permalink
Update RT mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Feb 20, 2024
1 parent 4d576fd commit 829c6d5
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions linux-tkg-config/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,20 @@ typeset -Ag _rt_subver_map
_rt_subver_map=(
["5.4"]="248"
["5.9"]="1"
["5.10"]="201"
["5.10"]="209"
["5.11"]="4"
["5.14"]="2"
["5.15"]="141"
["5.15"]="148"
["5.16"]="2"
["5.17"]="1"
["6.0"]="5"
["6.1"]="67"
["6.1"]="77"
["6.3"]="3"
["6.4"]="6"
["6.5"]="2"
["6.6"]="7"
["6.7"]="rc5"
["6.6"]="15"
["6.7"]="0"
["6.8"]="rc4"
)

# PREEMPT_RT's patch revision for the kernel
Expand All @@ -62,19 +63,20 @@ typeset -Ag _rt_rev_map
_rt_rev_map=(
["5.4"]="83"
["5.9"]="20"
["5.10"]="98"
["5.10"]="101"
["5.11"]="11"
["5.14"]="21"
["5.15"]="72"
["5.15"]="74"
["5.16"]="19"
["5.17"]="17"
["6.0"]="14"
["6.1"]="20"
["6.1"]="24"
["6.3"]="15"
["6.4"]="8"
["6.5"]="8"
["6.6"]="18"
["6.7"]="5"
["6.6"]="22"
["6.7"]="6"
["6.8"]="4"
)

_undefine() {
Expand Down

0 comments on commit 829c6d5

Please sign in to comment.