]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
objtool: Fix error handling for STD/CLD warnings
authorJosh Poimboeuf <jpoimboe@redhat.com>
Thu, 21 Jan 2021 21:29:17 +0000 (15:29 -0600)
committerJosh Poimboeuf <jpoimboe@redhat.com>
Tue, 26 Jan 2021 17:11:59 +0000 (11:11 -0600)
commit6f567c9300a5ebd7b18c26dda1c8d6ffbdd0debd
treeacf4b8ddd78d016bae14aa2ee22b3f1d19a95323
parentc9c324dc22aab1687da37001b321b6dfa93a0699
objtool: Fix error handling for STD/CLD warnings

Actually return an error (and display a backtrace, if requested) for
directional bit warnings.

Fixes: 2f0f9e9ad7b3 ("objtool: Add Direction Flag validation")
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/dc70f2adbc72f09526f7cab5b6feb8bf7f6c5ad4.1611263461.git.jpoimboe@redhat.com
tools/objtool/check.c