5.16.0-2-fixes

This commit is contained in:
P. Jung 2022-01-15 16:32:57 +00:00
parent 33362a6a3c
commit 465c2d79eb
No known key found for this signature in database
GPG key ID: AFC052D06215E148
3 changed files with 912 additions and 1475 deletions

View file

@ -1,7 +1,7 @@
pkgbase = linux-cachyos-bmq
pkgdesc = Linux BMQ scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 5.16.0
pkgrel = 3
pkgrel = 4
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@ -42,12 +42,11 @@ pkgbase = linux-cachyos-bmq
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-ksmbd.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-rcu.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-zstd-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-zen-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-v4l2loopback.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-page-table-check.patch
source = auto-cpu-optimization.sh
md5sums = 5c6acbcc119ab680a32264c865ea70e1
md5sums = f9425b75de74d70497781f8c8448c27f
md5sums = 6048a8eb052a7b2a22b4ab159278b903
md5sums = 3b05d6069ddcff7dec9c3a216ae48825
md5sums = c463c17e1bf27df35f05eb1004c2ba48
md5sums = 3d8d1eeebba7d038f6d890619233e605
@ -69,7 +68,6 @@ pkgbase = linux-cachyos-bmq
md5sums = 12ad5085b7f01793980f137f2c9451cb
md5sums = 167a4267269e6a709c54e7b9ea8bf8d5
md5sums = bf58290793d3a095ef95fb1fac2de89a
md5sums = de6db1147385c058b2e94df3c1739fdf
md5sums = cb9384ce179d08be6c90df6d0a0977a1
md5sums = 7d28f804d6b74f9a22ad30d67af5a669
md5sums = 21c98f19e883879dd3336c1fa143fd31

View file

@ -133,7 +133,7 @@ _srcname=linux-${_stable}
#_srcname=linux-${_major}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux BMQ scheduler Kernel by CachyOS and with some other patches and other improvements'
pkgrel=3
pkgrel=4
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
@ -174,7 +174,7 @@ source=(
"${_patchsource}/0001-ksmbd.patch"
"${_patchsource}/0001-rcu.patch"
"${_patchsource}/0001-zstd-patches.patch"
"${_patchsource}/0001-zen-patches.patch"
# "${_patchsource}/0001-zen-patches.patch"
"${_patchsource}/0001-v4l2loopback.patch"
"${_patchsource}/0001-page-table-check.patch"
"auto-cpu-optimization.sh"
@ -585,7 +585,7 @@ _package-headers() {
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
# required when DEBUG_INFO_BTF_MODULES is enabled
# install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
echo "Installing headers..."
cp -t "$builddir" -a include
@ -658,7 +658,7 @@ for _p in "${pkgname[@]}"; do
done
md5sums=('5c6acbcc119ab680a32264c865ea70e1'
'f9425b75de74d70497781f8c8448c27f'
'6048a8eb052a7b2a22b4ab159278b903'
'3b05d6069ddcff7dec9c3a216ae48825'
'c463c17e1bf27df35f05eb1004c2ba48'
'3d8d1eeebba7d038f6d890619233e605'
@ -680,7 +680,6 @@ md5sums=('5c6acbcc119ab680a32264c865ea70e1'
'12ad5085b7f01793980f137f2c9451cb'
'167a4267269e6a709c54e7b9ea8bf8d5'
'bf58290793d3a095ef95fb1fac2de89a'
'de6db1147385c058b2e94df3c1739fdf'
'cb9384ce179d08be6c90df6d0a0977a1'
'7d28f804d6b74f9a22ad30d67af5a669'
'21c98f19e883879dd3336c1fa143fd31')

2372
config

File diff suppressed because it is too large Load diff