Re: [PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)

2019-10-17 Thread Marco Elver
On Wed, 16 Oct 2019 at 10:41, Marco Elver wrote: > > This is the patch-series for the Kernel Concurrency Sanitizer (KCSAN). > KCSAN is a sampling watchpoint-based data-race detector. More details > are included in Documentation/dev-tools/kcsan.rst. This patch-series > only enables KCSAN for x86, b

[PATCH 0/8] Add Kernel Concurrency Sanitizer (KCSAN)

2019-10-16 Thread Marco Elver
This is the patch-series for the Kernel Concurrency Sanitizer (KCSAN). KCSAN is a sampling watchpoint-based data-race detector. More details are included in Documentation/dev-tools/kcsan.rst. This patch-series only enables KCSAN for x86, but we expect adding support for other architectures is relat