aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux_kernel_configs.md
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-06-14 14:13:00 +0200
committerAndrey Konovalov <andreyknvl@google.com>2017-06-14 16:13:33 +0200
commit15826f50875c279b9c7b3c6d26322efe15f24cfb (patch)
treead941027922e67167e7e586eac42c64e5eedaef3 /docs/linux_kernel_configs.md
parentfbec6b14d43b3885014393d928daa3ef2bbb1e8e (diff)
docs: move parts of README to docs
Diffstat (limited to 'docs/linux_kernel_configs.md')
-rw-r--r--docs/linux_kernel_configs.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/linux_kernel_configs.md b/docs/linux_kernel_configs.md
index 5627a446f..a600be7ba 100644
--- a/docs/linux_kernel_configs.md
+++ b/docs/linux_kernel_configs.md
@@ -34,7 +34,13 @@ If your kernel doesn't have commits [arm64: setup: introduce kaslr_offset()](htt
## Bug detection configs
-`KASAN` for use-after-free and out-of-bounds detection:
+Syzkaller is meant to be used with
+[KASAN](https://kernel.org/doc/html/latest/dev-tools/kasan.html) (available upstream with `CONFIG_KASAN=y`),
+[KTSAN](https://github.com/google/ktsan) (prototype available),
+[KMSAN](https://github.com/google/kmsan) (prototype available),
+or [KUBSAN](https://kernel.org/doc/html/latest/dev-tools/ubsan.html) (available upstream with `CONFIG_UBSAN=y`).
+
+Enable `KASAN` for use-after-free and out-of-bounds detection:
```
CONFIG_KASAN=y
CONFIG_KASAN_INLINE=y