diff options
Diffstat (limited to 'TOOLS/patch_configs.py')
-rwxr-xr-x | TOOLS/patch_configs.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TOOLS/patch_configs.py b/TOOLS/patch_configs.py index 9fe038e..7f3c8cc 100755 --- a/TOOLS/patch_configs.py +++ b/TOOLS/patch_configs.py @@ -21,6 +21,11 @@ GENERIC_PATCHES = [ ["USER_NS_UNPRIVILEGED", None, ENABLE], ["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], + # device specific config # Microsoft Surface |