public inbox for linux-kernel@vger.kernel.org
 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/sgx for 6.19-rc1
Date: Mon,  1 Dec 2025 14:47:01 -0800	[thread overview]
Message-ID: <20251201224701.726470-1-dave.hansen@linux.intel.com> (raw)

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(-)

             reply	other threads:[~2025-12-01 22:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-01 22:47 Dave Hansen [this message]
2025-12-02 22:57 ` [GIT PULL] x86/sgx for 6.19-rc1 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=20251201224701.726470-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