From: "Michael S. Tsirkin" <mst@redhat.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>
Cc: pbonzini@redhat.com, imammedo@redhat.com,
zhaoshenglong@huawei.com, peter.maydell@linaro.org,
mtosatti@redhat.com, james.morse@arm.com, lersek@redhat.com,
marc.zyngier@arm.com, christoffer.dall@linaro.org,
rth@twiddle.net, ehabkost@redhat.com, kvm@vger.kernel.org,
guohanjun@huawei.com, lijinyue@huawei.com,
huangshaoyu@huawei.com, wuquanming@huawei.com,
zhengqiang10@huawei.com, linuxarm@huawei.com,
qemu-devel@nongnu.org, qemu-arm@nongnu.org,
dingtianhong@huawei.com, wangxiongfeng2@huawei.com
Subject: Re: [PATCH RESEND v12 05/12] linux-headers: sync against Linux v4.14-rc8
Date: Tue, 21 Nov 2017 16:41:57 +0200 [thread overview]
Message-ID: <20171121164037-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <1511289434-1551-6-git-send-email-gengdongjiu@huawei.com>
On Wed, Nov 22, 2017 at 02:37:07AM +0800, Dongjiu Geng wrote:
> Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com>
>
> ---
> 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
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>
Cc: pbonzini@redhat.com, imammedo@redhat.com,
zhaoshenglong@huawei.com, peter.maydell@linaro.org,
mtosatti@redhat.com, james.morse@arm.com, lersek@redhat.com,
marc.zyngier@arm.com, christoffer.dall@linaro.org,
rth@twiddle.net, ehabkost@redhat.com, kvm@vger.kernel.org,
guohanjun@huawei.com, lijinyue@huawei.com,
huangshaoyu@huawei.com, wuquanming@huawei.com,
zhengqiang10@huawei.com, linuxarm@huawei.com,
qemu-devel@nongnu.org, qemu-arm@nongnu.org,
dingtianhong@huawei.com, wangxiongfeng2@huawei.com
Subject: Re: [Qemu-devel] [PATCH RESEND v12 05/12] linux-headers: sync against Linux v4.14-rc8
Date: Tue, 21 Nov 2017 16:41:57 +0200 [thread overview]
Message-ID: <20171121164037-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <1511289434-1551-6-git-send-email-gengdongjiu@huawei.com>
On Wed, Nov 22, 2017 at 02:37:07AM +0800, Dongjiu Geng wrote:
> Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com>
>
> ---
> 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
next prev parent reply other threads:[~2017-11-21 14:42 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-21 18:37 [PATCH RESEND v12 00/12] Add RAS virtualization support in QEMU Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 01/12] ACPI: add related GHES structures and macros definition Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 02/12] ACPI: Add APEI GHES table generation and CPER record support Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 03/12] docs: APEI GHES generation description Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 04/12] ACPI: enable APEI GHES in the configure file and build it Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 05/12] linux-headers: sync against Linux v4.14-rc8 Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 14:41 ` Michael S. Tsirkin [this message]
2017-11-21 14:41 ` Michael S. Tsirkin
2017-11-21 18:37 ` [PATCH RESEND v12 06/12] target-arm: kvm64: detect whether can set vsesr_el2 Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 07/12] target-arm: handle SError interrupt exception from the guest OS Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 08/12] target-arm: kvm64: inject synchronous External Abort Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 09/12] Move related hwpoison page function to accel/kvm/ folder Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 10/12] ARM: ACPI: Add _E04 for hardware error device Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 11/12] hw/arm/virt: Add RAS platform version for migration Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-21 18:37 ` [PATCH RESEND v12 12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM Dongjiu Geng
2017-11-21 18:37 ` [Qemu-devel] " Dongjiu Geng
2017-11-24 11:57 ` [PATCH RESEND v12 00/12] Add RAS virtualization support in QEMU gengdongjiu
2017-11-24 11:57 ` [Qemu-devel] " gengdongjiu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171121164037-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=christoffer.dall@linaro.org \
--cc=dingtianhong@huawei.com \
--cc=ehabkost@redhat.com \
--cc=gengdongjiu@huawei.com \
--cc=guohanjun@huawei.com \
--cc=huangshaoyu@huawei.com \
--cc=imammedo@redhat.com \
--cc=james.morse@arm.com \
--cc=kvm@vger.kernel.org \
--cc=lersek@redhat.com \
--cc=lijinyue@huawei.com \
--cc=linuxarm@huawei.com \
--cc=marc.zyngier@arm.com \
--cc=mtosatti@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=wangxiongfeng2@huawei.com \
--cc=wuquanming@huawei.com \
--cc=zhaoshenglong@huawei.com \
--cc=zhengqiang10@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.