]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
objtool: Decode unwind hint register depending on architecture
authorJulien Thierry <jthierry@redhat.com>
Fri, 4 Sep 2020 15:30:28 +0000 (16:30 +0100)
committerJosh Poimboeuf <jpoimboe@redhat.com>
Thu, 10 Sep 2020 15:43:13 +0000 (10:43 -0500)
commitedea9e6bcbeaa41718b022a8b99ffddef2330bbc
tree750c5adeb0cf00da380faefea8cc4551bcc202ba
parentee819aedf34a8f35cd54ee3967c7beb4d1d4a635
objtool: Decode unwind hint register depending on architecture

The set of registers that can be included in an unwind hint and their
encoding will depend on the architecture. Have arch specific code to
decode that register.

Signed-off-by: Julien Thierry <jthierry@redhat.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
tools/objtool/arch.h
tools/objtool/arch/x86/decode.c
tools/objtool/check.c