Re: [PATCH 0/3] objtool: Constify most of the instruction decoding loop

From: Josh Poimboeuf
Date: Wed Apr 22 2020 - 16:50:02 EST


On Wed, Apr 22, 2020 at 12:32:02PM +0200, Ingo Molnar wrote:
> Constify some of the decoding primitives, to ascertain and enforce that
> arch_decode_instructions() is a read-only consumer of the various ELF data
> structures. (Which it is.)
>
> This is in preparation to parallelize the most expensive parts of objtool,
> but makes sense independently as well.
>
> These bits can also be found at:
>
> git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.core/objtool

Acked-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>

--
Josh