diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-04-06 16:43:39 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-04-06 16:43:39 +0200 |
commit | c0c9b770e4f24e17886587762c42194b6e524720 (patch) | |
tree | 9b7b17567e89059ee5e51f83b670f4baa98faf82 /TOOLS | |
parent | 5285c6174baf77bd67c4d70f92c32a8596a34f5a (diff) | |
download | kernel-fsync-c0c9b770e4f24e17886587762c42194b6e524720.tar.gz kernel-fsync-c0c9b770e4f24e17886587762c42194b6e524720.zip |
kernel 6.7.11 BORE
Project C was more unstable than anticipated so BORE will be used for the time being.
the BMC150 patch appears to cause more problems than it solves
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/patch_configs.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TOOLS/patch_configs.py b/TOOLS/patch_configs.py index 7f3c8cc..f020fa3 100755 --- a/TOOLS/patch_configs.py +++ b/TOOLS/patch_configs.py @@ -22,9 +22,7 @@ GENERIC_PATCHES = [ ["TCP_CONG_BBR2", None, MODULE], ["SECURITY_LOCKDOWN_LSM_EARLY", None, UNSET], # scheduler stuff - ["SCHED_ALT", None, ENABLE], - ["SCHED_BMQ", None, ENABLE], - ["SCHED_PDS", None, UNSET], + ["SCHED_BORE", None, ENABLE], # device specific config |