summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2024-05-05 14:00:38 -0400
committerMike Pagano <mpagano@gentoo.org>2024-05-05 14:00:38 -0400
commit54d1b8f05b1a9bb154b528bda020c5c1b9143e51 (patch)
tree776df5687ff3b76d22844a4268795b4fdc56cc41
parentLinux patch 6.8.9 (diff)
downloadlinux-patches-54d1b8f0.tar.gz
linux-patches-54d1b8f0.tar.bz2
linux-patches-54d1b8f0.zip
Default alternate schedulars (ALT_SCHED=n)
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--0000_README4
-rw-r--r--5021_BMQ-and-PDS-gentoo-defaults.patch13
2 files changed, 17 insertions, 0 deletions
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"
+