All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170829100016.GU24649@cbox>

diff --git a/a/1.txt b/N1/1.txt
index 1116e04..fafe761 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -48,7 +48,7 @@ On Mon, Aug 21, 2017 at 10:35:25PM +0200, Radim Krčmář wrote:
 I also prefer the additional brace here.
 
 >  
->  	if (type = KVM_DEV_TYPE_ARM_VGIC_V2)
+>  	if (type == KVM_DEV_TYPE_ARM_VGIC_V2)
 >  		kvm->arch.max_vcpus = VGIC_V2_MAX_CPUS;
 > @@ -176,11 +172,9 @@ int kvm_vgic_create(struct kvm *kvm, u32 type)
 >  	kvm->arch.vgic.vgic_cpu_base = VGIC_ADDR_UNDEF;
diff --git a/a/content_digest b/N1/content_digest
index 2c4807c..63c9bf9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\020170821203530.9266-5-rkrcmar@redhat.com\0"
  "From\0Christoffer Dall <cdall@linaro.org>\0"
  "Subject\0Re: [PATCH RFC v3 4/9] KVM: arm/arm64: use locking helpers in kvm_vgic_create()\0"
- "Date\0Tue, 29 Aug 2017 10:00:16 +0000\0"
+ "Date\0Tue, 29 Aug 2017 12:00:16 +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
@@ -70,7 +70,7 @@
  "I also prefer the additional brace here.\n"
  "\n"
  ">  \n"
- ">  \tif (type = KVM_DEV_TYPE_ARM_VGIC_V2)\n"
+ ">  \tif (type == KVM_DEV_TYPE_ARM_VGIC_V2)\n"
  ">  \t\tkvm->arch.max_vcpus = VGIC_V2_MAX_CPUS;\n"
  "> @@ -176,11 +172,9 @@ int kvm_vgic_create(struct kvm *kvm, u32 type)\n"
  ">  \tkvm->arch.vgic.vgic_cpu_base = VGIC_ADDR_UNDEF;\n"
@@ -116,4 +116,4 @@
  "Thanks,\n"
  -Christoffer
 
-1a47990b4fcc2376217940b15092323b116f2a151cc38b2ee67fa19433332830
+2003032ae7dc6b22292185814bef3ed4ffa93805fea57831ed4dee2a02366eab

diff --git a/a/1.txt b/N2/1.txt
index 1116e04..bf99f0d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,9 +1,9 @@
-On Mon, Aug 21, 2017 at 10:35:25PM +0200, Radim Krčmář wrote:
+On Mon, Aug 21, 2017 at 10:35:25PM +0200, Radim Kr?m?? wrote:
 > No new VCPUs can be created because we are holding the kvm->lock.
 > This means that if we successfuly lock all VCPUs, we'll be unlocking the
 > same set and there is no need to do extra bookkeeping.
 > 
-> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
+> Signed-off-by: Radim Kr?m?? <rkrcmar@redhat.com>
 > ---
 >  virt/kvm/arm/vgic/vgic-init.c       | 24 +++++++++---------------
 >  virt/kvm/arm/vgic/vgic-kvm-device.c |  6 +++++-
@@ -48,7 +48,7 @@ On Mon, Aug 21, 2017 at 10:35:25PM +0200, Radim Krčmář wrote:
 I also prefer the additional brace here.
 
 >  
->  	if (type = KVM_DEV_TYPE_ARM_VGIC_V2)
+>  	if (type == KVM_DEV_TYPE_ARM_VGIC_V2)
 >  		kvm->arch.max_vcpus = VGIC_V2_MAX_CPUS;
 > @@ -176,11 +172,9 @@ int kvm_vgic_create(struct kvm *kvm, u32 type)
 >  	kvm->arch.vgic.vgic_cpu_base = VGIC_ADDR_UNDEF;
diff --git a/a/content_digest b/N2/content_digest
index 2c4807c..ca7f4d4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,31 +1,17 @@
  "ref\020170821203530.9266-1-rkrcmar@redhat.com\0"
  "ref\020170821203530.9266-5-rkrcmar@redhat.com\0"
- "From\0Christoffer Dall <cdall@linaro.org>\0"
- "Subject\0Re: [PATCH RFC v3 4/9] KVM: arm/arm64: use locking helpers in kvm_vgic_create()\0"
- "Date\0Tue, 29 Aug 2017 10:00:16 +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 4/9] KVM: arm/arm64: use locking helpers in kvm_vgic_create()\0"
+ "Date\0Tue, 29 Aug 2017 12:00:16 +0200\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On Mon, Aug 21, 2017 at 10:35:25PM +0200, Radim Kr\304\215m\303\241\305\231 wrote:\n"
+ "On Mon, Aug 21, 2017 at 10:35:25PM +0200, Radim Kr?m?? wrote:\n"
  "> No new VCPUs can be created because we are holding the kvm->lock.\n"
  "> This means that if we successfuly lock all VCPUs, we'll be unlocking the\n"
  "> same set and there is no need to do extra bookkeeping.\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"
  ">  virt/kvm/arm/vgic/vgic-init.c       | 24 +++++++++---------------\n"
  ">  virt/kvm/arm/vgic/vgic-kvm-device.c |  6 +++++-\n"
@@ -70,7 +56,7 @@
  "I also prefer the additional brace here.\n"
  "\n"
  ">  \n"
- ">  \tif (type = KVM_DEV_TYPE_ARM_VGIC_V2)\n"
+ ">  \tif (type == KVM_DEV_TYPE_ARM_VGIC_V2)\n"
  ">  \t\tkvm->arch.max_vcpus = VGIC_V2_MAX_CPUS;\n"
  "> @@ -176,11 +172,9 @@ int kvm_vgic_create(struct kvm *kvm, u32 type)\n"
  ">  \tkvm->arch.vgic.vgic_cpu_base = VGIC_ADDR_UNDEF;\n"
@@ -116,4 +102,4 @@
  "Thanks,\n"
  -Christoffer
 
-1a47990b4fcc2376217940b15092323b116f2a151cc38b2ee67fa19433332830
+c1bc5b10606eef8773894fb984f57e9f253cbe176e86d3ba160e02664119c1ea

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.