aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorJames Morse <[email protected]>2016-04-28 16:18:52 -0700
committerLinus Torvalds <[email protected]>2016-04-28 19:34:04 -0700
commitbdab42dfc974d15303afbf259f340f374a453974 (patch)
tree92cfc8967934a0ff318d176351599a20bcb1004f /lib/cpu-notifier-error-inject.c
parentfd901c95388b3bd5a6f749ed1d677a672b992298 (diff)
kcov: don't trace the code coverage code
Kcov causes the compiler to add a call to __sanitizer_cov_trace_pc() in every basic block. Ftrace patches in a call to _mcount() to each function it has annotated. Letting these mechanisms annotate each other is a bad thing. Break the loop by adding 'notrace' to __sanitizer_cov_trace_pc() so that ftrace won't try to patch this code. This patch lets arm64 with KCOV and STACK_TRACER boot. Signed-off-by: James Morse <[email protected]> Acked-by: Dmitry Vyukov <[email protected]> Cc: Alexander Potapenko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions