From da7cb55462c9438d57a67a9ce546f87d311d6b27 Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Wed, 22 Mar 2023 18:11:04 +0100 Subject: [PATCH] Bump to 6.2.8 Signed-off-by: Piotr Gorski --- .SRCINFO | 12 +++++------- PKGBUILD | 12 ++++++------ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3ff467f5477c..f8e5e516f2d9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-cachyos-bore pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements - pkgver = 6.2.7 + pkgver = 6.2.8 pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 @@ -21,20 +21,18 @@ pkgbase = linux-cachyos-bore makedepends = make makedepends = patch options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.7.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.8.tar.xz source = config source = auto-cpu-optimization.sh source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch - source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-Add-latency-priority-for-CFS-class.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-bore-tuning-sysctl.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-bore-cachy.patch - sha256sums = 4303105201fb0c0b17155fff87df0a022a32a41eb1ce94a264ae648c64bd0d8d + sha256sums = fed0ad87d42f83a70ce019ff2800bc30a855e672e72bf6d54a014d98d344f665 sha256sums = 0a5944e9e1f9e99939550f5cabb68518721ed01aeb46082cb7a135d4e3c9f736 sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106 - sha256sums = abd297adbb5024487d5fcb38cd01d1394c642026eb34a55af4c55d5e3008fa91 - sha256sums = a744e56a322e87c3ab9d4ce5b9ffb42e197b66eb45bc1abf1a1a90dafa9aa06a + sha256sums = c90d6c9ceb757f2b40dd5e13dff7823bfa73027a70b6755f7282ddbe627f574d sha256sums = c0fc7745ad98cfd0dfc517f80c1d800221bbe088d27ac286bd8c06c676302d7a - sha256sums = 28a932c9c338beaacac0477143142ec5d97b8bf2a9e8cc51f5d1a4ad701e9e97 + sha256sums = da0b6a29e4aa7d0a7eeb63d1a892859a5526a02c883cfce6de63846079abf5d4 pkgname = linux-cachyos-bore pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules diff --git a/PKGBUILD b/PKGBUILD index 3642c1079fc9..37a3b5c1c764 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -182,7 +182,8 @@ _bcachefs=${_bcachefs-} # You need to set the values per task # Ananicy-cpp has a implementation for this # You need to configure ananicy-cpp for this or use existing settings -_latency_nice=${_latency_nice-y} +# BORE v2 Latency Nice compatibility will come soon. +_latency_nice=${_latency_nice-} if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] && [ -n "$_use_lto_suffix" ]; then pkgsuffix=cachyos-${_cpusched}-lto @@ -193,7 +194,7 @@ else pkgbase=linux-$pkgsuffix fi _major=6.2 -_minor=7 +_minor=8 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -841,10 +842,9 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('4303105201fb0c0b17155fff87df0a022a32a41eb1ce94a264ae648c64bd0d8d' +sha256sums=('fed0ad87d42f83a70ce019ff2800bc30a855e672e72bf6d54a014d98d344f665' '0a5944e9e1f9e99939550f5cabb68518721ed01aeb46082cb7a135d4e3c9f736' '41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106' - 'abd297adbb5024487d5fcb38cd01d1394c642026eb34a55af4c55d5e3008fa91' - 'a744e56a322e87c3ab9d4ce5b9ffb42e197b66eb45bc1abf1a1a90dafa9aa06a' + 'c90d6c9ceb757f2b40dd5e13dff7823bfa73027a70b6755f7282ddbe627f574d' 'c0fc7745ad98cfd0dfc517f80c1d800221bbe088d27ac286bd8c06c676302d7a' - '28a932c9c338beaacac0477143142ec5d97b8bf2a9e8cc51f5d1a4ad701e9e97') + 'da0b6a29e4aa7d0a7eeb63d1a892859a5526a02c883cfce6de63846079abf5d4')