summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2021-03-21 18:03:49 -0400
committerMike Pagano <mpagano@gentoo.org>2021-03-21 18:03:49 -0400
commit36ef237448c250f7f0c802f15e6148903c5ad94b (patch)
tree92d15d9aa3e8ed028f13e18161d466c539308a0c
parentLinux patch 5.11.8 (diff)
downloadlinux-patches-36ef2374.tar.gz
linux-patches-36ef2374.tar.bz2
linux-patches-36ef2374.zip
Set defaults for BMQ. Add archs as people test, set default to N5.11-11
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--0000_README4
-rw-r--r--5021_BMQ-and-PDS-gentoo-defaults-v5.11-r2.patch13
2 files changed, 17 insertions, 0 deletions
diff --git a/0000_README b/0000_README
index 54163b1f..93bf0805 100644
--- a/0000_README
+++ b/0000_README
@@ -106,3 +106,7 @@ Desc: Kernel patch enables gcc = v10.1+ optimizations for additional CPUs.
Patch: 5020_BMQ-and-PDS-io-scheduler-v5.11-r2.patch
From: https://gitlab.com/alfredchen/linux-prjc
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-v5.11-r2.patch
+From: https://gitweb.gentoo.org/proj/linux-patches.git/
+Desc: Set defaults for BMQ. Add archs as people test, default to N
diff --git a/5021_BMQ-and-PDS-gentoo-defaults-v5.11-r2.patch b/5021_BMQ-and-PDS-gentoo-defaults-v5.11-r2.patch
new file mode 100644
index 00000000..eb3b6a31
--- /dev/null
+++ b/5021_BMQ-and-PDS-gentoo-defaults-v5.11-r2.patch
@@ -0,0 +1,13 @@
+--- a/init/Kconfig 2021-03-21 17:55:59.125715278 -0400
++++ b/init/Kconfig 2021-03-21 17:56:35.009164017 -0400
+@@ -775,8 +775,9 @@ config GENERIC_SCHED_CLOCK
+ menu "Scheduler features"
+
+ menuconfig SCHED_ALT
++ depends on X86_64
+ bool "Alternative CPU Schedulers"
+- default y
++ default n
+ help
+ This feature enable alternative CPU scheduler"
+