diff options
| -rw-r--r-- | docs/syzbot.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
