aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/kcsan.yml
blob: d7f00833dcd2c29198e805cfc22da1f3414011c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2020 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

config:
 - KCSAN
 - KCSAN_SELFTEST
 - KCSAN_EARLY_ENABLE: n
 - KCSAN_NUM_WATCHPOINTS: 64
 - KCSAN_UDELAY_TASK: 80
 - KCSAN_UDELAY_INTERRUPT: 20
 - KCSAN_DELAY_RANDOMIZE
 - KCSAN_SKIP_WATCH: 4000
 - KCSAN_SKIP_WATCH_RANDOMIZE
 - KCSAN_REPORT_RACE_UNKNOWN_ORIGIN: n
 - KCSAN_REPORT_VALUE_CHANGE_ONLY
 - KCSAN_ASSUME_PLAIN_WRITES_ATOMIC: n
 - KCSAN_IGNORE_ATOMICS
 - KCSAN_PERMISSIVE: [v5.15]