Re: [PATCH v4 12/22] objtool: Ignore jumps to the end of the function for checksum runs
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW7NFEbrNHJ7WLitWZmoX0k4_=zL9MzzdzppLGtWOymoAg@mail.gmail.com> |
On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <[email protected]> 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 <[email protected]> Acked-by: Song Liu <[email protected]>