You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86/sev: Do the C-bit verification only on the BSP
JIRA: https://issues.redhat.com/browse/RHEL-39439
commit 30579c8
Author: Borislav Petkov (AMD) <bp@alien8.de>
Date: Thu Nov 30 14:26:01 2023 +0100
x86/sev: Do the C-bit verification only on the BSP
There's no need to do it on every AP.
The C-bit value read on the BSP and also verified there, is used
everywhere from now on.
No functional changes - just a bit faster booting APs.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Link: https://lore.kernel.org/r/20231130132601.10317-1-bp@alien8.de
Signed-off-by: Bandan Das <bsd@redhat.com>
0 commit comments