From 5d8dc9ac7e45e55147d8fb04e5ccea94b76d6614 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Sun, 15 May 2022 21:29:20 +0200 Subject: [PATCH] 5.17.8-1 --- .SRCINFO | 14 ++++++++------ PKGBUILD | 12 +++++++----- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ca3aee4..6a442e2 100755 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = linux-cachyos pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements - pkgver = 5.17.7 - pkgrel = 2 + pkgver = 5.17.8 + pkgrel = 1 url = https://github.com/CachyOS/linux-cachyos arch = x86_64 arch = x86_64_v3 @@ -24,10 +24,11 @@ pkgbase = linux-cachyos makedepends = make makedepends = patch options = !strip - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.17.7.tar.xz + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.17.8.tar.xz 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/0001-arch.patch + source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0001-latency_nice.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0002-anbox.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0003-bbr2.patch source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.17/0004-cachy.patch @@ -43,14 +44,15 @@ pkgbase = linux-cachyos 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 = auto-cpu-optimization.sh - sha256sums = 22f67ef6b12ef6c0c0353be4b90b4bf4b9b18b858c16c346fa495b67ec718c99 + sha256sums = 117961d8c75178d386b0aac1dee2e34046eee7f6f075a4c2be6ac10c4324236a sha256sums = 7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb - sha256sums = 0f99f7935f545033eff35b5e4ffa54142c31c7034ee801cd1534fe085351f019 + sha256sums = e08fb439ba424c9c8db8f41fe9328dd3e30d4405094b6972dcce3863f04a9f46 sha256sums = 09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037 + sha256sums = 5095ab381e4d68a5e5b75c5e6c7be120ca4107b28ea399a791392325d4c5e630 sha256sums = ddaf45cc72ed743f70c8754505357e94d6dd4133bfde6e9c6afc59f4cc12ee69 sha256sums = 6b31e4655e5ff9dbe95fb7db665426dad2bf3e33b5102d040a256f707cc99a23 sha256sums = 8d327824362a7484bf7a8e4bfbe37e969ee39bbbb1c09c9e1e909b7e5941240d - sha256sums = 543209b77159e768a105ac41bd3c760380ef73e97dabd53d958e0bdb024ddf1d + sha256sums = 703f50e2be466ee0f97cf789de55880ea873d87356a4c677e3820d2730d16911 sha256sums = a13c4f5a688a86c8c67642a4129d2c89efd5f1afd3625e15ce5abe0b983d60d0 sha256sums = ab87b51fcacd9c7c5bf5d363ac45dab994c2c53d0e80e552390c7cbf752d7dca sha256sums = 9b431688e9c7be5b5a75a0d76cb26e2d0121d03d30fc47e257ea3217d42d0e08 diff --git a/PKGBUILD b/PKGBUILD index 950a5cd..9463dca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -112,7 +112,7 @@ else pkgbase=linux-cachyos fi _major=5.17 -_minor=7 +_minor=8 #_minorc=$((_minor+1)) #_rcver=rc8 pkgver=${_major}.${_minor} @@ -123,7 +123,7 @@ _srcname=linux-${_stable} #_srcname=linux-${_major} arch=(x86_64 x86_64_v3) pkgdesc='Linux BORE scheduler Kernel by CachyOS with other patches and improvements' -pkgrel=2 +pkgrel=1 arch=('x86_64' 'x86_64_v3') url="https://github.com/CachyOS/linux-cachyos" license=('GPL2') @@ -157,6 +157,7 @@ if [ "$_cpusched" = "bore" ]; then fi source+=( "${_patchsource}/0001-arch.patch" + "${_patchsource}/0001-latency_nice.patch" "${_patchsource}/0002-anbox.patch" "${_patchsource}/0003-bbr2.patch" "${_patchsource}/0004-cachy.patch" @@ -690,14 +691,15 @@ for _p in "${pkgname[@]}"; do }" done -sha256sums=('22f67ef6b12ef6c0c0353be4b90b4bf4b9b18b858c16c346fa495b67ec718c99' +sha256sums=('117961d8c75178d386b0aac1dee2e34046eee7f6f075a4c2be6ac10c4324236a' '7ad9dced23394e7db11dc70e5ad95589828001c8b09d3c1f9d54375e3c396dcb' - '0f99f7935f545033eff35b5e4ffa54142c31c7034ee801cd1534fe085351f019' + 'e08fb439ba424c9c8db8f41fe9328dd3e30d4405094b6972dcce3863f04a9f46' '09aa0e17190ee113a352573b2d2386cc04b522641fd277306e8ace9fd7af0037' + '5095ab381e4d68a5e5b75c5e6c7be120ca4107b28ea399a791392325d4c5e630' 'ddaf45cc72ed743f70c8754505357e94d6dd4133bfde6e9c6afc59f4cc12ee69' '6b31e4655e5ff9dbe95fb7db665426dad2bf3e33b5102d040a256f707cc99a23' '8d327824362a7484bf7a8e4bfbe37e969ee39bbbb1c09c9e1e909b7e5941240d' - '543209b77159e768a105ac41bd3c760380ef73e97dabd53d958e0bdb024ddf1d' + '703f50e2be466ee0f97cf789de55880ea873d87356a4c677e3820d2730d16911' 'a13c4f5a688a86c8c67642a4129d2c89efd5f1afd3625e15ce5abe0b983d60d0' 'ab87b51fcacd9c7c5bf5d363ac45dab994c2c53d0e80e552390c7cbf752d7dca' '9b431688e9c7be5b5a75a0d76cb26e2d0121d03d30fc47e257ea3217d42d0e08'