[GIT,PULL] x86/sev for 6.5

Message ID 20230627144233.GIZJr1WWNaTGk7xfFf@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/sev for 6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sev_for_v6.5

Message

Borislav Petkov June 27, 2023, 2:42 p.m. UTC
  Hi Linus,

please pull a couple of SEV cleanups for 6.5.

Thx.

---

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sev_for_v6.5

for you to fetch changes up to da86eb9611840772a459693832e54c63cbcc040a:

  x86/coco: Get rid of accessor functions (2023-05-09 12:53:16 +0200)

----------------------------------------------------------------
- Some SEV and CC platform helpers cleanup and simplifications now that
  the usage patterns are becoming apparent

----------------------------------------------------------------
Borislav Petkov (AMD) (3):
      x86/coco: Mark cc_platform_has() and descendants noinstr
      x86/sev: Get rid of special sev_es_enable_key
      x86/coco: Get rid of accessor functions

 arch/x86/coco/core.c               | 10 +++++-----
 arch/x86/coco/tdx/tdx.c            |  2 +-
 arch/x86/hyperv/ivm.c              |  2 +-
 arch/x86/include/asm/coco.h        | 19 +------------------
 arch/x86/include/asm/sev.h         | 11 +++++++----
 arch/x86/kernel/sev.c              |  5 -----
 arch/x86/mm/mem_encrypt_identity.c |  2 +-
 7 files changed, 16 insertions(+), 35 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 27, 2023, 8:52 p.m. UTC | #1
The pull request you sent on Tue, 27 Jun 2023 16:42:33 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_sev_for_v6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/12dc010071131aeabd6626a14809e6d3af266bd4

Thank you!