[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260210142927.GAaYtAx-E1sDwggrvj@fat_crate.local>
Date: Tue, 10 Feb 2026 15:29:27 +0100
From: Borislav Petkov <bp@...en8.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: x86-ml <x86@...nel.org>, lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] x86/sev for v7.0-rc1
Hi Linus,
please pull the x86/sev lineup for v7.0-rc1.
Thx.
---
The following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:
Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/tip/tip tags/x86_sev_for_v7.0_rc1
for you to fetch changes up to 8c89d3ad3095808ac130c535ad7ed3d1344d5986:
x86/sev: Don't emit BSS_DECRYPTED section unless it is in use (2026-01-31 14:42:53 +0100)
----------------------------------------------------------------
- Make the SEV internal header really internal and carve out the SVSM-specific
code into a separate compilation unit, along with other cleanups and fixups.
----------------------------------------------------------------
Ard Biesheuvel (1):
x86/sev: Don't emit BSS_DECRYPTED section unless it is in use
Borislav Petkov (AMD) (5):
x86/sev: Move the internal header
x86/sev: Add internal header guards
x86/sev: Carve out the SVSM code into a separate compilation unit
x86/sev: Rename sev_es_ghcb_handle_msr() to __vc_handle_msr()
x86/sev: Use kfree_sensitive() when freeing a SNP message descriptor
arch/x86/boot/startup/sev-startup.c | 3 +-
arch/x86/coco/sev/Makefile | 2 +-
arch/x86/coco/sev/core.c | 387 +--------------------
.../asm/sev-internal.h => coco/sev/internal.h} | 34 +-
arch/x86/coco/sev/noinstr.c | 3 +-
arch/x86/coco/sev/svsm.c | 362 +++++++++++++++++++
arch/x86/coco/sev/vc-handle.c | 7 +-
arch/x86/kernel/vmlinux.lds.S | 21 +-
8 files changed, 421 insertions(+), 398 deletions(-)
rename arch/x86/{include/asm/sev-internal.h => coco/sev/internal.h} (72%)
create mode 100644 arch/x86/coco/sev/svsm.c
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
Powered by blists - more mailing lists