summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. Jung2021-10-11 11:15:01 +0000
committerP. Jung2021-10-11 11:15:01 +0000
commit0bccc67d1e7d1a389d01ee080104978c9ef29f07 (patch)
treed03018f4777c78d61a32d47e1376935f7f8fb918
parent4c713f1540f87dba2d91e6404ee4c832ba3e0af3 (diff)
downloadaur-0bccc67d1e7d1a389d01ee080104978c9ef29f07.tar.gz
rc5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
-rw-r--r--config4
3 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f60c97e2c74b..b5961cf630bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-cacule-rc
pkgdesc = Linux-CacULE Kernel-RC by Hamad Marri and with some other patchsets
- pkgver = 5.15.rc4
+ pkgver = 5.15.rc5
pkgrel = 1
url = https://github.com/hamadmarri/cacule-cpu-scheduler
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = linux-cacule-rc
makedepends = tar
makedepends = xz
options = !strip
- source = https://git.kernel.org/torvalds/t/linux-5.15-rc4.tar.gz
+ source = https://git.kernel.org/torvalds/t/linux-5.15-rc5.tar.gz
source = config
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/CacULE/v5.15/cacule-5.15-full.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/misc/0007-v5.15-fsync.patch
@@ -31,11 +31,11 @@ pkgbase = linux-cacule-rc
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-mm.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-misc.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-lrng.patch
- source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-zstd.patch
+ source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/zstd-dev-patches-v6/0001-zstd-dev-patches.patch
source = https://raw.githubusercontent.com/ptr1337/kernel-patches/master/5.15/0001-bbr2.patch
source = auto-cpu-optimization.sh
- md5sums = 00dd752ba53fed55793f07864cbedac8
- md5sums = 02eb64232420f2d2159380eb7c5c39de
+ md5sums = 493b75bec74e5dfc887c7224df404dd3
+ md5sums = e29e088059fd06f1c6ac9884e23f52a3
md5sums = 0d27a2f6ac0b39eb8a441d9b879bcf55
md5sums = 6236a665dd6c93c5de76c1c658c99910
md5sums = d3ffe87474459e33c901f6141a047c95
@@ -46,7 +46,7 @@ pkgbase = linux-cacule-rc
md5sums = e422617aff583cec11129e0f185e9549
md5sums = db32c669e1d4dec440341815fc81a108
md5sums = 80fe84d2b357c2a66b467d2c66bd09fb
- md5sums = 52d324bcca2b2c41c739e257d5c6fd6e
+ md5sums = 97d9c9da437152c2f1161e5da5b5d7d4
md5sums = 422fe01f2e2b1ba1c2b9174fa1a75e40
md5sums = 21c98f19e883879dd3336c1fa143fd31
diff --git a/PKGBUILD b/PKGBUILD
index dc0664fed6bf..a15d7ff60753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,7 @@ pkgbase=linux-cacule-rc
_major=5.15
#_minor=1
#_minorc=$((_minor+1))
-_rcver=rc4
+_rcver=rc5
pkgver=${_major}.${_rcver}
#_stable=${_major}.${_minor}
_stablerc=${_major}-${_rcver}
@@ -80,6 +80,7 @@ source=("https://git.kernel.org/torvalds/t/linux-${_stablerc}.tar.gz"
"config"
# "${_patchsource}/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
"${_caculepatches}/v5.15/cacule-5.15-full.patch"
+# "${_patchsource}/0001-CK-TIMER.patch"
"${_patchsource}/misc/0007-v5.15-fsync.patch"
"${_patchsource}/misc/0003-glitched-cfs.patch"
"${_patchsource}/misc/more-uarches-for-kernel-5.15+.patch"
@@ -90,7 +91,7 @@ source=("https://git.kernel.org/torvalds/t/linux-${_stablerc}.tar.gz"
"${_patchsource}/0001-mm.patch"
"${_patchsource}/0001-misc.patch"
"${_patchsource}/0001-lrng.patch"
- "${_patchsource}/0001-zstd.patch"
+ "${_patchsource}/zstd-dev-patches-v6/0001-zstd-dev-patches.patch"
"${_patchsource}/0001-bbr2.patch"
"auto-cpu-optimization.sh"
)
@@ -361,8 +362,8 @@ for _p in "${pkgname[@]}"; do
done
-md5sums=('00dd752ba53fed55793f07864cbedac8'
- '02eb64232420f2d2159380eb7c5c39de'
+md5sums=('493b75bec74e5dfc887c7224df404dd3'
+ 'e29e088059fd06f1c6ac9884e23f52a3'
'0d27a2f6ac0b39eb8a441d9b879bcf55'
'6236a665dd6c93c5de76c1c658c99910'
'd3ffe87474459e33c901f6141a047c95'
@@ -373,6 +374,6 @@ md5sums=('00dd752ba53fed55793f07864cbedac8'
'e422617aff583cec11129e0f185e9549'
'db32c669e1d4dec440341815fc81a108'
'80fe84d2b357c2a66b467d2c66bd09fb'
- '52d324bcca2b2c41c739e257d5c6fd6e'
+ '97d9c9da437152c2f1161e5da5b5d7d4'
'422fe01f2e2b1ba1c2b9174fa1a75e40'
'21c98f19e883879dd3336c1fa143fd31')
diff --git a/config b/config
index 1c959449f5f5..fbebdfaa89c0 100644
--- a/config
+++ b/config
@@ -207,8 +207,8 @@ CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CACULE_SCHED=y
-# CONFIG_CACULE_RDB is not set
-# CONFIG_RDB_INTERVAL is not set
+CONFIG_CACULE_RDB=y
+CONFIG_RDB_INTERVAL=19
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_UCLAMP_TASK_GROUP=y