Bump to 5.19.12-1

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2022-09-28 15:36:43 +02:00
parent 15c09c660c
commit 818db97448
No known key found for this signature in database
GPG Key ID: 79AFA05ABDB26C5A
2 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
pkgbase = linux-cachyos pkgbase = linux-cachyos
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 5.19.11 pkgver = 5.19.12
pkgrel = 1 pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos url = https://github.com/CachyOS/linux-cachyos
arch = x86_64 arch = x86_64
@ -21,15 +21,15 @@ pkgbase = linux-cachyos
makedepends = make makedepends = make
makedepends = patch makedepends = patch
options = !strip options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.11.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.12.tar.xz
source = config source = config
source = auto-cpu-optimization.sh source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/all/0001-cachyos-base-all.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/sched/0001-bore.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/sched/0001-bore.patch
sha256sums = 5554d2f90b806bb3454fcf3432882cf85077d660a89db5a4e8d7375271e3d973 sha256sums = c436a548c7312ce6fc5a3472cbead895eef8f52841fbe7c71fd8e48bdfe2b0ba
sha256sums = c4543a2528981a6c4be7b368f3648995823ab9a1060afd7b51d06c9d377ad7fa sha256sums = c4543a2528981a6c4be7b368f3648995823ab9a1060afd7b51d06c9d377ad7fa
sha256sums = e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e sha256sums = e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e
sha256sums = e8c5da2bac99834d059d0514dd751553dec4884ced222b871e13e1b98a6cc39a sha256sums = efc09a728da21b8a9e068696c26e334d9fa950ad2e165cbd8a695f1897089da5
sha256sums = d116f6c42583c6e81914c5184fd89ad888403e54bad1ec3359051ddf36ae3b33 sha256sums = d116f6c42583c6e81914c5184fd89ad888403e54bad1ec3359051ddf36ae3b33
pkgname = linux-cachyos pkgname = linux-cachyos

View File

@ -185,7 +185,7 @@ else
pkgbase=linux-$pkgsuffix pkgbase=linux-$pkgsuffix
fi fi
_major=5.19 _major=5.19
_minor=11 _minor=12
#_minorc=$((_minor+1)) #_minorc=$((_minor+1))
#_rcver=rc8 #_rcver=rc8
pkgver=${_major}.${_minor} pkgver=${_major}.${_minor}
@ -247,7 +247,7 @@ fi
if [ "$_cpusched" = "cacule-rdb" ]; then if [ "$_cpusched" = "cacule-rdb" ]; then
source+=("${_patchsource}/sched/0001-cacULE-cachy.patch") source+=("${_patchsource}/sched/0001-cacULE-cachy.patch")
fi fi
#ä TT Scheduler ## TT Scheduler
if [ "$_cpusched" = "tt" ]; then if [ "$_cpusched" = "tt" ]; then
source+=("${_patchsource}/sched/0001-tt-cachy.patch") source+=("${_patchsource}/sched/0001-tt-cachy.patch")
fi fi
@ -272,15 +272,15 @@ if [ -n "$_bcachefs" ]; then
fi fi
## NEST Support ## NEST Support
if [ -n "$_nest" ]; then if [ -n "$_nest" ]; then
if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then
source+=("${_patchsource}/sched/0001-NEST.patch") source+=("${_patchsource}/sched/0001-NEST.patch")
fi fi
fi fi
## Latency NICE Support ## Latency NICE Support
if [ -n "$_latency_nice" ]; then if [ -n "$_latency_nice" ]; then
if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then if [[ "$_cpusched" = "bore" || "$_cpusched" = "cfs" || "$_cpusched" = "hardened" ]]; then
source+=("${_patchsource}/misc/0001-Add-latency-priority-for-CFS-class.patch") source+=("${_patchsource}/misc/0001-Add-latency-priority-for-CFS-class.patch")
fi fi
fi fi
export KBUILD_BUILD_HOST=cachyos export KBUILD_BUILD_HOST=cachyos
@ -999,8 +999,8 @@ for _p in "${pkgname[@]}"; do
}" }"
done done
sha256sums=('5554d2f90b806bb3454fcf3432882cf85077d660a89db5a4e8d7375271e3d973' sha256sums=('c436a548c7312ce6fc5a3472cbead895eef8f52841fbe7c71fd8e48bdfe2b0ba'
'c4543a2528981a6c4be7b368f3648995823ab9a1060afd7b51d06c9d377ad7fa' 'c4543a2528981a6c4be7b368f3648995823ab9a1060afd7b51d06c9d377ad7fa'
'e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e' 'e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e'
'e8c5da2bac99834d059d0514dd751553dec4884ced222b871e13e1b98a6cc39a' 'efc09a728da21b8a9e068696c26e334d9fa950ad2e165cbd8a695f1897089da5'
'd116f6c42583c6e81914c5184fd89ad888403e54bad1ec3359051ddf36ae3b33') 'd116f6c42583c6e81914c5184fd89ad888403e54bad1ec3359051ddf36ae3b33')