On Sat, Sep 19, 2020 at 09:41:18AM +0300, Ilie Halip wrote:
> With CONFIG_UBSAN_TRAP enabled, the compiler may insert a trap instruction
> after a call to a noreturn function. In this case, objtool warns that the
> ud2 instruction is unreachable.
> 
> This is a behavior seen with clang, from the oldest version capable of
> building the mainline x64_64 kernel (9.0), to the latest experimental
> version (12.0).
> 
> objtool silences similar warnings (trap after dead end instructions), so
> so expand that check to include dead end functions.
> 
> Cc: Nick Desaulniers <ndesaulni...@google.com>
> Cc: Rong Chen <rong.a.c...@intel.com>
> Cc: Marco Elver <el...@google.com>
> Cc: Philip Li <philip...@intel.com>
> Cc: Borislav Petkov <b...@alien8.de>
> Cc: kasan-...@googlegroups.com
> Cc: x...@kernel.org
> Cc: clang-built-li...@googlegroups.com
> BugLink: https://github.com/ClangBuiltLinux/linux/issues/1148
> Link: 
> https://lore.kernel.org/lkml/CAKwvOdmptEpi8fiOyWUo=aizjix+z+vhjom2bulprwsmtwl...@mail.gmail.com
> Suggested-by: Nick Desaulniers <ndesaulni...@google.com>
> Reviewed-by: Nick Desaulniers <ndesaulni...@google.com>
> Tested-by: Nick Desaulniers <ndesaulni...@google.com>
> Reported-by: kbuild test robot <l...@intel.com>
> Signed-off-by: Ilie Halip <ilie.ha...@gmail.com>
> ---
> 
> Changed in v2:
>  - added a mention that this is a clang issue across all versions
>  - added Nick's Reviewed-by, Tested-by
>  - added Reported-by

Thanks.  Queued.

-- 
Josh

Reply via email to