This commit is contained in:
Peter Jung 2022-05-18 18:13:34 +02:00
parent c98574ea62
commit 70145a5477
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-bmq
pkgdesc = Linux BMQ scheduler Kernel by CachyOS with other patches and improvements
pkgver = 5.17.8
pkgver = 5.17.9
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
@ -24,7 +24,7 @@ pkgbase = linux-cachyos-bmq
makedepends = make
makedepends = patch
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 = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/sched/0001-prjc.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0001-arch.patch
@ -40,8 +40,9 @@ pkgbase = linux-cachyos-bmq
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0012-spf-lru.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/0016-futex-winesync.patch
source = auto-cpu-optimization.sh
sha256sums = 117961d8c75178d386b0aac1dee2e34046eee7f6f075a4c2be6ac10c4324236a
sha256sums = 172424bc41ef2df9b19457ceb022b56a51eb9497529b15ce7e9b8d6f90ad5978
sha256sums = 7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb
sha256sums = 56c7c89373bb1cd1cfb7446b350f4fc590971fc15e0ee16e23fcb40ffc09482a
sha256sums = 09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037
@ -57,6 +58,7 @@ pkgbase = linux-cachyos-bmq
sha256sums = 1b2dd9147b7443a42ec49e9d1bf01d1209bfcbe625e686e90f0276abb3ed52ec
sha256sums = 0e5177f086ddcac9b0e6596d29588c0730cce5c827e4c51e57f835a32f25ee85
sha256sums = 761abc5bd65c194b6b810af1022df5888ce0ecbe70ffe4cd67e6e0c748fb78a2
sha256sums = 179b540f8848b03ccb1a0d12e24feab63fd0576b5e9eed8f214d6e9cb790f151
sha256sums = 65ec9ac5b8b28d5b61df1c72498059be2e7cb1f9b965bac0e4ffed3c05520b2b
pkgname = linux-cachyos-bmq

View file

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