From 15826f50875c279b9c7b3c6d26322efe15f24cfb Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 14 Jun 2017 14:13:00 +0200 Subject: docs: move parts of README to docs --- docs/linux_kernel_configs.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/linux_kernel_configs.md') 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 -- cgit mrf-deployment