[PATCH v4 12/22] objtool: Ignore jumps to the end of the function for checksum runs
Song Liu
song at kernel.org
Tue Aug 11 16:41:41 PDT 2026
On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <jpoimboe at kernel.org> wrote:
>
> Sometimes Clang arm64 code jumps to the end of the function for UB. No
> need to make that an error for checksum runs, which are only run
> manually by klp-build, and for which caring about UB is out of scope.
>
> Such UBs are still reported for normal validate branch runs (for arches
> which do that).
>
> Signed-off-by: Josh Poimboeuf <jpoimboe at kernel.org>
Acked-by: Song Liu <song at kernel.org>
More information about the linux-arm-kernel
mailing list