]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Fix function_graph tracer interaction with BPF trampoline
authorAlexei Starovoitov <ast@kernel.org>
Mon, 9 Dec 2019 00:01:12 +0000 (16:01 -0800)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 10 Dec 2019 18:53:59 +0000 (13:53 -0500)
commitad2bed9686ee9bcf0aedfd64dc03a979b2a06891
tree503d0cfaaecf515dd179e6e0c6a8c0ef57f2b3cb
parent164e40e1d1a97b0f4ed604e7cd0207c0e7956221
ftrace: Fix function_graph tracer interaction with BPF trampoline

Depending on type of BPF programs served by BPF trampoline it can call original
function. In such case the trampoline will skip one stack frame while
returning. That will confuse function_graph tracer and will cause crashes with
bad RIP. Teach graph tracer to skip functions that have BPF trampoline attached.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
arch/x86/kernel/ftrace.c
include/linux/ftrace.h
kernel/trace/fgraph.c
kernel/trace/ftrace.c