From 8aed87917ee35c325b4677b8a4b286790d64e51c Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Thu, 30 Mar 2023 19:56:22 +0200 Subject: [PATCH] Bump to 6.2.9 Signed-off-by: Piotr Gorski --- .SRCINFO | 12 +++++++----- PKGBUILD | 11 ++++++----- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e478a1a2ce5f..35bcb1db9467 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.8 + pkgver = 6.2.9 pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 @@ -21,18 +21,20 @@ pkgbase = linux-cachyos-bore makedepends = make makedepends = patch options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.8.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.9.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 = fed0ad87d42f83a70ce019ff2800bc30a855e672e72bf6d54a014d98d344f665 + sha256sums = 903449c164c03f0e742aacc920e18563585e07a28c6cb79e0fd6c36695fd43f5 sha256sums = c37cd629b9044fe1e1ebf86dd1bc5f99aa472d8c4ccad314c36c247a2b97daac sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106 - sha256sums = 16b2c66eec48fd51b97a25513fa5a6ebc403e5a257ec43b05e62242b6399c46c + sha256sums = 88092503599381979620d8261eac9ce670b4b31bc0d6629345ab63e90512408b + sha256sums = 69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e sha256sums = c0fc7745ad98cfd0dfc517f80c1d800221bbe088d27ac286bd8c06c676302d7a - sha256sums = da0b6a29e4aa7d0a7eeb63d1a892859a5526a02c883cfce6de63846079abf5d4 + sha256sums = e9fadf44a28797272cef66e90069340391e9bad0774a8cc586044df1e3e2860f 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 2d212c5a33f4..b947d7fc316f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -183,7 +183,7 @@ _bcachefs=${_bcachefs-} # Ananicy-cpp has a implementation for this # You need to configure ananicy-cpp for this or use existing settings # BORE v2 Latency Nice compatibility will come soon. -_latency_nice=${_latency_nice-} +_latency_nice=${_latency_nice-y} if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] && [ -n "$_use_lto_suffix" ]; then pkgsuffix=cachyos-${_cpusched}-lto @@ -194,7 +194,7 @@ else pkgbase=linux-$pkgsuffix fi _major=6.2 -_minor=8 +_minor=9 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -842,9 +842,10 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('fed0ad87d42f83a70ce019ff2800bc30a855e672e72bf6d54a014d98d344f665' +sha256sums=('903449c164c03f0e742aacc920e18563585e07a28c6cb79e0fd6c36695fd43f5' 'c37cd629b9044fe1e1ebf86dd1bc5f99aa472d8c4ccad314c36c247a2b97daac' '41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106' - '16b2c66eec48fd51b97a25513fa5a6ebc403e5a257ec43b05e62242b6399c46c' + '88092503599381979620d8261eac9ce670b4b31bc0d6629345ab63e90512408b' + '69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e' 'c0fc7745ad98cfd0dfc517f80c1d800221bbe088d27ac286bd8c06c676302d7a' - 'da0b6a29e4aa7d0a7eeb63d1a892859a5526a02c883cfce6de63846079abf5d4') + 'e9fadf44a28797272cef66e90069340391e9bad0774a8cc586044df1e3e2860f')