]> git.baikalelectronics.ru Git - kernel.git/commit
objtool, kcsan: Add explicit check functions to uaccess whitelist
authorMarco Elver <elver@google.com>
Wed, 25 Mar 2020 16:41:57 +0000 (17:41 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 14 Apr 2020 00:18:12 +0000 (17:18 -0700)
commit56b47aadf595d0f3a2202ceb480b77ef963e643b
tree2875c1204616a1351ca9837c66f41b32c2b92c0f
parente79ea68a5e34684f6828a5ca478d0697db077282
objtool, kcsan: Add explicit check functions to uaccess whitelist

Add explicitly invoked KCSAN check functions to objtool's uaccess
whitelist. This is needed in order to permit calling into
kcsan_check_scoped_accesses() from the fast-path, which in turn calls
__kcsan_check_access().  __kcsan_check_access() is the generic variant
of the already whitelisted specializations __tsan_{read,write}N.

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/objtool/check.c