version bumps: 5.16.10 5.15.24 5.10.101 5.4.180

This commit is contained in:
Adel KARA SLIMANE
2022-02-16 12:34:50 +00:00
committed by BIG UGLY FROGMINER
parent 13991dd40b
commit 38513e05b4
2 changed files with 8 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ case $_basever in
0012-linux-hardened.patch
)
sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
'6bc35c4e7453ae988e4203f7f31ffe8f348ec0d46fce54b8f4acdecbd3f41f5d'
'461c87295c15b937b0ae6aa22bcf4fcb177a2317f13cfb81d36c1b1b73c3200d'
#'SKIP'
'b0c4c60669f47ba4d3d1388368a5f9790aa697af42c917ed2ef177f111336d8b'
'1f4a20d6eaaa0d969af93152a65191492400c6aa838fc1c290b0dd29bb6019d8'
@@ -319,7 +319,7 @@ case $_basever in
0012-misc-additions.patch
)
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'335d5d53d49c6f9f13148bd3d50b53747eb8e239df379c46872110182f7d19bd'
'41db57d993915e5f48b15358f9f022c749cb7a6f4814c6cb81af43e1eb89ad36'
'SKIP'
'13a39ab2be1301b60565cb6a4bedb2bca16b6b12427407c099a81169feb367d6'
'eb1da1a028a1c967222b5bdac1db2b2c4d8285bafd714892f6fc821c10416341'
@@ -637,7 +637,7 @@ case $_basever in
0002-mm-Support-soft-dirty-flag-read-with-reset.patch
)
sha256sums=('57b2cf6991910e3b67a1b3490022e8a0674b6965c74c12da1e99d138d1991ee8'
'944ef19b9fae103957e8b8887371bbb587c9ea5e3b8c02cf294520cb478294da'
'b338c182385936db964dcebeaa9621e09e1f41ea965d0556009fa0f9aaa9f040'
'SKIP'
'24be2e8863e265195a24d7082804cd4328fd9f0a31b88672c884b9fd42469ed8'
'5786bbcc3f655592958ba7011f9ce361d69211b0478c5b86bd3e600fee3ffd27'
@@ -695,7 +695,7 @@ case $_basever in
0002-mm-Support-soft-dirty-flag-read-with-reset.patch
)
sha256sums=('027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb'
'88fafac886d72598ca5d62aea3d1afbd4a85e5da8d2e34124b238c6fc8074cc1'
'e9b145e0f2288d8de0fdd59b1bb3f95af170ed4850906bb902e4649bd8a8a0eb'
'SKIP'
'5b54e733edceca75df8d7c44aee4a811f3d058861ce54ab0839a7705d47e59df'
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'

View File

@@ -8,17 +8,17 @@ _eol_kernels=("5.14" "5.13" "5.12" "5.11" "5.9" "5.8" "5.7")
typeset -Ag _kver_subver_map
_kver_subver_map=(
["5.4"]="179"
["5.4"]="180"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="100"
["5.10"]="101"
["5.11"]="22"
["5.12"]="19"
["5.13"]="19"
["5.14"]="21"
["5.15"]="23"
["5.16"]="9"
["5.15"]="24"
["5.16"]="10"
["5.17"]="rc4"
)