mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dave Hansen <dave.hansen@linux.intel.com>
To: torvalds@linux-foundation.org
Cc: x86@kernel.org, linux-kernel@vger.kernel.org,
	Dave Hansen <dave.hansen@linux.intel.com>
Subject: [GIT PULL] x86/tdx for 6.18-rc1
Date: Wed,  1 Oct 2025 10:11:12 -0700	[thread overview]
Message-ID: <20251001171112.899791-1-dave.hansen@linux.intel.com> (raw)

Hi Linus,

Please pull some x86/tdx changes for 6.18-rc1. The biggest change here
is making TDX and kexec play nicely together. Before this, the memory
encryption hardware (which doesn't respect cache coherency) could
write back old cachelines on top of data in the new kernel, so kexec
and TDX were made mutually exclusive. This removes the limitation.

There is also some work to tighten up a hardware bug workaround and
some MAINTAINERS updates.

--

The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

  Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_tdx_for_6.18-rc1

for you to fetch changes up to e414b1005891d74bb0c3d27684c58dfbfbd1754b:

  x86/virt/tdx: Use precalculated TDVPR page physical address (2025-09-11 11:38:28 -0700)

----------------------------------------------------------------
 - Make TDX and kexec work together
 - Skip TDX bug workaround when the bug is not present
 - Update maintainers entries

----------------------------------------------------------------
Adrian Hunter (3):
      x86/tdx: Eliminate duplicate code in tdx_clear_page()
      x86/tdx: Tidy reset_pamt functions
      x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present

Kai Huang (8):
      x86/kexec: Consolidate relocate_kernel() function parameters
      x86/sme: Use percpu boolean to control WBINVD during kexec
      x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALL
      x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratum
      x86/virt/tdx: Remove the !KEXEC_CORE dependency
      x86/virt/tdx: Update the kexec section in the TDX documentation
      KVM/TDX: Explicitly do WBINVD when no more TDX SEAMCALLs
      x86/virt/tdx: Use precalculated TDVPR page physical address

Kirill A. Shutemov (2):
      MAINTAINERS: Update the file list in the TDX entry.
      MAINTAINERS: Add Rick Edgecombe as a TDX reviewer

Xiaoyao Li (1):
      MAINTAINERS: Add KVM mail list to the TDX entry

 Documentation/arch/x86/tdx.rst       | 14 +++----
 MAINTAINERS                          | 11 ++---
 arch/x86/Kconfig                     |  1 -
 arch/x86/include/asm/kexec.h         | 12 +++++-
 arch/x86/include/asm/processor.h     |  2 +
 arch/x86/include/asm/tdx.h           | 35 +++++++++++++++-
 arch/x86/kernel/cpu/amd.c            | 17 ++++++++
 arch/x86/kernel/machine_kexec_64.c   | 44 ++++++++++++++++----
 arch/x86/kernel/process.c            | 24 +++++------
 arch/x86/kernel/relocate_kernel_64.S | 36 ++++++++++------
 arch/x86/kvm/vmx/tdx.c               | 44 ++++++++++----------
 arch/x86/virt/vmx/tdx/tdx.c          | 80 +++++++++++++++++++++---------------
 12 files changed, 214 insertions(+), 106 deletions(-)

             reply	other threads:[~2025-10-01 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-01 17:11 Dave Hansen [this message]
2025-10-04 18:19 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251001171112.899791-1-dave.hansen@linux.intel.com \
    --to=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®