commit | fdabdd0b05e0bdf232340d5da86563ed142a99a7 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Fri Jun 12 15:43:00 2020 +0200 |
committer | Peter Zijlstra <peterz@infradead.org> | Thu Jun 18 17:36:33 2020 +0200 |
tree | 32bb99ed96e96fbff9e8c62e035b7fa58d18a401 | |
parent | 2b10be23ac0f8e107fd575397361ddbaebc2944b [diff] |
objtool: Provide elf_write_{insn,reloc}() This provides infrastructure to rewrite instructions; this is immediately useful for helping out with KCOV-vs-noinstr, but will also come in handy for a bunch of variable sized jump-label patches that are still on ice. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>