diff options
| author | Marco Elver <elver@google.com> | 2021-09-06 10:56:54 +0200 |
|---|---|---|
| committer | Marco Elver <me@marcoelver.com> | 2021-09-06 11:31:26 +0200 |
| commit | 6ca601483d056968f63fd4735fc54073f4fe3c75 (patch) | |
| tree | 3d4f2626f98aee98991f968052268ebfde882e2b /dashboard/config/linux/upstream-kcsan-base.config | |
| parent | d236a457274375e5273ac4e958722659929c469f (diff) | |
dashboard/config: kcsan: select CONFIG_KCSAN_PERMISSIVE
The new CONFIG_KCSAN_PERMISSIVE is now supported in mainline:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=aa829778b16f15266fefe2640f04931b16ce39c0
Select it in the default syzbot config.
The configs were updated manually, because we should wait until
v5.15-rc1 is out (mainline is still in the merge window), at which
point we can update upstream's commit hash for syz-kconf and regenerate
all configs.
Diffstat (limited to 'dashboard/config/linux/upstream-kcsan-base.config')
| -rw-r--r-- | dashboard/config/linux/upstream-kcsan-base.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/config/linux/upstream-kcsan-base.config b/dashboard/config/linux/upstream-kcsan-base.config index 11757d27a..449fcaa77 100644 --- a/dashboard/config/linux/upstream-kcsan-base.config +++ b/dashboard/config/linux/upstream-kcsan-base.config @@ -4921,6 +4921,7 @@ CONFIG_KCSAN_REPORT_ONCE_IN_MS=3000 CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY=y CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=y CONFIG_KCSAN_IGNORE_ATOMICS=y +CONFIG_KCSAN_PERMISSIVE=y # end of Generic Kernel Debugging Instruments CONFIG_DEBUG_KERNEL=y |
