All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87o88dt5m5.wl-maz@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 51ea5d5..629023e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -74,7 +74,7 @@ isn't running at all (such as save/restore). It really only operates
 on the shadow state, and what you have above will only lead to state
 corruption.
 
->         if (kvm_vgic_global_state.type = VGIC_V2)
+>         if (kvm_vgic_global_state.type == VGIC_V2)
 >                 vgic_v2_get_vmcr(vcpu, vmcr);
 >         else
 > 
@@ -161,3 +161,7 @@ what, I'm not keen on it.
 
 -- 
 Without deviation from the norm, progress is not possible.
+_______________________________________________
+kvmarm mailing list
+kvmarm@lists.cs.columbia.edu
+https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
diff --git a/a/content_digest b/N1/content_digest
index 8bb55ab..e04ca3a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,32 +6,28 @@
  "ref\0YVH/LjCqk/9PfDHn@google.com\0"
  "From\0Marc Zyngier <maz@kernel.org>\0"
  "Subject\0Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful\0"
- "Date\0Tue, 28 Sep 2021 09:24:34 +0000\0"
+ "Date\0Tue, 28 Sep 2021 10:24:34 +0100\0"
  "To\0Sean Christopherson <seanjc@google.com>\0"
- "Cc\0Paolo Bonzini <pbonzini@redhat.com>"
-  Huacai Chen <chenhuacai@kernel.org>
-  Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
-  Paul Mackerras <paulus@ozlabs.org>
-  Christian Borntraeger <borntraeger@de.ibm.com>
-  Janosch Frank <frankja@linux.ibm.com>
-  James Morse <james.morse@arm.com>
-  Alexandru Elisei <alexandru.elisei@arm.com>
-  Suzuki K Poulose <suzuki.poulose@arm.com>
+ "Cc\0Wanpeng Li <wanpengli@tencent.com>"
+  kvm@vger.kernel.org
   David Hildenbrand <david@redhat.com>
-  Cornelia Huck <cohuck@redhat.com>
+  linux-kernel@vger.kernel.org
+  Paul Mackerras <paulus@ozlabs.org>
   Claudio Imbrenda <imbrenda@linux.ibm.com>
-  Vitaly Kuznetsov <vkuznets@redhat.com>
-  Wanpeng Li <wanpengli@tencent.com>
-  Jim Mattson <jmattson@google.com>
-  Joerg Roedel <joro@8bytes.org>
-  linux-arm-kernel@lists.infradead.org
   kvmarm@lists.cs.columbia.edu
-  linux-mips@vger.kernel.org
-  kvm@vger.kernel.org
+  Janosch Frank <frankja@linux.ibm.com>
+  Joerg Roedel <joro@8bytes.org>
+  Huacai Chen <chenhuacai@kernel.org>
+  Christian Borntraeger <borntraeger@de.ibm.com>
+  Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
   kvm-ppc@vger.kernel.org
-  linux-kernel@vger.kernel.org
   David Matlack <dmatlack@google.com>
- " Jing Zhang <jingzhangos@google.com>\0"
+  linux-arm-kernel@lists.infradead.org
+  Jim Mattson <jmattson@google.com>
+  Cornelia Huck <cohuck@redhat.com>
+  linux-mips@vger.kernel.org
+  Paolo Bonzini <pbonzini@redhat.com>
+ " Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "\00:1\0"
  "b\0"
  "On Mon, 27 Sep 2021 18:28:14 +0100,\n"
@@ -110,7 +106,7 @@
  "on the shadow state, and what you have above will only lead to state\n"
  "corruption.\n"
  "\n"
- ">         if (kvm_vgic_global_state.type = VGIC_V2)\n"
+ ">         if (kvm_vgic_global_state.type == VGIC_V2)\n"
  ">                 vgic_v2_get_vmcr(vcpu, vmcr);\n"
  ">         else\n"
  "> \n"
@@ -196,6 +192,10 @@
  "\tM.\n"
  "\n"
  "-- \n"
- Without deviation from the norm, progress is not possible.
+ "Without deviation from the norm, progress is not possible.\n"
+ "_______________________________________________\n"
+ "kvmarm mailing list\n"
+ "kvmarm@lists.cs.columbia.edu\n"
+ https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
 
-7569d8bc5d6a2918efa373ed16f6f292ffe476bbeb602863fc5e0d67cb54e4db
+8fde71e1eb6977033352e56e3a0c0b5670eedddc84f28949bc6f899bc6c85025

diff --git a/a/1.txt b/N2/1.txt
index 51ea5d5..1141816 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -74,7 +74,7 @@ isn't running at all (such as save/restore). It really only operates
 on the shadow state, and what you have above will only lead to state
 corruption.
 
->         if (kvm_vgic_global_state.type = VGIC_V2)
+>         if (kvm_vgic_global_state.type == VGIC_V2)
 >                 vgic_v2_get_vmcr(vcpu, vmcr);
 >         else
 > 
diff --git a/a/content_digest b/N2/content_digest
index 8bb55ab..7584997 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,7 +6,7 @@
  "ref\0YVH/LjCqk/9PfDHn@google.com\0"
  "From\0Marc Zyngier <maz@kernel.org>\0"
  "Subject\0Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful\0"
- "Date\0Tue, 28 Sep 2021 09:24:34 +0000\0"
+ "Date\0Tue, 28 Sep 2021 10:24:34 +0100\0"
  "To\0Sean Christopherson <seanjc@google.com>\0"
  "Cc\0Paolo Bonzini <pbonzini@redhat.com>"
   Huacai Chen <chenhuacai@kernel.org>
@@ -110,7 +110,7 @@
  "on the shadow state, and what you have above will only lead to state\n"
  "corruption.\n"
  "\n"
- ">         if (kvm_vgic_global_state.type = VGIC_V2)\n"
+ ">         if (kvm_vgic_global_state.type == VGIC_V2)\n"
  ">                 vgic_v2_get_vmcr(vcpu, vmcr);\n"
  ">         else\n"
  "> \n"
@@ -198,4 +198,4 @@
  "-- \n"
  Without deviation from the norm, progress is not possible.
 
-7569d8bc5d6a2918efa373ed16f6f292ffe476bbeb602863fc5e0d67cb54e4db
+af395f9f59a0e268205fa6d211ad5bc42606eb2192966798881fdf225ba6aeb1

diff --git a/a/1.txt b/N3/1.txt
index 51ea5d5..b9cdd42 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -74,7 +74,7 @@ isn't running at all (such as save/restore). It really only operates
 on the shadow state, and what you have above will only lead to state
 corruption.
 
->         if (kvm_vgic_global_state.type = VGIC_V2)
+>         if (kvm_vgic_global_state.type == VGIC_V2)
 >                 vgic_v2_get_vmcr(vcpu, vmcr);
 >         else
 > 
@@ -161,3 +161,8 @@ what, I'm not keen on it.
 
 -- 
 Without deviation from the norm, progress is not possible.
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N3/content_digest
index 8bb55ab..66c24dc 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -6,7 +6,7 @@
  "ref\0YVH/LjCqk/9PfDHn@google.com\0"
  "From\0Marc Zyngier <maz@kernel.org>\0"
  "Subject\0Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful\0"
- "Date\0Tue, 28 Sep 2021 09:24:34 +0000\0"
+ "Date\0Tue, 28 Sep 2021 10:24:34 +0100\0"
  "To\0Sean Christopherson <seanjc@google.com>\0"
  "Cc\0Paolo Bonzini <pbonzini@redhat.com>"
   Huacai Chen <chenhuacai@kernel.org>
@@ -110,7 +110,7 @@
  "on the shadow state, and what you have above will only lead to state\n"
  "corruption.\n"
  "\n"
- ">         if (kvm_vgic_global_state.type = VGIC_V2)\n"
+ ">         if (kvm_vgic_global_state.type == VGIC_V2)\n"
  ">                 vgic_v2_get_vmcr(vcpu, vmcr);\n"
  ">         else\n"
  "> \n"
@@ -196,6 +196,11 @@
  "\tM.\n"
  "\n"
  "-- \n"
- Without deviation from the norm, progress is not possible.
+ "Without deviation from the norm, progress is not possible.\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-7569d8bc5d6a2918efa373ed16f6f292ffe476bbeb602863fc5e0d67cb54e4db
+1a84bd2adc55ef2b8826e325f6a872b513c76a84fb99abfba9cd70069e3b4eb7

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.