public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] TDX host: kexec() support
@ 2024-04-18 11:48 Kai Huang
  2024-04-18 11:48 ` [PATCH v4 1/5] x86/kexec: do unconditional WBINVD for bare-metal in stop_this_cpu() Kai Huang
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Kai Huang @ 2024-04-18 11:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: x86, dave.hansen, bp, kirill.shutemov, tglx, mingo, hpa, luto,
	peterz, rick.p.edgecombe, thomas.lendacky, ashish.kalra, chao.gao,
	bhe, nik.borisov, pbonzini, seanjc

Currently kexec() support and TDX host are muturally exclusive in the
Kconfig.  This series adds the TDX host kexec support so that they can
work together and can be enabled at the same time in the Kconfig.

v3 -> v4:
 - Updated changelog and comments of patch 1/2 per comments from
   Kirill and Tom (see specific patch for details).

 v3: https://lore.kernel.org/linux-kernel/cover.1712493366.git.kai.huang@intel.com/

v2 -> v3:
 - Change to only do WBINVD for bare-metal, as Kirill/Tom pointed out
   WBINVD in TDX guests and SEV-ES/SEV-SNP guests triggers #VE.

 v2: https://lore.kernel.org/linux-kernel/cover.1710811610.git.kai.huang@intel.com/

v1 -> v2:
 - Do unconditional WBINVD during kexec() -- Boris
 - Change to cover crash kexec() -- Rick
 - Add a new patch (last one) to add a mechanism to reset all TDX private
   pages due to having to cover crash kexec().
 - Other code improvements  -- Dave
 - Rebase to latest tip/master.

 v1: https://lore.kernel.org/linux-kernel/cover.1706698706.git.kai.huang@intel.com/

Hi Dave, Kirill, Sean, Paolo,

The last patch provides a new mechanism to handle all other TDX private
pages when they become possible to exist, e.g., when KVM is ready to run
TDX guests.  It covers both normal kexec and crash kexec.  Strictly
speaking, it is not mandatory to be in this series though.  I appreciate
if you can help to review.

Hi Tom, Ashish,

This series touches AMD SME code too, and I don't have AMD machine to
test.  I appreciate if you can help to review and/or test.


Kai Huang (5):
  x86/kexec: do unconditional WBINVD for bare-metal in stop_this_cpu()
  x86/kexec: do unconditional WBINVD for bare-metal in relocate_kernel()
  x86/kexec: Reset TDX private memory on platforms with TDX erratum
  x86/virt/tdx: Remove the !KEXEC_CORE dependency
  x86/virt/tdx: Add TDX memory reset notifier to reset other private
    pages

 arch/x86/Kconfig                     |   1 -
 arch/x86/include/asm/kexec.h         |   2 +-
 arch/x86/include/asm/tdx.h           |  16 +++++
 arch/x86/kernel/machine_kexec_64.c   |  29 ++++++--
 arch/x86/kernel/process.c            |  19 +++--
 arch/x86/kernel/relocate_kernel_64.S |  19 +++--
 arch/x86/virt/vmx/tdx/tdx.c          | 100 +++++++++++++++++++++++++++
 7 files changed, 165 insertions(+), 21 deletions(-)


base-commit: 1e0fd81e4f32a8a383c05d27a672d742b45c1088
-- 
2.43.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-06-04  0:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18 11:48 [PATCH v4 0/5] TDX host: kexec() support Kai Huang
2024-04-18 11:48 ` [PATCH v4 1/5] x86/kexec: do unconditional WBINVD for bare-metal in stop_this_cpu() Kai Huang
2024-04-18 13:47   ` Tom Lendacky
2024-04-18 22:23     ` Huang, Kai
2024-05-23  2:49   ` Huang, Kai
2024-05-31 20:45     ` Tom Lendacky
2024-06-04  0:57       ` Huang, Kai
2024-04-18 11:48 ` [PATCH v4 2/5] x86/kexec: do unconditional WBINVD for bare-metal in relocate_kernel() Kai Huang
2024-04-18 13:49   ` Tom Lendacky
2024-04-18 11:48 ` [PATCH v4 3/5] x86/kexec: Reset TDX private memory on platforms with TDX erratum Kai Huang
2024-04-18 11:48 ` [PATCH v4 4/5] x86/virt/tdx: Remove the !KEXEC_CORE dependency Kai Huang
2024-04-18 11:48 ` [PATCH v4 5/5] x86/virt/tdx: Add TDX memory reset notifier to reset other private pages Kai Huang
2024-05-31 17:17   ` Isaku Yamahata
2024-05-01 23:12 ` [PATCH v4 0/5] TDX host: kexec() support Huang, Kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox