summary refs log tree commit diff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAndrey Ryabinin <aryabinin@virtuozzo.com>2016-04-28 16:18:55 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-04-28 19:34:04 -0700
commit36f05ae8bce904b4c8105363e6227a79d343bda6 (patch)
tree16cc0a209bdf9df6a69e8d2de0776b3d9b1998b2 /MAINTAINERS
parentbdab42dfc974d15303afbf259f340f374a453974 (diff)
downloadlinux-36f05ae8bce904b4c8105363e6227a79d343bda6.tar.gz
kcov: don't profile branches in kcov
Profiling 'if' statements in __sanitizer_cov_trace_pc() leads to
unbound recursion and crash:

	__sanitizer_cov_trace_pc() ->
		ftrace_likely_update ->
			__sanitizer_cov_trace_pc() ...

Define DISABLE_BRANCH_PROFILING to disable this tracer.

Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions