linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Hansen <dave.hansen@linux.intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, x86@kernel.org
Subject: [GIT PULL] x86/sgx for 6.2
Date: Mon, 12 Dec 2022 11:15:25 -0800	[thread overview]
Message-ID: <20221212191525.553277-1-dave.hansen@linux.intel.com> (raw)

Hi Linus,

Please pull some x86/sgx changes for v6.2.

The biggest deal in this series is support for a new hardware feature
that allows enclaves to detect and mitigate single-stepping attacks.

There's also a minor performance tweak and a little piece of the
kmap_atomic()=>kmap_local() transition.

--

The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

  Linux 6.1-rc3 (2022-10-30 15:19:28 -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.2

for you to fetch changes up to 89e927bbcd45d507e5612ef72fda04182e544a38:

  x86/sgx: Replace kmap/kunmap_atomic() calls (2022-12-02 14:59:56 +0100)

----------------------------------------------------------------
 * Introduce a new SGX feature (Asynchrounous Exit Notification)
   for bare-metal enclaves and KVM guests to mitigate single-step
   attacks
 * Increase batching to speed up enclave release
 * Replace kmap/kunmap_atomic() calls

----------------------------------------------------------------
Dave Hansen (1):
      x86/sgx: Allow enclaves to use Asynchrounous Exit Notification

Kai Huang (1):
      KVM/VMX: Allow exposing EDECCSSA user leaf function to KVM guest

Kristen Carlson Accardi (1):
      x86/sgx: Replace kmap/kunmap_atomic() calls

Reinette Chatre (1):
      x86/sgx: Reduce delay and interference of enclave release

 arch/x86/include/asm/cpufeatures.h |  1 +
 arch/x86/include/asm/sgx.h         | 33 ++++++++++++++++++++++++++-------
 arch/x86/kernel/cpu/cpuid-deps.c   |  1 +
 arch/x86/kernel/cpu/scattered.c    |  1 +
 arch/x86/kernel/cpu/sgx/encl.c     | 35 +++++++++++++++++++++++++----------
 arch/x86/kernel/cpu/sgx/ioctl.c    |  6 +++---
 arch/x86/kernel/cpu/sgx/main.c     |  8 ++++----
 arch/x86/kvm/cpuid.c               |  6 ++----
 arch/x86/kvm/reverse_cpuid.h       |  3 +++
 9 files changed, 66 insertions(+), 28 deletions(-)

             reply	other threads:[~2022-12-12 19:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 19:15 Dave Hansen [this message]
2022-12-12 22:46 ` [GIT PULL] x86/sgx for 6.2 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=20221212191525.553277-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;
as well as URLs for NNTP newsgroup(s).