commit:     54d1b8f05b1a9bb154b528bda020c5c1b9143e51
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 18:00:38 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun May  5 18:00:38 2024 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=54d1b8f0

Default alternate schedulars (ALT_SCHED=n)

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 0000_README                            |  4 ++++
 5021_BMQ-and-PDS-gentoo-defaults.patch | 13 +++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/0000_README b/0000_README
index f9626b92..bb655415 100644
--- a/0000_README
+++ b/0000_README
@@ -122,3 +122,7 @@ Desc:   Kernel >= 5.15 patch enables gcc = v11.1+ 
optimizations for additional C
 Patch:  5020_BMQ-and-PDS-io-scheduler-v6.8-r6.patch
 From:   https://gitlab.com/alfredchen/projectc
 Desc:   BMQ(BitMap Queue) Scheduler. A new CPU scheduler developed from 
PDS(incld). Inspired by the scheduler in zircon.
+
+Patch:  5021_BMQ-and-PDS-gentoo-defaults.patch
+From:   https://gitweb.gentoo.org/proj/linux-patches.git/
+Desc:   Set defaults for BMQ. default to n

diff --git a/5021_BMQ-and-PDS-gentoo-defaults.patch 
b/5021_BMQ-and-PDS-gentoo-defaults.patch
new file mode 100644
index 00000000..6dc48eec
--- /dev/null
+++ b/5021_BMQ-and-PDS-gentoo-defaults.patch
@@ -0,0 +1,13 @@
+--- a/init/Kconfig     2023-02-13 08:16:09.534315265 -0500
++++ b/init/Kconfig     2023-02-13 08:17:24.130237204 -0500
+@@ -867,8 +867,9 @@ config UCLAMP_BUCKETS_COUNT
+         If in doubt, use the default value.
+ 
+ menuconfig SCHED_ALT
++      depends on X86_64
+       bool "Alternative CPU Schedulers"
+-      default y
++      default n
+       help
+         This feature enable alternative CPU scheduler"
+ 

Reply via email to