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 <pbonzini@xxxxxxxxxx> > Cc: "Radim Krčmář" <rkrcmar@xxxxxxxxxx> > Cc: Borislav Petkov <bp@xxxxxxx> > Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > Cc: Gary Hook <gary.hook@xxxxxxx> > Cc: Tom Lendacky <thomas.lendacky@xxxxxxx> > Cc: Joerg Roedel <joro@xxxxxxxxxx> > Cc: linux-crypto@xxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > > 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