summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. Jung2022-02-11 11:33:50 +0000
committerP. Jung2022-02-11 11:33:50 +0000
commitc857c3e4fde2630e82cc92b1098c96b10506c9cb (patch)
treef932ef93989bcdf6d32dd6dee27b36522968b0a0
parentdd92ed6579d8a1cafeed4719ec7b85689348211d (diff)
downloadaur-c857c3e4fde2630e82cc92b1098c96b10506c9cb.tar.gz
5.16.9-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--config2
3 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ea25a88ff7b..5ff263b65056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-cacule
pkgdesc = Linux cacULE scheduler Kernel by CachyOS and with some other patches and other improvements
- pkgver = 5.16.8
- pkgrel = 2
+ pkgver = 5.16.9
+ pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
@@ -24,9 +24,10 @@ pkgbase = linux-cacule
makedepends = make
makedepends = patch
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.8.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.9.tar.xz
source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/sched/0001-cacULE-5.16-full.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-bitmap.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-cachy.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-arch-patches-v3.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-amdpstate.patch
@@ -48,9 +49,10 @@ pkgbase = linux-cacule
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-v4l2loopback.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.16/0001-xanmod-patches.patch
source = auto-cpu-optimization.sh
- sha256sums = 52aa5f05ee8addcc1ec0020f50e5f88ea1a308c2afac4a2305e1e4cf42580316
- sha256sums = 655cf4835cbca6b9b028f4c7e6a8619ff50966c86c2194e97bfb4eb06485da51
+ sha256sums = 1660e7228ec299c187c19739d115ded97f6b1be05a24986c4c443e7c5e8b744f
+ sha256sums = f23080ecb6b2532745f1dd7a05cac03f31cf784702ac12cbc5dbeda9294669d0
sha256sums = 480a3399d346b5fe053708a458ba63ae4a074d925114896f899740198bf809f2
+ sha256sums = 38e66c9722b9918f6d79876065a4dc17c20215387bab2a3722ae0b8d8b9a3d45
sha256sums = 80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe
sha256sums = d471337542fbdab0eef9169fba9a85879847e07797153ea845bee90b7facf3fa
sha256sums = 4d592e6bd49ae19db05d758130ae1b6f3bb081923a7b6df0b946ea0f4524168e
diff --git a/PKGBUILD b/PKGBUILD
index 3346ab9b248e..ac678f99e593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -128,7 +128,7 @@ else
pkgbase=linux-cacule
fi
_major=5.16
-_minor=8
+_minor=9
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
@@ -139,7 +139,7 @@ _srcname=linux-${_stable}
#_srcname=linux-${_major}
arch=(x86_64 x86_64_v3)
pkgdesc='Linux cacULE scheduler Kernel by CachyOS and with some other patches and other improvements'
-pkgrel=2
+pkgrel=1
arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL2')
@@ -156,6 +156,7 @@ source=(
"${_patchsource}/sched/0001-cacULE-5.16-full.patch"
# "${_patchsource}/sched/0001-bore-sched.patch"
# "${_patchsource}/sched/0001-tt.patch"
+ "${_patchsource}/0001-bitmap.patch"
"${_patchsource}/0001-cachy.patch"
"${_patchsource}/0001-arch-patches-v3.patch"
"${_patchsource}/0001-amdpstate.patch"
@@ -690,9 +691,10 @@ for _p in "${pkgname[@]}"; do
}"
done
-sha256sums=('52aa5f05ee8addcc1ec0020f50e5f88ea1a308c2afac4a2305e1e4cf42580316'
- '655cf4835cbca6b9b028f4c7e6a8619ff50966c86c2194e97bfb4eb06485da51'
+sha256sums=('1660e7228ec299c187c19739d115ded97f6b1be05a24986c4c443e7c5e8b744f'
+ 'f23080ecb6b2532745f1dd7a05cac03f31cf784702ac12cbc5dbeda9294669d0'
'480a3399d346b5fe053708a458ba63ae4a074d925114896f899740198bf809f2'
+ '38e66c9722b9918f6d79876065a4dc17c20215387bab2a3722ae0b8d8b9a3d45'
'80b03a4c65fc49a7059c5f0c31f2b58359c0faabcc960daffd19b5d2fa025cfe'
'd471337542fbdab0eef9169fba9a85879847e07797153ea845bee90b7facf3fa'
'4d592e6bd49ae19db05d758130ae1b6f3bb081923a7b6df0b946ea0f4524168e'
diff --git a/config b/config
index 6f1ac4520f0e..6a43de8b0c01 100644
--- a/config
+++ b/config
@@ -53,7 +53,7 @@ CONFIG_KERNEL_ZSTD_LEVEL=19
# end of ZSTD compression options
CONFIG_DEFAULT_INIT=""
-CONFIG_DEFAULT_HOSTNAME="cachyos"
+CONFIG_DEFAULT_HOSTNAME="archlinux"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y