github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/linux/bits/unmaintained.yml (about)

     1  # Copyright 2023 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  # This file covers parts of the kernel that syzbot keeps on fuzzing, but does not report to LKML.
     5  
     6  config:
     7  
     8   # Linux kernel still has a big number of XFS v4 bugs, but, as v4 is getting deprecated,
     9   # the upstream community has no interest in fixing those code problems.
    10   # See e.g. these links:
    11   # https://lore.kernel.org/linux-fsdevel/ZG07WoKnBzaN4T1L@dread.disaster.area/T/
    12   # https://github.com/google/syzkaller/issues/3918
    13   - XFS_FS
    14   - XFS_SUPPORT_V4
    15  
    16   # Floppy driver is known to be buggy, maintainers see no sense in further reports at the moment.
    17   # https://lore.kernel.org/all/7df3e30a-aa31-495c-9d59-cb6080364f61@kernel.dk/
    18   - BLK_DEV_FD: [x86_64]