All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <YVNlqgEKluDRVGv0@google.com>

diff --git a/a/1.txt b/N1/1.txt
index 1a21bed..7399655 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 On Fri, Sep 24, 2021 at 05:55:16PM -0700, Sean Christopherson wrote:
 > Don't update halt-polling stats if halt-polling wasn't attempted.  This
-> is a nop as @poll_ns is guaranteed to be '0' (poll_end = start), but it
+> is a nop as @poll_ns is guaranteed to be '0' (poll_end == start), but it
 > will allow a future patch to move the histogram stats into the helper to
 > resolve a discrepancy in what is considered a "successful" halt-poll.
 > 
@@ -50,4 +50,8 @@ Reviewed-by: David Matlack <dmatlack@google.com>
 >  		if (!vcpu_valid_wakeup(vcpu)) {
 > -- 
 > 2.33.0.685.g46640cef36-goog
->
+> 
+_______________________________________________
+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 da218c3..7d9222b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,35 +4,31 @@
  "Subject\0Re: [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted\0"
  "Date\0Tue, 28 Sep 2021 18:57:46 +0000\0"
  "To\0Sean Christopherson <seanjc@google.com>\0"
- "Cc\0Marc Zyngier <maz@kernel.org>"
-  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>
-  Paolo Bonzini <pbonzini@redhat.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>
+  kvmarm@lists.cs.columbia.edu
+  Janosch Frank <frankja@linux.ibm.com>
+  Marc Zyngier <maz@kernel.org>
   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-arm-kernel@lists.infradead.org
-  kvmarm@lists.cs.columbia.edu
+  Jim Mattson <jmattson@google.com>
+  Cornelia Huck <cohuck@redhat.com>
   linux-mips@vger.kernel.org
-  kvm@vger.kernel.org
-  kvm-ppc@vger.kernel.org
-  linux-kernel@vger.kernel.org
- " Jing Zhang <jingzhangos@google.com>\0"
+  Paolo Bonzini <pbonzini@redhat.com>
+ " Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Sep 24, 2021 at 05:55:16PM -0700, Sean Christopherson wrote:\n"
  "> Don't update halt-polling stats if halt-polling wasn't attempted.  This\n"
- "> is a nop as @poll_ns is guaranteed to be '0' (poll_end = start), but it\n"
+ "> is a nop as @poll_ns is guaranteed to be '0' (poll_end == start), but it\n"
  "> will allow a future patch to move the histogram stats into the helper to\n"
  "> resolve a discrepancy in what is considered a \"successful\" halt-poll.\n"
  "> \n"
@@ -82,6 +78,10 @@
  ">  \t\tif (!vcpu_valid_wakeup(vcpu)) {\n"
  "> -- \n"
  "> 2.33.0.685.g46640cef36-goog\n"
- >
+ "> \n"
+ "_______________________________________________\n"
+ "kvmarm mailing list\n"
+ "kvmarm@lists.cs.columbia.edu\n"
+ https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
 
-9166d86245d9b8724958a96f1d2c51b9d624fa815be5651783630780b8514d7a
+463965ab29dd78adb54af01e49d299cfb75add46d910165df08ca5b97833da80

diff --git a/a/1.txt b/N2/1.txt
index 1a21bed..ec6add7 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 On Fri, Sep 24, 2021 at 05:55:16PM -0700, Sean Christopherson wrote:
 > Don't update halt-polling stats if halt-polling wasn't attempted.  This
-> is a nop as @poll_ns is guaranteed to be '0' (poll_end = start), but it
+> is a nop as @poll_ns is guaranteed to be '0' (poll_end == start), but it
 > will allow a future patch to move the histogram stats into the helper to
 > resolve a discrepancy in what is considered a "successful" halt-poll.
 > 
diff --git a/a/content_digest b/N2/content_digest
index da218c3..530bfe6 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -32,7 +32,7 @@
  "b\0"
  "On Fri, Sep 24, 2021 at 05:55:16PM -0700, Sean Christopherson wrote:\n"
  "> Don't update halt-polling stats if halt-polling wasn't attempted.  This\n"
- "> is a nop as @poll_ns is guaranteed to be '0' (poll_end = start), but it\n"
+ "> is a nop as @poll_ns is guaranteed to be '0' (poll_end == start), but it\n"
  "> will allow a future patch to move the histogram stats into the helper to\n"
  "> resolve a discrepancy in what is considered a \"successful\" halt-poll.\n"
  "> \n"
@@ -84,4 +84,4 @@
  "> 2.33.0.685.g46640cef36-goog\n"
  >
 
-9166d86245d9b8724958a96f1d2c51b9d624fa815be5651783630780b8514d7a
+c41916de16190f6cad5abd5df04afc3c20a4e52f0c6bfa295e43ef4942a2a64d

diff --git a/a/1.txt b/N3/1.txt
index 1a21bed..e6efe12 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -1,6 +1,6 @@
 On Fri, Sep 24, 2021 at 05:55:16PM -0700, Sean Christopherson wrote:
 > Don't update halt-polling stats if halt-polling wasn't attempted.  This
-> is a nop as @poll_ns is guaranteed to be '0' (poll_end = start), but it
+> is a nop as @poll_ns is guaranteed to be '0' (poll_end == start), but it
 > will allow a future patch to move the histogram stats into the helper to
 > resolve a discrepancy in what is considered a "successful" halt-poll.
 > 
@@ -50,4 +50,9 @@ Reviewed-by: David Matlack <dmatlack@google.com>
 >  		if (!vcpu_valid_wakeup(vcpu)) {
 > -- 
 > 2.33.0.685.g46640cef36-goog
->
+> 
+
+_______________________________________________
+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 da218c3..919daa4 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -32,7 +32,7 @@
  "b\0"
  "On Fri, Sep 24, 2021 at 05:55:16PM -0700, Sean Christopherson wrote:\n"
  "> Don't update halt-polling stats if halt-polling wasn't attempted.  This\n"
- "> is a nop as @poll_ns is guaranteed to be '0' (poll_end = start), but it\n"
+ "> is a nop as @poll_ns is guaranteed to be '0' (poll_end == start), but it\n"
  "> will allow a future patch to move the histogram stats into the helper to\n"
  "> resolve a discrepancy in what is considered a \"successful\" halt-poll.\n"
  "> \n"
@@ -82,6 +82,11 @@
  ">  \t\tif (!vcpu_valid_wakeup(vcpu)) {\n"
  "> -- \n"
  "> 2.33.0.685.g46640cef36-goog\n"
- >
+ "> \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
 
-9166d86245d9b8724958a96f1d2c51b9d624fa815be5651783630780b8514d7a
+6f58742cda07ee14459bf329a7dfbdeeabdafea83af953655571c806268d373f

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.