Re: [PATCH 0/5] objtool fixes

From: Miroslav Benes
Date: Fri Apr 03 2020 - 05:00:20 EST


On Wed, 1 Apr 2020, Josh Poimboeuf wrote:

> Some objtool fixes related to CONFIG_UBSAN_TRAP, Clang assembler, and
> more...
>
> Josh Poimboeuf (5):
> objtool: Fix CONFIG_UBSAN_TRAP unreachable warnings
> objtool: Support Clang non-section symbols in ORC dump
> objtool: Support Clang non-section symbols in ORC generation
> objtool: Fix switch table detection in .text.unlikely
> objtool: Make BP scratch register warning more robust
>
> tools/objtool/check.c | 26 ++++++++++++++++--------
> tools/objtool/orc_dump.c | 44 ++++++++++++++++++++++++----------------
> tools/objtool/orc_gen.c | 33 +++++++++++++++++++++++-------
> 3 files changed, 71 insertions(+), 32 deletions(-)

Reviewed-by: Miroslav Benes <mbenes@xxxxxxx>

M