diff for duplicates of <20170829100055.GV24649@cbox> diff --git a/a/1.txt b/N1/1.txt index 9dd4ff4..de73f53 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,8 +26,8 @@ Acked-by: Christoffer Dall <cdall@linaro.org> > break; > > /* Don't signal the calling VCPU */ -> - if (broadcast && c = vcpu_id) -> + if (broadcast && c_vcpu = vcpu) +> - if (broadcast && c == vcpu_id) +> + if (broadcast && c_vcpu == vcpu) > continue; > > if (!broadcast) { diff --git a/a/content_digest b/N1/content_digest index 6fe7676..be1c47c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020170821203530.9266-3-rkrcmar@redhat.com\0" "From\0Christoffer Dall <cdall@linaro.org>\0" "Subject\0Re: [PATCH RFC v3 2/9] KVM: arm/arm64: fix vcpu self-detection in vgic_v3_dispatch_sgi()\0" - "Date\0Tue, 29 Aug 2017 10:00:55 +0000\0" + "Date\0Tue, 29 Aug 2017 12:00:55 +0200\0" "To\0Radim Kr\304\215m\303\241\305\231 <rkrcmar@redhat.com>\0" "Cc\0linux-kernel@vger.kernel.org" kvm@vger.kernel.org @@ -48,8 +48,8 @@ "> \t\t\tbreak;\n" "> \n" "> \t\t/* Don't signal the calling VCPU */\n" - "> -\t\tif (broadcast && c = vcpu_id)\n" - "> +\t\tif (broadcast && c_vcpu = vcpu)\n" + "> -\t\tif (broadcast && c == vcpu_id)\n" + "> +\t\tif (broadcast && c_vcpu == vcpu)\n" "> \t\t\tcontinue;\n" "> \n" "> \t\tif (!broadcast) {\n" @@ -57,4 +57,4 @@ "> 2.13.3\n" > -2aaaa491a7740a718c49dc3daca55adfd498ff34369448a73ae7e4eb88fc3e01 +d1cc4e1946eed41461ca214abe82c7507998b0227769f4ee795f9804297bd706
diff --git a/a/1.txt b/N2/1.txt index 9dd4ff4..abf5e3f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,8 +1,8 @@ -On Mon, Aug 21, 2017 at 10:35:23PM +0200, Radim Krčmář wrote: +On Mon, Aug 21, 2017 at 10:35:23PM +0200, Radim Kr?m?? wrote: > The index in kvm->vcpus array and vcpu->vcpu_id are very different > things. Comparing struct kvm_vcpu pointers is a sure way to know. > -> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> +> Signed-off-by: Radim Kr?m?? <rkrcmar@redhat.com> Acked-by: Christoffer Dall <cdall@linaro.org> @@ -26,8 +26,8 @@ Acked-by: Christoffer Dall <cdall@linaro.org> > break; > > /* Don't signal the calling VCPU */ -> - if (broadcast && c = vcpu_id) -> + if (broadcast && c_vcpu = vcpu) +> - if (broadcast && c == vcpu_id) +> + if (broadcast && c_vcpu == vcpu) > continue; > > if (!broadcast) { diff --git a/a/content_digest b/N2/content_digest index 6fe7676..78e4e05 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,30 +1,16 @@ "ref\020170821203530.9266-1-rkrcmar@redhat.com\0" "ref\020170821203530.9266-3-rkrcmar@redhat.com\0" - "From\0Christoffer Dall <cdall@linaro.org>\0" - "Subject\0Re: [PATCH RFC v3 2/9] KVM: arm/arm64: fix vcpu self-detection in vgic_v3_dispatch_sgi()\0" - "Date\0Tue, 29 Aug 2017 10:00:55 +0000\0" - "To\0Radim Kr\304\215m\303\241\305\231 <rkrcmar@redhat.com>\0" - "Cc\0linux-kernel@vger.kernel.org" - kvm@vger.kernel.org - linux-mips@linux-mips.org - kvm-ppc@vger.kernel.org - linux-s390@vger.kernel.org - linux-arm-kernel@lists.infradead.org - Paolo Bonzini <pbonzini@redhat.com> - David Hildenbrand <david@redhat.com> - Marc Zyngier <marc.zyngier@arm.com> - Christian Borntraeger <borntraeger@de.ibm.com> - Cornelia Huck <cohuck@redhat.com> - James Hogan <james.hogan@imgtec.com> - Paul Mackerras <paulus@ozlabs.org> - " Alexander Graf <agraf@suse.com>\0" + "From\0cdall@linaro.org (Christoffer Dall)\0" + "Subject\0[PATCH RFC v3 2/9] KVM: arm/arm64: fix vcpu self-detection in vgic_v3_dispatch_sgi()\0" + "Date\0Tue, 29 Aug 2017 12:00:55 +0200\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "On Mon, Aug 21, 2017 at 10:35:23PM +0200, Radim Kr\304\215m\303\241\305\231 wrote:\n" + "On Mon, Aug 21, 2017 at 10:35:23PM +0200, Radim Kr?m?? wrote:\n" "> The index in kvm->vcpus array and vcpu->vcpu_id are very different\n" "> things. Comparing struct kvm_vcpu pointers is a sure way to know.\n" "> \n" - "> Signed-off-by: Radim Kr\304\215m\303\241\305\231 <rkrcmar@redhat.com>\n" + "> Signed-off-by: Radim Kr?m?? <rkrcmar@redhat.com>\n" "\n" "Acked-by: Christoffer Dall <cdall@linaro.org>\n" "\n" @@ -48,8 +34,8 @@ "> \t\t\tbreak;\n" "> \n" "> \t\t/* Don't signal the calling VCPU */\n" - "> -\t\tif (broadcast && c = vcpu_id)\n" - "> +\t\tif (broadcast && c_vcpu = vcpu)\n" + "> -\t\tif (broadcast && c == vcpu_id)\n" + "> +\t\tif (broadcast && c_vcpu == vcpu)\n" "> \t\t\tcontinue;\n" "> \n" "> \t\tif (!broadcast) {\n" @@ -57,4 +43,4 @@ "> 2.13.3\n" > -2aaaa491a7740a718c49dc3daca55adfd498ff34369448a73ae7e4eb88fc3e01 +06edb09aa5560bec1b1d6b4cfff7879e31c201808b98e52618d01e4969359206
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.