kernelconfig_penguin
depends
CONFIG_KCSAN

Skip instructions before setting up watchpoint

configname: CONFIG_KCSAN_SKIP_WATCH

Linux Kernel Configuration
└─> Kernel hacking
└─> Generic Kernel Debugging Instruments
└─> KCSAN: dynamic data race detector
└─> Skip instructions before setting up watchpoint

In linux kernel since version 5.1 (release Date: 2019-05-05)  

The number of per-CPU memory operations to skip, before another
watchpoint is set up, i.e. one in KCSAN_WATCH_SKIP per-CPU
memory operations are used to set up a watchpoint. A smaller value
results in more aggressive race detection, whereas a larger value
improves system performance at the cost of missing some races.