[RFC][PATCH] objtool,x86_64: Replace recordmcount with objtool

Sami Tolvanen samitolvanen at google.com
Mon Jul 20 12:52:37 EDT 2020


On Fri, Jul 17, 2020 at 11:05 AM Steven Rostedt <rostedt at goodmis.org> wrote:
>
> On Fri, 17 Jul 2020 10:47:51 -0700
> Sami Tolvanen <samitolvanen at google.com> wrote:
>
> > > Someone just submitted a patch for arm64 for this:
> > >
> > > https://lore.kernel.org/r/20200717143338.19302-1-gregory.herrero@oracle.com
> > >
> > > Is that what you want?
> >
> > That looks like the same issue, but we need to fix this on x86 instead.
>
> Does x86 have a way to differentiate between the two that record mcount
> can check?

I'm not sure if looking at the relocation alone is sufficient on x86,
we might also have to decode the instruction, which is what objtool
does. Did you have any thoughts on Peter's patch, or my initial
suggestion, which adds a __nomcount attribute to affected functions?

Sami



More information about the linux-arm-kernel mailing list