diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-06-14 14:13:00 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-06-14 16:13:33 +0200 |
| commit | 15826f50875c279b9c7b3c6d26322efe15f24cfb (patch) | |
| tree | ad941027922e67167e7e586eac42c64e5eedaef3 /docs/linux_kernel_configs.md | |
| parent | fbec6b14d43b3885014393d928daa3ef2bbb1e8e (diff) | |
docs: move parts of README to docs
Diffstat (limited to 'docs/linux_kernel_configs.md')
| -rw-r--r-- | docs/linux_kernel_configs.md | 8 |
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 |
