diff --git a/.SRCINFO b/.SRCINFO index 4ef70a3bd21f..c3dd7c8ba696 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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.8 - pkgrel = 2 + pkgver = 5.16.9 + pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 arch = x86_64_v3 @@ -24,9 +24,10 @@ pkgbase = linux-cachyos-bmq makedepends = make makedepends = patch options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.8.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.9.tar.xz source = config source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/sched/0001-prjc.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-bitmap.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-cachy.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-arch-patches-v3.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-amdpstate.patch @@ -48,9 +49,10 @@ pkgbase = linux-cachyos-bmq 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-xanmod-patches.patch source = auto-cpu-optimization.sh - sha256sums = 52aa5f05ee8addcc1ec0020f50e5f88ea1a308c2afac4a2305e1e4cf42580316 + sha256sums = 1660e7228ec299c187c19739d115ded97f6b1be05a24986c4c443e7c5e8b744f sha256sums = 655cf4835cbca6b9b028f4c7e6a8619ff50966c86c2194e97bfb4eb06485da51 sha256sums = 7b7e4c699be5fa0871dc7cf4e23cc497eb11a1db547576eaadea186483dad4c9 + sha256sums = 38e66c9722b9918f6d79876065a4dc17c20215387bab2a3722ae0b8d8b9a3d45 sha256sums = 80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe sha256sums = d471337542fbdab0eef9169fba9a85879847e07797153ea845bee90b7facf3fa sha256sums = 4d592e6bd49ae19db05d758130ae1b6f3bb081923a7b6df0b946ea0f4524168e diff --git a/PKGBUILD b/PKGBUILD index 88c17ac8ca8e..8430478dd4e9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -133,7 +133,7 @@ else pkgbase=linux-cachyos-bmq fi _major=5.16 -_minor=8 +_minor=9 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -144,7 +144,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=2 +pkgrel=1 arch=('x86_64' 'x86_64_v3') url="https://github.com/CachyOS/linux-cachyos" license=('GPL2') @@ -161,6 +161,7 @@ source=( # "${_patchsource}/sched/0001-cacULE-5.16-full.patch" # "${_patchsource}/sched/0001-bore-sched.patch" # "${_patchsource}/sched/0001-tt.patch" + "${_patchsource}/0001-bitmap.patch" "${_patchsource}/0001-cachy.patch" "${_patchsource}/0001-arch-patches-v3.patch" "${_patchsource}/0001-amdpstate.patch" @@ -695,9 +696,10 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('52aa5f05ee8addcc1ec0020f50e5f88ea1a308c2afac4a2305e1e4cf42580316' +sha256sums=('1660e7228ec299c187c19739d115ded97f6b1be05a24986c4c443e7c5e8b744f' '655cf4835cbca6b9b028f4c7e6a8619ff50966c86c2194e97bfb4eb06485da51' '7b7e4c699be5fa0871dc7cf4e23cc497eb11a1db547576eaadea186483dad4c9' + '38e66c9722b9918f6d79876065a4dc17c20215387bab2a3722ae0b8d8b9a3d45' '80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe' 'd471337542fbdab0eef9169fba9a85879847e07797153ea845bee90b7facf3fa' '4d592e6bd49ae19db05d758130ae1b6f3bb081923a7b6df0b946ea0f4524168e'