On Thu, 22 Oct 2020 at 13:30, Marco Elver <[email protected]> wrote: > > Avoid setting up watchpoints on NULL pointers, as otherwise we would > crash inside the KCSAN runtime (when checking for value changes) instead > of the instrumented code. > > Because that may be confusing, skip any address less than PAGE_SIZE. > > Signed-off-by: Marco Elver <[email protected]> > ---
Please use the series at: https://lkml.kernel.org/r/[email protected] which includes a prerequisite patch that was missing. Thanks, -- Marco

