diff options
| author | Marco Elver <elver@google.com> | 2019-10-04 19:09:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 19:09:00 +0200 |
| commit | f3f7d9c8c3dfa1406a5f5a5f5f45a351f533139f (patch) | |
| tree | 71269744dc247041acd62bfe8f0fa92bbd40bc2d /docs/syzbot.md | |
| parent | 3e1e84d48e4612f4b6b1b6e323842f547579377b (diff) | |
Update syzbot.md
Diffstat (limited to 'docs/syzbot.md')
| -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 |
