Re: [PATCH v4 12/22] objtool: Ignore jumps to the end of the function for checksum runs

From: Song Liu

Date: Tue Aug 11 2026 - 19:42:01 EST


On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> 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@xxxxxxxxxx>

Acked-by: Song Liu <song@xxxxxxxxxx>