From f3f7d9c8c3dfa1406a5f5a5f5f45a351f533139f Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Fri, 4 Oct 2019 19:09:00 +0200 Subject: Update syzbot.md --- docs/syzbot.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/syzbot.md') diff --git a/docs/syzbot.md b/docs/syzbot.md index 5da87f0e1..63129c4a1 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -359,6 +359,16 @@ A useful litmus test is to remove `KMEMLEAK` code from the reproducer and run it for longer and/or multiple times. If memory consumption and number of live objects in `/proc/slabinfo` steadily grow, most likely the leak is real. +## KCSAN bugs + +`KCSAN` is a dynamic data-race detector. `KCSAN` is not upstream yet, though, +we want to upstream it later. For now, it lives in +[github.com/google/ktsan/tree/kcsan](https://github.com/google/ktsan/tree/kcsan) +and is based on a reasonably fresh upstream tree. + +Reproduction of data-races is unsupported, and syzbot is unable to test +patches. + ## No custom patches While `syzbot` can test patches that fix bugs, it does not support applying -- cgit mrf-deployment