diff for duplicates of <20171126090943.GH28855@cbox> diff --git a/a/1.txt b/N1/1.txt index 80a181b..9c96ad6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,7 +39,7 @@ On Sat, Nov 25, 2017 at 09:57:17PM +0100, Christoffer Dall wrote: > > - switch (ioctl) { > - case KVM_INTERRUPT: { -> + if (ioctl = KVM_INTERRUPT) { +> + if (ioctl == KVM_INTERRUPT) { > struct kvm_interrupt irq; > - r = -EFAULT; > if (copy_from_user(&irq, argp, sizeof(irq))) diff --git a/a/content_digest b/N1/content_digest index cd1d806..32cda48 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020171125205718.7731-15-christoffer.dall@linaro.org\0" "From\0Christoffer Dall <cdall@linaro.org>\0" "Subject\0Re: [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl\0" - "Date\0Sun, 26 Nov 2017 09:09:43 +0000\0" + "Date\0Sun, 26 Nov 2017 10:09:43 +0100\0" "To\0Christoffer Dall <christoffer.dall@linaro.org>\0" "Cc\0kvm@vger.kernel.org" Andrew Jones <drjones@redhat.com> @@ -61,7 +61,7 @@ "> \n" "> -\tswitch (ioctl) {\n" "> -\tcase KVM_INTERRUPT: {\n" - "> +\tif (ioctl = KVM_INTERRUPT) {\n" + "> +\tif (ioctl == KVM_INTERRUPT) {\n" "> \t\tstruct kvm_interrupt irq;\n" "> -\t\tr = -EFAULT;\n" "> \t\tif (copy_from_user(&irq, argp, sizeof(irq)))\n" @@ -95,4 +95,4 @@ "Thanks,\n" -Christoffer -ae860b222ef2bfd8a3c824bba6142ee58696d01fd16844ea38284b5fc04ac1ab +2a8d9194a3fa160e38cd4cee5026c93e1a7d4e29e90616896ba44a30e28dceba
diff --git a/a/1.txt b/N2/1.txt index 80a181b..9c96ad6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -39,7 +39,7 @@ On Sat, Nov 25, 2017 at 09:57:17PM +0100, Christoffer Dall wrote: > > - switch (ioctl) { > - case KVM_INTERRUPT: { -> + if (ioctl = KVM_INTERRUPT) { +> + if (ioctl == KVM_INTERRUPT) { > struct kvm_interrupt irq; > - r = -EFAULT; > if (copy_from_user(&irq, argp, sizeof(irq))) diff --git a/a/content_digest b/N2/content_digest index cd1d806..d9af630 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,23 +1,9 @@ "ref\020171125205718.7731-1-christoffer.dall@linaro.org\0" "ref\020171125205718.7731-15-christoffer.dall@linaro.org\0" - "From\0Christoffer Dall <cdall@linaro.org>\0" - "Subject\0Re: [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl\0" - "Date\0Sun, 26 Nov 2017 09:09:43 +0000\0" - "To\0Christoffer Dall <christoffer.dall@linaro.org>\0" - "Cc\0kvm@vger.kernel.org" - Andrew Jones <drjones@redhat.com> - Paolo Bonzini <pbonzini@redhat.com> - " Radim Kr\304\215m\303\241\305\231 <rkrcmar@redhat.com>" - Marc Zyngier <marc.zyngier@arm.com> - kvmarm@lists.cs.columbia.edu - linux-arm-kernel@lists.infradead.org - James Hogan <jhogan@kernel.org> - linux-mips@linux-mips.org - Alexander Graf <agraf@suse.com> - kvm-ppc@vger.kernel.org - Christian Borntraeger <borntraeger@de.ibm.com> - Cornelia Huck <cohuck@redhat.com> - " linux-s390@vger.kernel.org\0" + "From\0cdall@linaro.org (Christoffer Dall)\0" + "Subject\0[PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl\0" + "Date\0Sun, 26 Nov 2017 10:09:43 +0100\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -61,7 +47,7 @@ "> \n" "> -\tswitch (ioctl) {\n" "> -\tcase KVM_INTERRUPT: {\n" - "> +\tif (ioctl = KVM_INTERRUPT) {\n" + "> +\tif (ioctl == KVM_INTERRUPT) {\n" "> \t\tstruct kvm_interrupt irq;\n" "> -\t\tr = -EFAULT;\n" "> \t\tif (copy_from_user(&irq, argp, sizeof(irq)))\n" @@ -95,4 +81,4 @@ "Thanks,\n" -Christoffer -ae860b222ef2bfd8a3c824bba6142ee58696d01fd16844ea38284b5fc04ac1ab +73f3fd71b55e2faa32594867d8930a0c60ac3af6f8c62b7bbdd6fe2145f77a37
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.