aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: make configs accepts INSTANCE paramTaras Madan2025-10-011-2/+4
| | | | | | It allows to use `syz-env make configs ... INSTANCE=`. Helps with #6391
* dashboard/config/linux: update documentationTaras Madan2025-09-301-2/+2
|
* dashboard/config/linux: fix readmeTaras Madan2025-09-301-2/+2
|
* tools/syz-kconf: split the `baseline` featureAleksandr Nogikh2023-07-041-4/+5
| | | | | | | | | | | | | | | | Baseline configs were meant to be the minimum configs, however, since they are based on defconfigs, they are still quite big. To facilitate even smaller baseline configs, let's split the `baseline` feature in two: 1) `baseline` only disables the addition of extra features on top of baseline config. It's enabled for `-base.config` files automatically, but can be also manually set, e.g. if we only want to add debug configs on top of a defconfig. 2) `base-config` is automatically set for `-base.config` files and can be used to disable configs in those files. Regenerate configs.
* dashboard/config/linux/README.md: fix typoTaras Madan2023-06-261-1/+1
|
* dashboard/config/linux: run make configs under syz-envDmitry Vyukov2021-11-091-4/+5
| | | | | | make configs uses host compilers. This produces constant diffs in the generated configs related to different compiler versions. Suggest to run make configs under syz-env and check-in configs produced this way.
* tools/syz-kconf: disable all reduced configs on "reduced" instancesDmitry Vyukov2021-03-141-2/+4
| | | | | | We list a number of configs in fragments intended for non-reduced instances. However, lots of these configs are enabled by defconfig anyway. This is not what we want, we want to actually disable them on reduced instances.
* dashboard/config/linux: re-organize CMDLINE parametersDmitry Vyukov2021-03-101-0/+7
| | | | | | | | Move x86-specific cmdline parameter to x86_64.yml. Remove redundant cmdline parameters (defined by kernel configs). Move vivid/nr_devs parameters to arch configs. Disable bluetooth/wireless/hamradio in non-x86 configs, non-x86 instances are slow, so the intention is to reduce test space.
* dashboard/config/linux: update README for syz-kconfDmitry Vyukov2020-10-211-11/+105
| | | | Update #2171
* dashboard/config: move OS configs into separate dirsDmitry Vyukov2020-10-131-0/+14
There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171