aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <[email protected]>2023-10-12 06:50:40 +0200
committerKees Cook <[email protected]>2023-10-12 09:08:57 -0700
commitfaed498d0db78adc1eee6bab3a8480bcb7e17e6e (patch)
tree6abe5f07fa4ac3d4839ed8f1ff9c2a7fa3730df0
parent381fdb73d1e2a48244de7260550e453d1003bb8e (diff)
hardening: x86: drop reference to removed config AMD_IOMMU_V2
Commit 5a0b11a180a9 ("iommu/amd: Remove iommu_v2 module") removes the config AMD_IOMMU_V2. Remove the reference to this config in the x86 architecture-specific hardening config fragment as well. Signed-off-by: Lukas Bulwahn <[email protected]> Reviewed-by: Vasant Hegde <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]>
-rw-r--r--arch/x86/configs/hardening.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/configs/hardening.config b/arch/x86/configs/hardening.config
index 19bb0c7a7669..7b497f3b7bc3 100644
--- a/arch/x86/configs/hardening.config
+++ b/arch/x86/configs/hardening.config
@@ -9,7 +9,6 @@ CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_IOMMU_DEFAULT_ON=y
CONFIG_INTEL_IOMMU_SVM=y
CONFIG_AMD_IOMMU=y
-CONFIG_AMD_IOMMU_V2=y
# Enable CET Shadow Stack for userspace.
CONFIG_X86_USER_SHADOW_STACK=y