Re: [RFC][PATCH 0/9] Variable size jump_label support

From: Ingo Molnar
Date: Mon Oct 07 2019 - 08:58:26 EST



* Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> IIRC the recordmcount variant from Steve was also rewriting JMP8 to NOP2
> at build time.
>
> I dug this here link out of my IRC logs:
>
> https://lore.kernel.org/lkml/1318007374.4729.58.camel@xxxxxxxxxxxxxxxxxxx/

Ancient indeed ...

> Looking at that, part of the reason might've been running yet another
> tool, instead of having one tool do everything.

Yeah - that too wouldn't be a problem with objtool, as we are running it
anyway, right?

So I can see about 2 valid technical reasons why Linus would have
objected to that old approach from Steve while finding the objtool
approach more acceptable.

Basically the main assumption is that we better never run out of
competent objtool experts... :-)

Thanks,

Ingo