On 28/04/21 12:44, Borislav Petkov wrote:
On Tue, Apr 27, 2021 at 06:16:36AM -0500, Brijesh Singh wrote:
The SYSCFG MSR continued being updated beyond the K8 family; drop the K8
name from it.
Suggested-by: Borislav Petkov <bp@xxxxxxxxx>
Signed-off-by: Brijesh Singh <brijesh.singh@xxxxxxx>
---
Thanks, looks good.
Documentation/virt/kvm/amd-memory-encryption.rst | 2 +-
Documentation/x86/amd-memory-encryption.rst | 6 +++---
arch/x86/include/asm/msr-index.h | 6 +++---
arch/x86/kernel/cpu/amd.c | 4 ++--
arch/x86/kernel/cpu/mtrr/cleanup.c | 2 +-
arch/x86/kernel/cpu/mtrr/generic.c | 4 ++--
arch/x86/kernel/mmconf-fam10h_64.c | 2 +-
arch/x86/kvm/svm/svm.c | 4 ++--
arch/x86/kvm/x86.c | 2 +-
The kvm side needs sync with Paolo on how to handle so that merge
conflicts are minimized.
Paolo, thoughts?
There shouldn't be any conflicts right now, but perhaps it's easiest to
merge the whole series for -rc2.
In any case,
Acked-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
Paolo