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

     1  # Copyright 2020 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  config:
     5   - KCSAN
     6   - KCSAN_SELFTEST
     7   - KCSAN_EARLY_ENABLE: n
     8   - KCSAN_NUM_WATCHPOINTS: 64
     9   - KCSAN_UDELAY_TASK: 80
    10   - KCSAN_UDELAY_INTERRUPT: 20
    11   - KCSAN_DELAY_RANDOMIZE
    12   - KCSAN_SKIP_WATCH: 4000
    13   - KCSAN_SKIP_WATCH_RANDOMIZE
    14   - KCSAN_REPORT_RACE_UNKNOWN_ORIGIN: n
    15   - KCSAN_REPORT_VALUE_CHANGE_ONLY
    16   - KCSAN_ASSUME_PLAIN_WRITES_ATOMIC: n
    17   - KCSAN_IGNORE_ATOMICS
    18   - KCSAN_PERMISSIVE: [v5.15]