Re: [PATCH 1/2] x86/CPU: Add native CPUID variants returning a single datum

From: Evalds Iodzevics
Date: Mon Apr 20 2020 - 01:53:10 EST


The second patch depends on this commit by Borislav so i included
this, probably I should have just mentioned it in my comment?

On Sun, Apr 19, 2020 at 7:54 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Sun, Apr 19, 2020 at 07:29:42PM +0300, Evalds Iodzevics wrote:
> > From: Borislav Petkov <bp@xxxxxxx>
> >
> > ... similarly to the cpuid_<reg>() variants.
> >
> > Signed-off-by: Borislav Petkov <bp@xxxxxxx>
> > Link: http://lkml.kernel.org/r/20170109114147.5082-2-bp@xxxxxxxxx
> > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> > ---
> > arch/x86/include/asm/processor.h | 18 ++++++++++++++++++
> > 1 file changed, 18 insertions(+)
>
> Why are you resending patches from someone else?