On Wed, Nov 22, 2017 at 02:37:07AM +0800, Dongjiu Geng wrote: > Signed-off-by: Dongjiu Geng <gengdongjiu@xxxxxxxxxx> > > --- > Address Peter's comments to sync mainline Linux header file in [1] > > [1]: https://lkml.org/lkml/2017/9/5/575 > --- > include/standard-headers/asm-s390/kvm_virtio.h | 1 + > include/standard-headers/asm-s390/virtio-ccw.h | 1 + > include/standard-headers/asm-x86/hyperv.h | 1 + > include/standard-headers/linux/input-event-codes.h | 1 + > include/standard-headers/linux/input.h | 1 + > include/standard-headers/linux/pci_regs.h | 1 + > linux-headers/asm-arm/kvm.h | 1 + > linux-headers/asm-arm/kvm_para.h | 1 + > linux-headers/asm-arm/unistd.h | 1 + > linux-headers/asm-arm64/kvm.h | 1 + > linux-headers/asm-arm64/unistd.h | 1 + > linux-headers/asm-powerpc/epapr_hcalls.h | 1 + > linux-headers/asm-powerpc/kvm.h | 1 + > linux-headers/asm-powerpc/kvm_para.h | 1 + > linux-headers/asm-powerpc/unistd.h | 1 + > linux-headers/asm-s390/kvm.h | 1 + > linux-headers/asm-s390/kvm_para.h | 1 + > linux-headers/asm-s390/unistd.h | 1 + > linux-headers/asm-x86/kvm.h | 1 + > linux-headers/asm-x86/kvm_para.h | 1 + > linux-headers/asm-x86/unistd.h | 1 + > linux-headers/linux/kvm.h | 4 ++++ > linux-headers/linux/kvm_para.h | 1 + > linux-headers/linux/psci.h | 1 + > linux-headers/linux/userfaultfd.h | 1 + > linux-headers/linux/vfio.h | 1 + > linux-headers/linux/vfio_ccw.h | 1 + > linux-headers/linux/vhost.h | 1 + > 28 files changed, 31 insertions(+) > > diff --git a/include/standard-headers/asm-s390/kvm_virtio.h b/include/standard-headers/asm-s390/kvm_virtio.h > index daad324..4af18ca 100644 > --- a/include/standard-headers/asm-s390/kvm_virtio.h > +++ b/include/standard-headers/asm-s390/kvm_virtio.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > /* > * definition for virtio for kvm on s390 > * > diff --git a/include/standard-headers/asm-s390/virtio-ccw.h b/include/standard-headers/asm-s390/virtio-ccw.h > index a9a4ebf..967aad3 100644 > --- a/include/standard-headers/asm-s390/virtio-ccw.h > +++ b/include/standard-headers/asm-s390/virtio-ccw.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > /* > * Definitions for virtio-ccw devices. > * We intend to fix these ones. How about we skip the SPDX updates for now? -- MST