From 76b4dcc777ca842ee42225411c5c9d5ac3e91b8a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Nov 2020 19:10:26 +0100 Subject: dashboard/config/linux: add chromeos 5.4 configs --- dashboard/config/linux/bits/chromeos-5.4.yml | 10 ++++++++++ dashboard/config/linux/bits/chromeos.yml | 8 ++++++++ dashboard/config/linux/bits/x86_64.yml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 dashboard/config/linux/bits/chromeos-5.4.yml create mode 100644 dashboard/config/linux/bits/chromeos.yml (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/chromeos-5.4.yml b/dashboard/config/linux/bits/chromeos-5.4.yml new file mode 100644 index 000000000..2e00528b4 --- /dev/null +++ b/dashboard/config/linux/bits/chromeos-5.4.yml @@ -0,0 +1,10 @@ +# Copyright 2020 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +kernel: + repo: https://chromium.googlesource.com/chromiumos/third_party/kernel + tag: 742f2aee74fe4 + +shell: + - chromeos/scripts/prepareconfig chromiumos-x86_64 ${BUILDDIR}/.config + - make olddefconfig diff --git a/dashboard/config/linux/bits/chromeos.yml b/dashboard/config/linux/bits/chromeos.yml new file mode 100644 index 000000000..d809c5edc --- /dev/null +++ b/dashboard/config/linux/bits/chromeos.yml @@ -0,0 +1,8 @@ +# Copyright 2020 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +config: + # Otherwise kernel does not permit tmpfs mounts that we do during executor setup. + - SECURITY_CHROMIUMOS_NO_UNPRIVILEGED_UNSAFE_MOUNTS: n + # These were used historically, their origins are lost. + - CMDLINE: [append, "noresume noswap dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 i915.modeset=1 cros_efi"] diff --git a/dashboard/config/linux/bits/x86_64.yml b/dashboard/config/linux/bits/x86_64.yml index 6294ef7e8..cf332c38f 100644 --- a/dashboard/config/linux/bits/x86_64.yml +++ b/dashboard/config/linux/bits/x86_64.yml @@ -3,7 +3,7 @@ shell: # android-5.4.yml has own defconfig. - - make x86_64_defconfig: [-android] + - make x86_64_defconfig: [-android, -chromeos] - make kvm_guest.config config: -- cgit mrf-deployment