diff options
| author | Andrey Konovalov <andreyknvl@gmail.com> | 2017-06-14 16:14:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-14 16:14:10 +0200 |
| commit | 7cd61f3553adac37774928f52de69aa171b6ca81 (patch) | |
| tree | 5c9688082092be0025e8a9f90eaf89ad9c180a57 /docs/linux_kernel_configs.md | |
| parent | 3c443a11e8b24f41d997b5b20d9b53ceef3207d2 (diff) | |
| parent | 15826f50875c279b9c7b3c6d26322efe15f24cfb (diff) | |
Merge pull request #232 from xairy/up-docs-improve
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 |
