linux/tools/objtool
Peter Zijlstra d9b17a030a objtool: Handle __sanitize_cov*() tail calls
[ Upstream commit f56dae88a8 ]

Turns out the compilers also generate tail calls to __sanitize_cov*(),
make sure to also patch those out in noinstr code.

Fixes: 0f1441b44e ("objtool: Fix noinstr vs KCOV")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Marco Elver <elver@google.com>
Link: https://lore.kernel.org/r/20210624095147.818783799@infradead.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-18 19:16:23 +01:00
..
arch/x86 objtool: Handle __sanitize_cov*() tail calls 2021-11-18 19:16:23 +01:00
Documentation
include/objtool objtool: Handle __sanitize_cov*() tail calls 2021-11-18 19:16:23 +01:00
.gitignore
Build
builtin-check.c
builtin-orc.c
check.c objtool: Handle __sanitize_cov*() tail calls 2021-11-18 19:16:23 +01:00
elf.c objtool: Update section header before relocations 2021-10-06 20:11:57 -07:00
Makefile
objtool.c
orc_dump.c
orc_gen.c objtool: Remove redundant 'len' field from struct section 2021-10-05 12:03:21 -07:00
special.c objtool: Remove redundant 'len' field from struct section 2021-10-05 12:03:21 -07:00
sync-check.sh
weak.c