5.16.0-2-fixes
This commit is contained in:
parent
cb68f03093
commit
30706b2ef1
6
.SRCINFO
6
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = linux-cachyos
|
||||
pkgdesc = Linux CFS 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
|
||||
@ -43,12 +43,11 @@ pkgbase = linux-cachyos
|
||||
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/next/0002-mm-next.patch
|
||||
source = auto-cpu-optimization.sh
|
||||
md5sums = 5c6acbcc119ab680a32264c865ea70e1
|
||||
md5sums = f9425b75de74d70497781f8c8448c27f
|
||||
md5sums = 6048a8eb052a7b2a22b4ab159278b903
|
||||
md5sums = c463c17e1bf27df35f05eb1004c2ba48
|
||||
md5sums = 3d8d1eeebba7d038f6d890619233e605
|
||||
md5sums = d6feae0f2dd1b24a853d335da003cb51
|
||||
@ -71,7 +70,6 @@ pkgbase = linux-cachyos
|
||||
md5sums = 12ad5085b7f01793980f137f2c9451cb
|
||||
md5sums = 167a4267269e6a709c54e7b9ea8bf8d5
|
||||
md5sums = bf58290793d3a095ef95fb1fac2de89a
|
||||
md5sums = de6db1147385c058b2e94df3c1739fdf
|
||||
md5sums = cb9384ce179d08be6c90df6d0a0977a1
|
||||
md5sums = 258c33888c85d1ecc0bbdf59c3a92895
|
||||
md5sums = 21c98f19e883879dd3336c1fa143fd31
|
||||
|
10
PKGBUILD
10
PKGBUILD
@ -133,7 +133,7 @@ _srcname=linux-${_stable}
|
||||
#_srcname=linux-${_major}
|
||||
arch=(x86_64 x86_64_v3)
|
||||
pkgdesc='Linux CFS 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')
|
||||
@ -176,7 +176,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}/next/0002-mm-next.patch"
|
||||
"auto-cpu-optimization.sh"
|
||||
@ -603,6 +603,9 @@ _package-headers() {
|
||||
# add objtool for external module building and enabled VALIDATION_STACK option
|
||||
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
|
||||
|
||||
cp -t "${_builddir}/arch/x86" -a "arch/x86/include"
|
||||
install -Dt "${_builddir}/arch/x86/kernel" -m644 "arch/x86/kernel/asm-offsets.s"
|
||||
|
||||
@ -672,7 +675,7 @@ done
|
||||
|
||||
|
||||
md5sums=('5c6acbcc119ab680a32264c865ea70e1'
|
||||
'f9425b75de74d70497781f8c8448c27f'
|
||||
'6048a8eb052a7b2a22b4ab159278b903'
|
||||
'c463c17e1bf27df35f05eb1004c2ba48'
|
||||
'3d8d1eeebba7d038f6d890619233e605'
|
||||
'd6feae0f2dd1b24a853d335da003cb51'
|
||||
@ -695,7 +698,6 @@ md5sums=('5c6acbcc119ab680a32264c865ea70e1'
|
||||
'12ad5085b7f01793980f137f2c9451cb'
|
||||
'167a4267269e6a709c54e7b9ea8bf8d5'
|
||||
'bf58290793d3a095ef95fb1fac2de89a'
|
||||
'de6db1147385c058b2e94df3c1739fdf'
|
||||
'cb9384ce179d08be6c90df6d0a0977a1'
|
||||
'258c33888c85d1ecc0bbdf59c3a92895'
|
||||
'21c98f19e883879dd3336c1fa143fd31')
|
||||
|
Loading…
Reference in New Issue
Block a user