On 15/01/2018 14:32, Brijesh Singh wrote: > The patch series fixes the warnings reported by kbuild test robot > after SEV patches. Additionally, during testing I found that LAUNCH_SECRET > command was broken and patch series contains the fix for it. > > The patch series applies on kvm/queue branch. > > Cc: Paolo Bonzini <[email protected]> > Cc: "Radim Krčmář" <[email protected]> > Cc: Borislav Petkov <[email protected]> > Cc: Herbert Xu <[email protected]> > Cc: Gary Hook <[email protected]> > Cc: Tom Lendacky <[email protected]> > Cc: Joerg Roedel <[email protected]> > Cc: [email protected] > Cc: [email protected] > > Brijesh Singh (4): > crypto: ccp: Fix sparse, use plain integer as NULL pointer > KVM: SVM: Fix sparse: incorrect type in argument 1 (different base > types) > include: psp-sev: Capitalize invalid length enum > KVM: SVM: Fix SEV LAUNCH_SECRET command > > arch/x86/kvm/svm.c | 14 ++++++++++---- > drivers/crypto/ccp/psp-dev.c | 8 ++++---- > include/uapi/linux/psp-sev.h | 2 +- > 3 files changed, 15 insertions(+), 9 deletions(-) >
Applying patches 1 and 3 from this series, thanks. Paolo

