public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/sgx for 6.19-rc1
@ 2025-12-01 22:47 Dave Hansen
  2025-12-02 22:57 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Hansen @ 2025-12-01 22:47 UTC (permalink / raw)
  To: torvalds; +Cc: x86, linux-kernel, Dave Hansen

Hi Linus,

Please pull some x86/sgx changes for 6.19-rc1. The main content here
is adding support for the new EUPDATESVN SGX ISA. Before this, folks
who updated microcode had to reboot before enclaves could attest to
the new microcode. The new functionality lets them do this without a
reboot.

The rest are some nice, but relatively mundane comment and kernel-doc
fixups.

--

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sgx_for_6.19-rc1

for you to fetch changes up to f2f22721aca46cebb63c589eefda843721908833:

  x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attribute (2025-11-14 15:30:32 -0800)

----------------------------------------------------------------
 * Allow security version (SVN) updates so enclaves can attest
   to new microcode.
 * Fix kernel docs typos

----------------------------------------------------------------
Elena Reshetova (5):
      x86/sgx: Introduce functions to count the sgx_(vepc_)open()
      x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
      x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
      x86/sgx: Implement ENCLS[EUPDATESVN]
      x86/sgx: Enable automatic SVN updates for SGX enclaves

Sean Christopherson (5):
      x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"
      x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handler
      x86/sgx: Document structs and enums with '@', not '%'
      x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.h
      x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attribute

 arch/x86/include/asm/cpufeatures.h |   1 +
 arch/x86/include/asm/sgx.h         |  97 ++++++++++++++++++-----------------
 arch/x86/include/uapi/asm/sgx.h    |  10 +++-
 arch/x86/kernel/cpu/cpuid-deps.c   |   1 +
 arch/x86/kernel/cpu/scattered.c    |   1 +
 arch/x86/kernel/cpu/sgx/driver.c   |  19 ++++++-
 arch/x86/kernel/cpu/sgx/encl.c     |   1 +
 arch/x86/kernel/cpu/sgx/encls.h    |   5 ++
 arch/x86/kernel/cpu/sgx/main.c     | 101 +++++++++++++++++++++++++++++++++++++
 arch/x86/kernel/cpu/sgx/sgx.h      |   3 ++
 arch/x86/kernel/cpu/sgx/virt.c     |  20 +++++++-
 11 files changed, 210 insertions(+), 49 deletions(-)

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

end of thread, other threads:[~2025-12-02 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 22:47 [GIT PULL] x86/sgx for 6.19-rc1 Dave Hansen
2025-12-02 22:57 ` pr-tracker-bot

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