aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/distros
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/configs: add Ubuntu 24.04 and Pixel 8 distro configsAndrey Konovalov2024-07-252-0/+19761
|
* dashboard/config: enable `CONFIG_BTRFS_FS_REF_VERIFY`Hrutvik Kanabar2022-09-132-2/+2
| | | | | | | | This enables the `btrfs` extent references verification tool, introduced in torvalds/linux@fd708b81d972a0714b02a60eb4792fdbf15868c4. This instruments updates to extent references to verify their integrity. Hydra (https://taesoo.kim/pubs/2019/kim:hydra.pdf) uses this to discover several semantic bugs in `btrfs` code.
* dashboard/config: move OS configs into separate dirsDmitry Vyukov2020-10-1318-0/+103960
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