github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/linux/bits/chromeos.yml (about) 1 # Copyright 2020 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 # Enabled on all ChromeOS kernels. 5 6 config: 7 # Otherwise kernel does not permit tmpfs mounts that we do during executor setup. 8 - SECURITY_CHROMIUMOS_NO_UNPRIVILEGED_UNSAFE_MOUNTS: n 9 # These were used historically, their origins are lost. 10 - CMDLINE: [append, "noresume noswap dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 i915.modeset=1 cros_efi"] 11 # These break build on e28e048c with the following error and we don't test them anyway: 12 # cros_ec_activity.c:232:7: error: this statement may fall through 13 - IIO_CROS_EC_SENSORS_CORE: n 14 - IIO_CROS_EC_SENSORS_RING: n 15 - IIO_CROS_EC_SENSORS_SYNC: n 16 # With instrumentation, we are quite likely to violate this somewhere anyway. 17 - FRAME_WARN: 0