From: Lukas Bulwahn Date: Thu, 12 Oct 2023 04:50:40 +0000 (+0200) Subject: hardening: x86: drop reference to removed config AMD_IOMMU_V2 X-Git-Tag: v6.7-rc1~171^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=faed498d0db78adc1eee6bab3a8480bcb7e17e6e;p=thirdparty%2Flinux.git 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 Reviewed-by: Vasant Hegde Link: https://lore.kernel.org/r/20231012045040.22088-1-lukas.bulwahn@gmail.com Signed-off-by: Kees Cook --- diff --git a/arch/x86/configs/hardening.config b/arch/x86/configs/hardening.config index 19bb0c7a76693..7b497f3b7bc3c 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