Google Is Uncovering Hundreds Of Race Conditions Within The Linux Kernel

The Kernel Concurrency Sanitizer (KCSAN) is focused on discovering data-race issues within the kernel code. This dynamic data-race detector is an alternative to the Kernel Thread Sanitizer.
In their testing just last month, in two days they found over 300 unique data race conditions within the mainline kernel.
There was a recent discussion about the Kernel Concurrency Sanitizer on the LKML. For those wanting to learn more, the code at least for now is being hosted on GitHub.
46 Comments