diff options
| author | Hrutvik Kanabar <hrutvik@google.com> | 2022-09-13 10:49:52 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-09-13 16:44:25 +0200 |
| commit | df924ba40c5a88541acf63d6aa4ae561619a9745 (patch) | |
| tree | 0019f859c3880d508f8d51c43b5a42cb75b8ca6f /dashboard/config/linux/upstream-leak.config | |
| parent | efdd7277b852674b238220f5f1e6e1d64f8f7748 (diff) | |
dashboard/config: enable `CONFIG_BTRFS_FS_REF_VERIFY`
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.
Diffstat (limited to 'dashboard/config/linux/upstream-leak.config')
| -rw-r--r-- | dashboard/config/linux/upstream-leak.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-leak.config b/dashboard/config/linux/upstream-leak.config index 7d75c1c32..bbf0f4729 100644 --- a/dashboard/config/linux/upstream-leak.config +++ b/dashboard/config/linux/upstream-leak.config @@ -7688,7 +7688,7 @@ CONFIG_BTRFS_FS_POSIX_ACL=y # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set # CONFIG_BTRFS_DEBUG is not set CONFIG_BTRFS_ASSERT=y -# CONFIG_BTRFS_FS_REF_VERIFY is not set +CONFIG_BTRFS_FS_REF_VERIFY=y CONFIG_NILFS2_FS=y CONFIG_F2FS_FS=y CONFIG_F2FS_STAT_FS=y |
