Re: [PATCH 10/14] objtool: Ignore jumps to the end of the function for non-CFG arches
From: Song Liu
Date: Wed Mar 11 2026 - 19:14:58 EST
On Wed, Mar 4, 2026 at 7:31 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, arm64 doesn't reverse engineer the CFG
> anyway.
>
> Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Acked-by: Song Liu <song@xxxxxxxxxx>