Interruptible watchers

configname: CONFIG_KCSAN_INTERRUPT_WATCHER

Linux Kernel Configuration
└─>Kernel hacking
└─>Generic Kernel Debugging Instruments
└─>KCSAN: dynamic data race detector
└─>Interruptible watchers
In linux kernel since version 5.1 (release Date: 2019-05-05)  
If enabled, a task that set up a watchpoint may be interrupted while
delayed. This option will allow KCSAN to detect races between
interrupted tasks and other threads of execution on the same CPU.

Currently disabled by default, because not all safe per-CPU access
primitives and patterns may be accounted for, and therefore could
result in false positives.

depends
CONFIG_KCSAN