objtool: Cache instruction relocs
authorPeter Zijlstra <peterz@infradead.org>
Fri, 26 Mar 2021 15:12:13 +0000 (16:12 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 2 Apr 2021 10:46:15 +0000 (12:46 +0200)
commit7bd2a600f3e9d27286bbf23c83d599e9cc7cf245
tree61dc66964ab8f58a54f6d2988bd9f346ee12a0b2
parent43d5430ad74ef5156353af7aec352426ec7a8e57
objtool: Cache instruction relocs

Track the reloc of instructions in the new instruction->reloc field
to avoid having to look them up again later.

( Technically x86 instructions can have two relocations, but not jumps
  and calls, for which we're using this. )

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lkml.kernel.org/r/20210326151300.195441549@infradead.org
tools/objtool/check.c
tools/objtool/include/objtool/check.h