diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-19 16:00:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 10:22:10 +0200 |
| commit | 0b8f2cf8440e16efacd5be10997b8366bc52bb75 (patch) | |
| tree | 9d29f2c450fd02b02f99f437200effd06c999bbc /dashboard/config/linux/bits/base.yml | |
| parent | 17238766a19e0679d04a87668b0dc3fa5dc1082b (diff) | |
dashboard/config/linux: resolve TODOs
Resolve all TODOs that were left during the switch
from old to new configs to minimize diffs.
Update #2171
Diffstat (limited to 'dashboard/config/linux/bits/base.yml')
| -rw-r--r-- | dashboard/config/linux/bits/base.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 8a659fd99..8e35f5e69 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -22,8 +22,7 @@ config: - DEBUG_AID_FOR_SYZBOT: [linux-next] # We don't need lots, but some configs set it to 2 which is too low. - # TODO: change to 8. - - NR_CPUS: 64 + - NR_CPUS: 8 # We slowdown execution significantly and there is no point in low latency under test. - HZ_100 @@ -49,7 +48,7 @@ config: - NAMESPACES - USER_NS - UTS_NS - # TODO: depends on CONFIG_SYSVIPC + # Depends on CONFIG_SYSVIPC. - CONFIG_IPC_NS: [optional] - PID_NS - NET_NS @@ -79,8 +78,7 @@ config: - DEBUG_KOBJECT: n - DEBUG_INFO - # TODO: enable this. - # CONFIG_DEBUG_INFO_REDUCED=y + - DEBUG_INFO_REDUCED # BTF requires pahole (dwarves package on some distros) version 1.13, # while syzbot distros only provide 1.9, this breaks kernel builds. # See https://syzkaller.appspot.com/bug?id=cce16fbb0be2ed0c6f40459226202a8c06797536 @@ -135,3 +133,6 @@ config: - MAGIC_SYSRQ: n - RUNTIME_TESTING_MENU: n + + # Don't test/need this (may be enabled via HID_HYPERV_MOUSE in USB/HID configs). + - HYPERV: n |
