blob: 54f38f2cee15038845b10d0dd8c0749d214b77c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.
# Enabled on all Android kernels.
config:
# gki_defconfig defaults to KERNEL_LZ4, but we don't have lz4 installed,
# and the package lz4 is not available on the syzbot distros.
- KERNEL_GZIP
# gki_defconfig uses these settings
- CMDLINE: [append, "cgroup_disable=pressure cgroup.memory=nokmem"]
# Disable -Werror for -Wframe-larger-than' warning
- KVM_WERROR: n
# The kernel hangs during boot on qemu if it's set to 0.
- SERIAL_8250_RUNTIME_UARTS: 4
- NET_VENDOR_GOOGLE
|