public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] x86/sev: Fix AP Jump Table handling for SNP guests
@ 2022-04-26 14:21 Michael Roth
  2022-04-26 14:21 ` [PATCH v4 1/2] x86/sev: Add missing __init annotations to SEV init routines Michael Roth
  2022-04-26 14:21 ` [PATCH v4 2/2] x86/sev: Get the AP jump table address from secrets page Michael Roth
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Roth @ 2022-04-26 14:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H . Peter Anvin, Kees Cook, Kirill A . Shutemov, Tony Luck,
	Nick Desaulniers, Kuppuswamy Sathyanarayanan, Tom Lendacky,
	Venu Busireddy, Joerg Roedel, Tianyu Lan

This series is based on tip/master (commit 1912a07f8a)

SNP guests should only retrieve the AP Jump Table address from the
secrets page, not via a GHCB request as with SEV-ES guests. This series
reworks the handling accordingly, and fixes up some __init annotations
for some of the SEV routines touched by that rework.

v4:
 - Improve commit msg for patch 2 (Tom)

v3:
 - Address missing __init annotations (Boris)

v2:
 - add handling for memremap()/ioremap() failures (Boris)
 - don't mix function calls with declarations (Boris)

 arch/x86/include/asm/sev.h              | 35 +++++++++++++++++++++++++++++++++++
 arch/x86/kernel/sev.c                   | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------
 arch/x86/realmode/init.c                |  2 +-
 drivers/virt/coco/sev-guest/sev-guest.h | 35 -----------------------------------
 4 files changed, 90 insertions(+), 62 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-26 14:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 14:21 [PATCH v4 0/2] x86/sev: Fix AP Jump Table handling for SNP guests Michael Roth
2022-04-26 14:21 ` [PATCH v4 1/2] x86/sev: Add missing __init annotations to SEV init routines Michael Roth
2022-04-26 14:21 ` [PATCH v4 2/2] x86/sev: Get the AP jump table address from secrets page Michael Roth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox