Skip to content

Commit 8c17541

Browse files
authored
6.9 && 6.10: Prepare for BORE 5.2.4 (#265)
* 6.9 && 6.10: Prepare for BORE 5.2.4 Signed-off-by: Piotr Gorski <[email protected]> * 6.9 && 6.10: Decrease default value Signed-off-by: Piotr Gorski <[email protected]> --------- Signed-off-by: Piotr Gorski <[email protected]>
1 parent 35d247b commit 8c17541

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

linux-cachyos-bore/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by makepkg 6.1.0
2-
# Thu Jul 4 09:47:28 UTC 2024
2+
# Thu Jul 4 20:35:28 UTC 2024
33
pkgbase = linux-cachyos-bore
44
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
55
pkgver = 6.9.7

linux-cachyos-bore/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ prepare() {
298298
[ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."
299299

300300
case "$_cpusched" in
301-
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE;;
302-
bore|hardened) scripts/config -e SCHED_BORE;;
301+
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
302+
bore|hardened) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
303303
echo) scripts/config -e ECHO_SCHED;;
304304
eevdf) ;;
305305
rt) scripts/config -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306-
rt-bore) scripts/config -e SCHED_BORE -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306+
rt-bore) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000 -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
307307
sched-ext) scripts/config -e SCHED_CLASS_EXT;;
308308
*) _die "The value $_cpusched is invalid. Choose the correct one again.";;
309309
esac

linux-cachyos-deckify/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by makepkg 6.1.0
2-
# Thu Jul 4 09:48:08 UTC 2024
2+
# Thu Jul 4 20:35:41 UTC 2024
33
pkgbase = linux-cachyos-deckify
44
pkgdesc = Linux SCHED-EXT + Cachy Sauce + BORE + Deckify Patches Kernel by CachyOS with other patches and improvements
55
pkgver = 6.9.7

linux-cachyos-deckify/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,12 @@ prepare() {
300300
[ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."
301301

302302
case "$_cpusched" in
303-
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE;;
304-
bore|hardened) scripts/config -e SCHED_BORE;;
303+
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
304+
bore|hardened) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
305305
echo) scripts/config -e ECHO_SCHED;;
306306
eevdf) ;;
307307
rt) scripts/config -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
308-
rt-bore) scripts/config -e SCHED_BORE -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
308+
rt-bore) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000 -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
309309
sched-ext) scripts/config -e SCHED_CLASS_EXT;;
310310
*) _die "The value $_cpusched is invalid. Choose the correct one again.";;
311311
esac

linux-cachyos-echo/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by makepkg 6.1.0
2-
# Thu Jul 4 09:48:42 UTC 2024
2+
# Thu Jul 4 20:35:57 UTC 2024
33
pkgbase = linux-cachyos-echo
44
pkgdesc = Linux ECHO scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements
55
pkgver = 6.9.7

linux-cachyos-echo/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ prepare() {
298298
[ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."
299299

300300
case "$_cpusched" in
301-
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE;;
302-
bore|hardened) scripts/config -e SCHED_BORE;;
301+
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
302+
bore|hardened) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
303303
echo) scripts/config -e ECHO_SCHED;;
304304
eevdf) ;;
305305
rt) scripts/config -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306-
rt-bore) scripts/config -e SCHED_BORE -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306+
rt-bore) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000 -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
307307
sched-ext) scripts/config -e SCHED_CLASS_EXT;;
308308
*) _die "The value $_cpusched is invalid. Choose the correct one again.";;
309309
esac

linux-cachyos-eevdf/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by makepkg 6.1.0
2-
# Thu Jul 4 09:49:10 UTC 2024
2+
# Thu Jul 4 20:36:10 UTC 2024
33
pkgbase = linux-cachyos-eevdf
44
pkgdesc = Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements
55
pkgver = 6.9.7

linux-cachyos-eevdf/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ prepare() {
298298
[ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."
299299

300300
case "$_cpusched" in
301-
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE;;
302-
bore|hardened) scripts/config -e SCHED_BORE;;
301+
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
302+
bore|hardened) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
303303
echo) scripts/config -e ECHO_SCHED;;
304304
eevdf) ;;
305305
rt) scripts/config -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306-
rt-bore) scripts/config -e SCHED_BORE -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306+
rt-bore) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000 -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
307307
sched-ext) scripts/config -e SCHED_CLASS_EXT;;
308308
*) _die "The value $_cpusched is invalid. Choose the correct one again.";;
309309
esac

linux-cachyos-hardened/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by makepkg 6.1.0
2-
# Thu Jul 4 09:49:43 UTC 2024
2+
# Thu Jul 4 20:36:22 UTC 2024
33
pkgbase = linux-cachyos-hardened
44
pkgdesc = Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements
55
pkgver = 6.9.7

linux-cachyos-hardened/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ prepare() {
298298
[ -z "$_cpusched" ] && _die "The value is empty. Choose the correct one again."
299299

300300
case "$_cpusched" in
301-
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE;;
302-
bore|hardened) scripts/config -e SCHED_BORE;;
301+
cachyos) scripts/config -e SCHED_CLASS_EXT -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
302+
bore|hardened) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000;;
303303
echo) scripts/config -e ECHO_SCHED;;
304304
eevdf) ;;
305305
rt) scripts/config -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306-
rt-bore) scripts/config -e SCHED_BORE -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
306+
rt-bore) scripts/config -e SCHED_BORE --set-val MIN_BASE_SLICE_NS 1000000 -e PREEMPT_COUNT -e PREEMPTION -d PREEMPT_VOLUNTARY -d PREEMPT -d PREEMPT_NONE -e PREEMPT_RT -d PREEMPT_DYNAMIC -d PREEMPT_BUILD;;
307307
sched-ext) scripts/config -e SCHED_CLASS_EXT;;
308308
*) _die "The value $_cpusched is invalid. Choose the correct one again.";;
309309
esac

0 commit comments

Comments
 (0)