This commit is contained in:
Peter Jung 2022-05-18 18:13:09 +02:00
parent 5d8dc9ac7e
commit 9334dda038
No known key found for this signature in database
GPG Key ID: C3C4820857F654FE
2 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-cachyos pkgbase = linux-cachyos
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 5.17.8 pkgver = 5.17.9
pkgrel = 1 pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos url = https://github.com/CachyOS/linux-cachyos
arch = x86_64 arch = x86_64
@ -24,7 +24,7 @@ pkgbase = linux-cachyos
makedepends = make makedepends = make
makedepends = patch makedepends = patch
options = !strip options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.17.8.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.17.9.tar.xz
source = config source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/sched/0001-bore-sched.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/sched/0001-bore-sched.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0001-arch.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0001-arch.patch
@ -43,8 +43,9 @@ pkgbase = linux-cachyos
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0013-xanmod.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0013-xanmod.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0014-lrng.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0014-lrng.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0015-ck-hrtimer.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0015-ck-hrtimer.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0016-futex-winesync.patch
source = auto-cpu-optimization.sh source = auto-cpu-optimization.sh
sha256sums = 117961d8c75178d386b0aac1dee2e34046eee7f6f075a4c2be6ac10c4324236a sha256sums = 172424bc41ef2df9b19457ceb022b56a51eb9497529b15ce7e9b8d6f90ad5978
sha256sums = 7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb sha256sums = 7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb
sha256sums = e08fb439ba424c9c8db8f41fe9328dd3e30d4405094b6972dcce3863f04a9f46 sha256sums = e08fb439ba424c9c8db8f41fe9328dd3e30d4405094b6972dcce3863f04a9f46
sha256sums = 09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037 sha256sums = 09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037
@ -63,6 +64,7 @@ pkgbase = linux-cachyos
sha256sums = 0e5177f086ddcac9b0e6596d29588c0730cce5c827e4c51e57f835a32f25ee85 sha256sums = 0e5177f086ddcac9b0e6596d29588c0730cce5c827e4c51e57f835a32f25ee85
sha256sums = 761abc5bd65c194b6b810af1022df5888ce0ecbe70ffe4cd67e6e0c748fb78a2 sha256sums = 761abc5bd65c194b6b810af1022df5888ce0ecbe70ffe4cd67e6e0c748fb78a2
sha256sums = 07e34ca2f03d96837166ff4764503a76ff6f499107716455073e5e081b40a146 sha256sums = 07e34ca2f03d96837166ff4764503a76ff6f499107716455073e5e081b40a146
sha256sums = 179b540f8848b03ccb1a0d12e24feab63fd0576b5e9eed8f214d6e9cb790f151
sha256sums = 65ec9ac5b8b28d5b61df1c72498059be2e7cb1f9b965bac0e4ffed3c05520b2b sha256sums = 65ec9ac5b8b28d5b61df1c72498059be2e7cb1f9b965bac0e4ffed3c05520b2b
pkgname = linux-cachyos pkgname = linux-cachyos

View File

@ -112,7 +112,7 @@ else
pkgbase=linux-cachyos pkgbase=linux-cachyos
fi fi
_major=5.17 _major=5.17
_minor=8 _minor=9
#_minorc=$((_minor+1)) #_minorc=$((_minor+1))
#_rcver=rc8 #_rcver=rc8
pkgver=${_major}.${_minor} pkgver=${_major}.${_minor}
@ -172,7 +172,7 @@ source+=(
"${_patchsource}/0013-xanmod.patch" "${_patchsource}/0013-xanmod.patch"
"${_patchsource}/0014-lrng.patch" "${_patchsource}/0014-lrng.patch"
"${_patchsource}/0015-ck-hrtimer.patch" "${_patchsource}/0015-ck-hrtimer.patch"
# "${_patchsource}/0016-futex-winesync.patch" "${_patchsource}/0016-futex-winesync.patch"
"auto-cpu-optimization.sh" "auto-cpu-optimization.sh"
) )
@ -691,7 +691,7 @@ for _p in "${pkgname[@]}"; do
}" }"
done done
sha256sums=('117961d8c75178d386b0aac1dee2e34046eee7f6f075a4c2be6ac10c4324236a' sha256sums=('172424bc41ef2df9b19457ceb022b56a51eb9497529b15ce7e9b8d6f90ad5978'
'7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb' '7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb'
'e08fb439ba424c9c8db8f41fe9328dd3e30d4405094b6972dcce3863f04a9f46' 'e08fb439ba424c9c8db8f41fe9328dd3e30d4405094b6972dcce3863f04a9f46'
'09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037' '09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037'
@ -710,4 +710,5 @@ sha256sums=('117961d8c75178d386b0aac1dee2e34046eee7f6f075a4c2be6ac10c4324236a'
'0e5177f086ddcac9b0e6596d29588c0730cce5c827e4c51e57f835a32f25ee85' '0e5177f086ddcac9b0e6596d29588c0730cce5c827e4c51e57f835a32f25ee85'
'761abc5bd65c194b6b810af1022df5888ce0ecbe70ffe4cd67e6e0c748fb78a2' '761abc5bd65c194b6b810af1022df5888ce0ecbe70ffe4cd67e6e0c748fb78a2'
'07e34ca2f03d96837166ff4764503a76ff6f499107716455073e5e081b40a146' '07e34ca2f03d96837166ff4764503a76ff6f499107716455073e5e081b40a146'
'179b540f8848b03ccb1a0d12e24feab63fd0576b5e9eed8f214d6e9cb790f151'
'65ec9ac5b8b28d5b61df1c72498059be2e7cb1f9b965bac0e4ffed3c05520b2b') '65ec9ac5b8b28d5b61df1c72498059be2e7cb1f9b965bac0e4ffed3c05520b2b')