Show verbose reports with more information about system state

configname: CONFIG_KCSAN_VERBOSE

Linux Kernel Configuration
└─>Kernel hacking
└─>Generic Kernel Debugging Instruments
└─>KCSAN: dynamic data race detector
└─>Show verbose reports with more information about system state
In linux kernel since version 5.1 (release Date: 2019-05-05)  
If enabled, reports show more information about the system state that
may help better analyze and debug races. This includes held locks and
IRQ trace events.

While this option should generally be benign, we call into more
external functions on report generation; if a race report is
generated from any one of them, system stability may suffer due to
deadlocks or recursion. If in doubt, say N.