]> www.infradead.org Git - users/jedix/linux-maple.git/commit
objtool: Ignore dangling jump table entries
authorJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 14 Jan 2025 21:57:58 +0000 (13:57 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Sat, 8 Feb 2025 14:43:08 +0000 (15:43 +0100)
commit3724062ca2b1364f02cf44dbea1a552227844ad1
tree161987518637f1e0b9aa26342c4dfa38e2afa612
parent2014c95afecee3e76ca4a56956a936e23283f05b
objtool: Ignore dangling jump table entries

Clang sometimes leaves dangling unused jump table entries which point to
the end of the function.  Ignore them.

Closes: https://lore.kernel.org/20250113235835.vqgvb7cdspksy5dn@jpoimboe
Reported-by: Klaus Kusche <klaus.kusche@computerix.info>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/ee25c0b7e80113e950bd1d4c208b671d35774ff4.1736891751.git.jpoimboe@kernel.org
tools/objtool/check.c