Re: [PATCH] x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-06-03 11:20:32
Also in:
linux-iommu, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-06-03 11:20:32
Also in:
linux-iommu, lkml
On 02-06-21, 12:14, Borislav Petkov wrote:
--- From: Borislav Petkov <redacted> Date: Wed, 2 Jun 2021 12:07:52 +0200 Subject: [PATCH] dmaengine: idxd: Use cpu_feature_enabled() When testing x86 feature bits, use cpu_feature_enabled() so that build-disabled features can remain off, regardless of what CPUID says.
Applied, thanks -- ~Vinod