kcsan: Add ability to pass instruction pointer of access to reporting
authorMarco Elver <elver@google.com>
Mon, 9 Aug 2021 11:25:12 +0000 (13:25 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 13 Sep 2021 23:41:19 +0000 (16:41 -0700)
commit55a55fec5015b326235873b925a5882ac56ecaa2
tree2e601608bae648cc7e3009a6f0abad855cafde14
parentade3a58b2d40555701143930ead3d44d0b52ca9e
kcsan: Add ability to pass instruction pointer of access to reporting

Add the ability to pass an explicitly set instruction pointer of access
from check_access() all the way through to reporting.

In preparation of using it in reporting.

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/kcsan/core.c
kernel/kcsan/kcsan.h
kernel/kcsan/report.c