diff options
author | Dmitry Vyukov <[email protected]> | 2017-05-08 15:56:48 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-05-08 17:15:12 -0700 |
commit | f61e869d519c0c11a8d80a503cfdfb4897df855a (patch) | |
tree | 4befe4405314621e224b7118b42632364dc9be52 /lib/netdev-notifier-error-inject.c | |
parent | 8c733420bdd5a6cc2d8540fb5aa32d1fbf3cb3ff (diff) |
kcov: simplify interrupt check
in_interrupt() semantics are confusing and wrong for most users as it
also returns true when bh is disabled. Thus we open coded a proper
check for interrupts in __sanitizer_cov_trace_pc() with a lengthy
explanatory comment.
Use the new in_task() predicate instead.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Dmitry Vyukov <[email protected]>
Cc: Kefeng Wang <[email protected]>
Cc: James Morse <[email protected]>
Cc: Alexander Popov <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Hillf Danton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions