lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 29 Oct 2016 08:36:11 -0400 (EDT)
From:   Paolo Bonzini <pbonzini@...hat.com>
To:     Borislav Petkov <bp@...en8.de>
Cc:     Piotr Luc <Piotr.Luc@...el.com>, kvm@...r.kernel.org,
        he chen <he.chen@...ux.intel.com>,
        linux-kernel@...r.kernel.org, tglx@...utronix.de, x86@...nel.org,
        hpa@...or.com, mingo@...hat.com, Luwei Kang <luwei.kang@...el.com>,
        rkrcmar@...hat.com
Subject: Re: [PATCH] x86/cpuid: expose AVX512_4VNNIW and AVX512_4FMAPS
 features to kvm guest



----- Original Message -----
> From: "Borislav Petkov" <bp@...en8.de>
> To: "Paolo Bonzini" <pbonzini@...hat.com>
> Cc: "Piotr Luc" <Piotr.Luc@...el.com>, kvm@...r.kernel.org, "he chen" <he.chen@...ux.intel.com>,
> linux-kernel@...r.kernel.org, tglx@...utronix.de, x86@...nel.org, hpa@...or.com, mingo@...hat.com, "Luwei Kang"
> <luwei.kang@...el.com>, rkrcmar@...hat.com
> Sent: Saturday, October 29, 2016 2:25:48 PM
> Subject: Re: [PATCH] x86/cpuid: expose AVX512_4VNNIW and AVX512_4FMAPS features to kvm guest
> 
> On Sat, Oct 29, 2016 at 08:21:17AM -0400, Paolo Bonzini wrote:
> > Currently none of the bits in CPUID[7,0].edx is ever masked by the host, so
> > this would be enough.  If we ever need to do some masking, I guess I'll
> > practice my puss-in-boots look and submit a patch to add CPUID[7,0] back
> > as a separate cpufeature entr.
> 
> I don't understand - why can't it be filtered here if needed? I.e.,
> 
> 	return edx & KVM_CPUID_EDX_7_MASK;
> 
> or so?

Because then it wouldn't be in processor.h.

> Btw, we already have a cpuid_edx() helper in arch/x86/include/asm/processor.h

Yes, but it doesn't take an ecx.

Anyhow this is not an issue for now.  It will depend on which other bits
are added to CPUID[7,0].edx, but in general it's relatively rare to blacklist
bits from cpufeature.

Paolo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ