lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <0c0d9d250a7961e4aca325f970e73e204d650ad9.1746874095.git.kai.huang@intel.com> Date: Sat, 10 May 2025 11:20:08 +0000 From: Kai Huang <kai.huang@...el.com> To: dave.hansen@...el.com, bp@...en8.de, tglx@...utronix.de, peterz@...radead.org, mingo@...hat.com Cc: kirill.shutemov@...ux.intel.com, hpa@...or.com, x86@...nel.org, linux-kernel@...r.kernel.org, pbonzini@...hat.com, seanjc@...gle.com, rick.p.edgecombe@...el.com, isaku.yamahata@...el.com, reinette.chatre@...el.com, dan.j.williams@...el.com, thomas.lendacky@....com, ashish.kalra@....com, nik.borisov@...e.com, sagis@...gle.com Subject: [PATCH v2 4/5] x86/virt/tdx: Remove the !KEXEC_CORE dependency During kexec it is now guaranteed that all dirty cachelines of TDX private memory are flushed before jumping to the new kernel. The TDX private memory from the old kernel will remain as TDX private memory in the new kernel, but it is OK because kernel read/write to TDX private memory will never cause machine check, except on the platforms with the TDX partial write erratum, which has already been handled. It is safe to allow kexec to work together with TDX now. Remove the !KEXEC_CORE dependency. Signed-off-by: Kai Huang <kai.huang@...el.com> --- arch/x86/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0f63f550ab52..bd576bc8843a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1923,7 +1923,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
Powered by blists - more mailing lists