summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-23 16:05:18 +0200
committerPiotr Gorski2023-07-23 16:05:18 +0200
commitbf51bf7f6c9576333684c0134a5f543b4549078b (patch)
tree1dbc2036d6082f441846c423aef26fab462e8345
parentadbf48204884a075869551f36f978ee7c39d4b25 (diff)
downloadaur-bf51bf7f6c9576333684c0134a5f543b4549078b.tar.gz
Bump to 6.1.40
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD26
2 files changed, 9 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ad949b6855..5abdb3ecba75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-lts
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
- pkgver = 6.1.37
+ pkgver = 6.1.40
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
@@ -22,18 +22,18 @@ pkgbase = linux-cachyos-lts
makedepends = patch
makedepends = python
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.37.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.40.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/misc/0001-Add-latency-priority-for-CFS-class.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.1/sched/0001-bore-cachy.patch
- sha256sums = 46cad712d261a23c8e483a3b79b6a84b9a5f731a8921c9127df35ae35cef1e80
+ sha256sums = 43eafc2197a07dcdcff7a7ef79ac7502061f7c564744e51626bf5fa2e22587f0
sha256sums = f7fa8deef26d10143b4af8f075c2c2397176a4e3323f9558b07cc5a5f939bb17
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
- sha256sums = 9669e0c18786d5b07a38a7da14bc653c1cf43e2765a047f1d33ecb5c0ee5369d
+ sha256sums = baac59a5abff8dda8bcc984cabd8f3b566cbf156fbf74b52cb316a1f1673fb62
sha256sums = 8811cdc9215a0dfff3a922a2f9eadefb6760bfb78fb756adc88d5894403148f0
- sha256sums = 73a93dcd983e31dab8f1e5cbf3241759779d0b9591e9df330eabd16fda491d8b
+ sha256sums = 1b609b9da9f4b8b08e904cefae55a17ddc92b62a53c854258b35141096925572
pkgname = linux-cachyos-lts
pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index 2c0d5662510e..54279d234ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -84,12 +84,6 @@ _tickrate=${_tickrate-full}
## Choose between full(low-latency), voluntary or server
_preempt=${_preempt-full}
-### Disable MQ-Deadline I/O scheduler
-_mq_deadline_disable=${_mq_deadline_disable-y}
-
-### Disable Kyber I/O scheduler
-_kyber_disable=${_kyber_disable-y}
-
### Enable multigenerational LRU
# ATTENTION - one of three predefined values should be selected!
# 'standard' - enable multigenerational LRU
@@ -193,7 +187,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.1
-_minor=37
+_minor=40
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@@ -408,18 +402,6 @@ prepare() {
_die "The value '$_nr_cpus' is invalid. Please select a numerical value from 2 to 512..."
fi
- ### Disable MQ Deadline I/O scheduler
- if [ -n "$_mq_deadline_disable" ]; then
- echo "Disabling MQ-Deadline I/O scheduler..."
- scripts/config -d MQ_IOSCHED_DEADLINE
- fi
-
- ### Disable Kyber I/O scheduler
- if [ -n "$_kyber_disable" ]; then
- echo "Disabling Kyber I/O scheduler..."
- scripts/config -d MQ_IOSCHED_KYBER
- fi
-
### Select performance governor
if [ -n "$_per_gov" ]; then
echo "Setting performance governor..."
@@ -842,9 +824,9 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('46cad712d261a23c8e483a3b79b6a84b9a5f731a8921c9127df35ae35cef1e80'
+sha256sums=('43eafc2197a07dcdcff7a7ef79ac7502061f7c564744e51626bf5fa2e22587f0'
'f7fa8deef26d10143b4af8f075c2c2397176a4e3323f9558b07cc5a5f939bb17'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
- '9669e0c18786d5b07a38a7da14bc653c1cf43e2765a047f1d33ecb5c0ee5369d'
+ 'baac59a5abff8dda8bcc984cabd8f3b566cbf156fbf74b52cb316a1f1673fb62'
'8811cdc9215a0dfff3a922a2f9eadefb6760bfb78fb756adc88d5894403148f0'
- '73a93dcd983e31dab8f1e5cbf3241759779d0b9591e9df330eabd16fda491d8b')
+ '1b609b9da9f4b8b08e904cefae55a17ddc92b62a53c854258b35141096925572')