[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220422135624.114172-1-michael.roth@amd.com>
Date: Fri, 22 Apr 2022 08:56:22 -0500
From: Michael Roth <michael.roth@....com>
To: <linux-kernel@...r.kernel.org>
CC: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>, <x86@...nel.org>,
"H . Peter Anvin" <hpa@...or.com>,
Kees Cook <keescook@...omium.org>,
"Kirill A . Shutemov" <kirill.shutemov@...ux.intel.com>,
Tony Luck <tony.luck@...el.com>,
"Nick Desaulniers" <ndesaulniers@...gle.com>,
Kuppuswamy Sathyanarayanan
<sathyanarayanan.kuppuswamy@...ux.intel.com>,
Tom Lendacky <thomas.lendacky@....com>,
Venu Busireddy <venu.busireddy@...cle.com>,
"Joerg Roedel" <jroedel@...e.de>,
Tianyu Lan <Tianyu.Lan@...rosoft.com>
Subject: [PATCH v3 0/2] x86/sev: Fix AP Jump Table handling for SNP guests
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.
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(-)
Powered by blists - more mailing lists