5.14.4, 5.13.17, 5.10.65, 5.4.146

This commit is contained in:
Tk-Glitch
2021-09-15 14:21:15 +02:00
parent 3394aa861b
commit 34fd4f7d78
3 changed files with 12 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ else
fi
pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgver="${_basekernel}"."${_sub}"
pkgrel=198
pkgrel=199
pkgdesc='Linux-tkg'
arch=('x86_64') # no i686 in here
url="http://www.kernel.org/"
@@ -102,7 +102,7 @@ case $_basever in
0012-linux-hardened.patch
)
sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
'709b17d7a02a5f6f7d8cef5a8d4af51e2b237e4f50de07802bda17861ce6c08c'
'e3f29048724196ca4fa69c1446c6971f8a929fa2b26ce044617fa719540922d5'
#'SKIP'
'b0c4c60669f47ba4d3d1388368a5f9790aa697af42c917ed2ef177f111336d8b'
'1f4a20d6eaaa0d969af93152a65191492400c6aa838fc1c290b0dd29bb6019d8'
@@ -318,7 +318,7 @@ case $_basever in
0012-misc-additions.patch
)
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'4c38a55b5f5212ab6a4cb5007921bffbe9e50578c3389c6cb43c2b57deeb356f'
'701713c274afdc0575fd782fed03f10720dedb5098f39681c835332e41108e12'
'SKIP'
'f2d15531096e97239a67f7642d85666a2f27c5e053b38ff9a2aa704dfc388f8a'
'eb1da1a028a1c967222b5bdac1db2b2c4d8285bafd714892f6fc821c10416341'
@@ -512,7 +512,7 @@ case $_basever in
0002-mm-Support-soft-dirty-flag-read-with-reset.patch
)
sha256sums=('3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9'
'8ce8930455aa6f6c8f098608cbd4b65f12cfda8fd11c92a5cd3b2150e52e4fdb'
'f9e14b904092a6a52a7e17954febe103b51b0217b18db752418349a47af89f25'
'SKIP'
'06ad99b810943f7ce4650fe656156f4b40d11fabd9b89e2b1beff06c46836efc'
'49a34dfc8ee7663a8a20c614f086e16ec70e8822db27a91050fd6ffebf87a650'
@@ -572,9 +572,9 @@ case $_basever in
0002-mm-Support-soft-dirty-flag-read-with-reset.patch
)
sha256sums=('7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2'
'c1f363abc032ed8ec223236c4e1eed5e4d8e581cd16cc6caefc7181f97e20e5e'
'c41a668d085b1c1404b6f56df254e0f888191f9338b42d74f877b6fef8f268a5'
'SKIP'
'b6ec10132a4d0a656aa65c7c11686dc5d80fce396e761b398506b364e3529e30'
'e2140782726c69db81dd5be0602479bb4e161772e83e77de1470c9ceea622ca4'
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'
'66a03c246037451a77b4d448565b1d7e9368270c7d02872fbd0b5d024ed0a997'
'f6383abef027fd9a430fd33415355e0df492cdc3c90e9938bf2d98f4f63b32e6'

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.14.1-arch1 Kernel Configuration
# Linux/x86 5.14.2-arch1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
@@ -5089,7 +5089,7 @@ CONFIG_WATCHDOG_CORE=y
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
CONFIG_WATCHDOG_SYSFS=y
CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT=y
# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set
#
# Watchdog Pretimeout Governors

View File

@@ -5,15 +5,15 @@ _supported_kernels=("5.15" "5.14" "5.13" "5.12" "5.11" "5.10" "5.9" "5.8" "5.7"
typeset -A _kver_subver_map
_kver_subver_map=(
["5.4"]="145"
["5.4"]="146"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="64"
["5.10"]="65"
["5.11"]="22"
["5.12"]="19"
["5.13"]="16"
["5.14"]="3"
["5.13"]="17"
["5.14"]="4"
["5.15"]="rc1"
)