[GIT,PULL] x86/sev for v6.8

Message ID 20240107221144.GAZZshoHEj5DPOPdyS@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/sev for v6.8 |

Pull-request

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

Message

Borislav Petkov Jan. 7, 2024, 10:11 p.m. UTC
  Hi Linus,

please pull some x86/sev improvements for v6.8.

Thx.

---

The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

  Linux 6.7-rc5 (2023-12-10 14:33:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d642ef7111014805f2e21e9cddb0c0a93ae1313d:

  virt: sev-guest: Convert to platform remove callback returning void (2024-01-02 19:07:18 +0100)

----------------------------------------------------------------
- Convert the sev-guest plaform ->remove callback to return void

- Move the SEV C-bit verification to the BSP as it needs to happen only
  once and not on every AP

----------------------------------------------------------------
Borislav Petkov (AMD) (1):
      x86/sev: Do the C-bit verification only on the BSP

Uwe Kleine-König (1):
      virt: sev-guest: Convert to platform remove callback returning void

 arch/x86/kernel/head_64.S               | 31 ++++++++++++++++++++++---------
 drivers/virt/coco/sev-guest/sev-guest.c |  6 ++----
 2 files changed, 24 insertions(+), 13 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 9, 2024, 12:47 a.m. UTC | #1
The pull request you sent on Sun, 7 Jan 2024 23:11:44 +0100:

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

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

Thank you!