Re: [PATCH v2] x86: lib: Separate instruction decoder MMIO type from MMIO trace

From: Jason A. Donenfeld
Date: Mon Jan 02 2023 - 09:50:20 EST


Hello Borislav,

On Fri, Dec 16, 2022 at 9:13 PM Jason A. Donenfeld <Jason@xxxxxxxxx> wrote:
>
> On Wed, Dec 14, 2022 at 01:30:15PM -0800, Ricardo Neri wrote:
> > On Wed, Dec 14, 2022 at 01:34:54PM -0700, Jason A. Donenfeld wrote:
> > > Both mmiotrace.h and insn-eval.h define various MMIO_ enum constants.
> > > Rename the insn ones to have a INSN_ prefix, so that the headers can be
> > > used from the same source file.
> > >
> > > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> >
> > FWIW: Reviewed-by: Ricardo Neri <ricardo.neri-calderon@xxxxxxxxxxxxxxx>
>
> Thanks. Any chance this can get in for 6.2?

Do you think you could queue up this patch for 6.2 as a fix? It has
basically no chance of breakage and does fix a real symbol clash.

https://lore.kernel.org/lkml/20221214203454.337299-1-Jason@xxxxxxxxx/

Thanks,
Jason