]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
x86/virt/tdx: Remove kexec docs
authorRick Edgecombe <rick.p.edgecombe@intel.com>
Thu, 2 Apr 2026 06:32:05 +0000 (00:32 -0600)
committerDave Hansen <dave.hansen@linux.intel.com>
Mon, 27 Apr 2026 22:13:39 +0000 (15:13 -0700)
Recent changes have removed the hard limitations for using kexec and
TDX together. So remove the section in the TDX docs.

Users on partial write erratums will need an updated TDX module to
handle the rare edge cases. The docs do not currently provide any
guidance on recommended TDX module versions, so don't keep a whole
section around to document this interaction.

Signed-off-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Kiryl Shutsemau (Meta) <kas@kernel.org>
Acked-by: Kai Huang <kai.huang@intel.com>
Link: https://patch.msgid.link/20260402-fuller_tdx_kexec_support-v3-5-34438d7094bf@intel.com
Documentation/arch/x86/tdx.rst

index ff6b110291bc67f71d970643423cfda0377fcb38..1a3b5bac10216e94dbe6938c286245a521ce42f7 100644 (file)
@@ -138,13 +138,6 @@ If the platform has such erratum, the kernel prints additional message in
 machine check handler to tell user the machine check may be caused by
 kernel bug on TDX private memory.
 
-Kexec
-~~~~~~~
-
-Currently kexec doesn't work on the TDX platforms with the aforementioned
-erratum.  It fails when loading the kexec kernel image.  Otherwise it
-works normally.
-
 Interaction vs S3 and deeper states
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~