kcsan: Introduce report access_info and other_info
authorMarco Elver <elver@google.com>
Wed, 18 Mar 2020 17:38:44 +0000 (18:38 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 14 Apr 2020 00:18:10 +0000 (17:18 -0700)
commit135c0872d86948046d11d7083e36c930cc43ac93
treeef11bf75b658ae7c892114326a951c8a7b3bfbe7
parent1443b8c9e712ef8914a2cab9ae7ce133229ed96c
kcsan: Introduce report access_info and other_info

Improve readability by introducing access_info and other_info structs,
and in preparation of the following commit in this series replaces the
single instance of other_info with an array of size 1.

No functional change intended.

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