Re: [PATCH] x86/KVM: Fix incorrect SSBD bit in kvm_cpuid_7_0_edx_x86_features

2018-05-28 Thread Thomas Gleixner
On Fri, 25 May 2018, Radim Krčmář wrote: > 2018-05-25 13:16-0400, Waiman Long: > > As the SSBD bit in kvm_cpuid_7_0_edx_x86_features has been renamed to > > SPEC_CTRL_SSBD in the commit 52817587e706 ("x86/cpufeatures: Disentangle > > SSBD enumeration"). The corresponding name change needed to be

Re: [PATCH] x86/KVM: Fix incorrect SSBD bit in kvm_cpuid_7_0_edx_x86_features

2018-05-28 Thread Thomas Gleixner
On Fri, 25 May 2018, Radim Krčmář wrote: > 2018-05-25 13:16-0400, Waiman Long: > > As the SSBD bit in kvm_cpuid_7_0_edx_x86_features has been renamed to > > SPEC_CTRL_SSBD in the commit 52817587e706 ("x86/cpufeatures: Disentangle > > SSBD enumeration"). The corresponding name change needed to be

Re: [PATCH] x86/KVM: Fix incorrect SSBD bit in kvm_cpuid_7_0_edx_x86_features

2018-05-25 Thread Radim Krčmář
2018-05-25 13:16-0400, Waiman Long: > As the SSBD bit in kvm_cpuid_7_0_edx_x86_features has been renamed to > SPEC_CTRL_SSBD in the commit 52817587e706 ("x86/cpufeatures: Disentangle > SSBD enumeration"). The corresponding name change needed to be made in > the KVM code as well. > > Fixes:

Re: [PATCH] x86/KVM: Fix incorrect SSBD bit in kvm_cpuid_7_0_edx_x86_features

2018-05-25 Thread Radim Krčmář
2018-05-25 13:16-0400, Waiman Long: > As the SSBD bit in kvm_cpuid_7_0_edx_x86_features has been renamed to > SPEC_CTRL_SSBD in the commit 52817587e706 ("x86/cpufeatures: Disentangle > SSBD enumeration"). The corresponding name change needed to be made in > the KVM code as well. > > Fixes:

[PATCH] x86/KVM: Fix incorrect SSBD bit in kvm_cpuid_7_0_edx_x86_features

2018-05-25 Thread Waiman Long
As the SSBD bit in kvm_cpuid_7_0_edx_x86_features has been renamed to SPEC_CTRL_SSBD in the commit 52817587e706 ("x86/cpufeatures: Disentangle SSBD enumeration"). The corresponding name change needed to be made in the KVM code as well. Fixes: 52817587e706 ("x86/cpufeatures: Disentangle SSBD

[PATCH] x86/KVM: Fix incorrect SSBD bit in kvm_cpuid_7_0_edx_x86_features

2018-05-25 Thread Waiman Long
As the SSBD bit in kvm_cpuid_7_0_edx_x86_features has been renamed to SPEC_CTRL_SSBD in the commit 52817587e706 ("x86/cpufeatures: Disentangle SSBD enumeration"). The corresponding name change needed to be made in the KVM code as well. Fixes: 52817587e706 ("x86/cpufeatures: Disentangle SSBD