commit:     36ef237448c250f7f0c802f15e6148903c5ad94b
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 22:03:49 2021 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 22:03:49 2021 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=36ef2374

Set defaults for BMQ. Add archs as people test, set default to N

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

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

diff --git a/0000_README b/0000_README
index 54163b1..93bf080 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 0000000..eb3b6a3
--- /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"
+ 

Reply via email to