projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dafc17d
)
KVM: SVM: Rename vmplX_ssp -> plX_ssp
author
John Allen
<john.allen@amd.com>
Tue, 27 Feb 2024 20:03:56 +0000
(20:03 +0000)
committer
Sean Christopherson
<seanjc@google.com>
Tue, 27 Feb 2024 20:22:43 +0000
(12:22 -0800)
The SSP fields in the SEV-ES save area were mistakenly named vmplX_ssp
instead of plX_ssp. Rename these to the correct names as defined in the
APM.
Fixes:
6d3b3d34e39e
("KVM: SVM: Update the SEV-ES save area mapping")
Signed-off-by: John Allen <john.allen@amd.com>
Link:
https://lore.kernel.org/r/20240227200356.35114-1-john.allen@amd.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/svm.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/svm.h
b/arch/x86/include/asm/svm.h
index 87a7b917d30ea9fe0998df0d11f84e9bdcc00702..728c98175b9cb8fd5a229dfdf0ac32f294a06b52 100644
(file)
--- a/
arch/x86/include/asm/svm.h
+++ b/
arch/x86/include/asm/svm.h
@@
-358,10
+358,10
@@
struct sev_es_save_area {
struct vmcb_seg ldtr;
struct vmcb_seg idtr;
struct vmcb_seg tr;
- u64
vm
pl0_ssp;
- u64
vm
pl1_ssp;
- u64
vm
pl2_ssp;
- u64
vm
pl3_ssp;
+ u64 pl0_ssp;
+ u64 pl1_ssp;
+ u64 pl2_ssp;
+ u64 pl3_ssp;
u64 u_cet;
u8 reserved_0xc8[2];
u8 vmpl;