[SRU][N:intel][PATCH 4/8] UBUNTU: SAUCE: x86/virt/tdx: Remove the !KEXEC_CORE dependency
Thibault Ferrante
thibault.ferrante at canonical.com
Wed Jun 26 13:52:28 UTC 2024
From: Kai Huang <kai.huang at intel.com>
BugLink: https://bugs.launchpad.net/bugs/2070356
Now TDX host can work with kexec(). Remove the !KEXEC_CORE dependency.
Signed-off-by: Kai Huang <kai.huang at intel.com>
(cherry picked from http://github.com/intel/kernel-downstream.git/v6.8-tdx from commit def7753e7d0301c8337f4b1a57e27516e8b23ba4)
Signed-off-by: Thibault Ferrante <thibault.ferrante at canonical.com>
---
arch/x86/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b07f8b007ed9..6bb25bc61c65 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1960,7 +1960,6 @@ config INTEL_TDX_HOST
depends on X86_X2APIC
select ARCH_KEEP_MEMBLOCK
depends on CONTIG_ALLOC
- depends on !KEXEC_CORE
depends on X86_MCE
help
Intel Trust Domain Extensions (TDX) protects guest VMs from malicious
--
2.43.0
More information about the kernel-team
mailing list