aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/android
Commit message (Collapse)AuthorAgeFilesLines
* tools: add script to check shebang lines (#2234)Mark Johnston2020-11-021-1/+1
| | | | | | | | | | | * pkg/vcs: remove obsolete test script Per Dmitry, this should have been removed as part of 8f58e4b ("pkg/bisect: switch to kconfig.Minimize"). * all: convert shebang lines to use /usr/bin/env * Makefile: fix non-portable use of find(1)
* dashboard/config: enable CONFIG_FAULT_INJECTION_USERCOPYAlbert van der Linde2020-09-091-0/+1
| | | | | | | As CONFIG_FAULT_INJECTION_USERCOPY is already included in linux-next, enable the config. Fixes #1979
* dashboard/config: update android/config-5.4Andrey Konovalov2020-04-231-41/+137
|
* dashboard/config: enable usb configs on android-5.4Andrey Konovalov2020-03-312-113/+313
|
* dashboard/config: update android-5.4 configAndrey Konovalov2020-03-311-121/+453
|
* tools, dashboard: move net.ifnames=0 to create-gce-image.shAndrey Konovalov2020-03-281-1/+0
| | | | Looks like it affects not only android-5.4.
* dashboard/config: disable network interface renaming on android-5.4Andrey Konovalov2020-03-271-0/+1
| | | | | | | Using Debian Stretch image in combination with android-5.4 kernel results in eth0 being renamed to e.g. enp0s4 by virtio_net driver, which breaks our startup scripts. Disable network interface renaming via a kernel commandline argument.
* dashboard/config: enable e1000 driver in bits-syzbot.configAndrey Konovalov2020-03-271-1/+192
| | | | | QEMU vm currently uses e1000 as the network model. Update android-5.4 config, the rest already has CONFIG_E1000 enabled.
* dashboard/config: add Android 5.4 configsDmitry Vyukov2020-01-105-56/+263
|
* dashboard/config: s/=m/=y/ in Android 5.4 configDmitry Vyukov2020-01-101-38/+38
| | | | Again to make the next diff more useful.
* dashboard/config: add Android 5.4 olddefconfigDmitry Vyukov2020-01-101-0/+4791
| | | | | This is just a result of running olddefconfig over arch/x86/configs/gki_defconfig. Again to make the next diff more useful.
* dashboard/config: add Android 5.4 baseline configDmitry Vyukov2020-01-101-0/+430
This config is incomplete and is unusable by syzbot. But adding this file first will make diff for the real config submitted in the next commit useful.