summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-04-20 20:19:24 +0200
committerPiotr Gorski2023-04-20 20:19:24 +0200
commit0c1c1524b39bbebdc75375bdcc3d3b358739053e (patch)
tree8944c32bc182e80f49c1e0a6e53cfc18a2fe25cc
parentcb4466949fd363044483ea8f79ddcf9dad4c0fef (diff)
downloadaur-0c1c1524b39bbebdc75375bdcc3d3b358739053e.tar.gz
Bump to 6.2.12
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
-rw-r--r--linux-cachyos-prjc.install16
3 files changed, 28 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25f2f85c68b..faa5b3503a92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-cfs
pkgdesc = Linux CFS scheduler Kernel by CachyOS with other patches and improvements
- pkgver = 6.2.11
+ pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
@@ -21,16 +21,16 @@ pkgbase = linux-cachyos-cfs
makedepends = make
makedepends = patch
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.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
- sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
+ sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
- sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
- sha256sums = 69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e
+ sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187
+ sha256sums = de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2
pkgname = linux-cachyos-cfs
pkgdesc = The Linux CFS scheduler Kernel by CachyOS with other patches and improvements kernel and modules
diff --git a/PKGBUILD b/PKGBUILD
index 257eab28ab78..e77949727fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
-_minor=11
+_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@@ -233,7 +233,7 @@ source=(
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
- source+=("git+https://github.com/cachyos/zfs.git#commit=00e580bca282bf30913fcf5832fc58191cf0ff32")
+ source+=("git+https://github.com/cachyos/zfs.git#commit=e25f9131d679692704c11dc0c1df6d4585b70c35")
fi
## Latency NICE Support
@@ -247,7 +247,8 @@ case "$_cpusched" in
cachyos) # CachyOS Scheduler (EEVDF)
source+=("${_patchsource}/sched/0001-EEVDF.patch");;
pds|bmq) # BMQ/PDS scheduler
- source+=("${_patchsource}/sched/0001-prjc-cachy.patch");;
+ source+=("${_patchsource}/sched/0001-prjc-cachy.patch"
+ linux-cachyos-prjc.install);;
tt) ## TT Scheduler
source+=("${_patchsource}/sched/0001-tt-cachy.patch");;
bore) ## BORE Scheduler with latency_nice
@@ -846,8 +847,8 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
+sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
- 'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b'
- '69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e')
+ 'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187'
+ 'de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2')
diff --git a/linux-cachyos-prjc.install b/linux-cachyos-prjc.install
new file mode 100644
index 000000000000..cd90471eaddf
--- /dev/null
+++ b/linux-cachyos-prjc.install
@@ -0,0 +1,16 @@
+post_install() {
+ cat << EOF
+You install the linux-cachyos kernel variant with the PDS/BMQ scheduler.
+Please note that this scheduler can cause various performance and stability
+issues (especially on AMD Ryzen CPUs) and we don't provide official
+support for fixing them. If you encounter any problems while using the kernel,
+please make sure that that it is not a BMQ or PDS specific problem before reporting it
+to us, otherwise inform the Project C developer:
+
+https://gitlab.com/alfredchen/linux-prjc/-/issues
+EOF
+}
+
+post_upgrade() {
+ post_install
+}