]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
objtool: Ignore empty alternatives
authorJulien Thierry <jthierry@redhat.com>
Fri, 27 Mar 2020 15:28:41 +0000 (15:28 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 22 Apr 2020 08:53:49 +0000 (10:53 +0200)
commit7170cf47d16f1ba29eca07fd818870b7af0a93a5
tree7fa65b79a922dd157adae22fa8c70f6e022a1086
parent0699e551af268c9841a205a3e90dc1615fb63d84
objtool: Ignore empty alternatives

The .alternatives section can contain entries with no original
instructions. Objtool will currently crash when handling such an entry.

Just skip that entry, but still give a warning to discourage useless
entries.

Signed-off-by: Julien Thierry <jthierry@redhat.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/objtool/check.c