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

diff --git a/a/content_digest b/N1/content_digest
index e666afe..7391c47 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,9 +2,32 @@
  "ref\020240522014013.1672962-4-seanjc@google.com\0"
  "ref\0c77f3931-31b2-4695-bd74-c69cba9b96c1@intel.com\0"
  "From\0Sean Christopherson <seanjc@google.com>\0"
- "Subject\0[PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
+ "Subject\0Re: [PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
  "Date\0Tue, 28 May 2024 12:16:11 -0700\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Kai Huang <kai.huang@intel.com>\0"
+ "Cc\0Marc Zyngier <maz@kernel.org>"
+  Oliver Upton <oliver.upton@linux.dev>
+  Tianrui Zhao <zhaotianrui@loongson.cn>
+  Bibo Mao <maobibo@loongson.cn>
+  Huacai Chen <chenhuacai@kernel.org>
+  Michael Ellerman <mpe@ellerman.id.au>
+  Anup Patel <anup@brainfault.org>
+  Paul Walmsley <paul.walmsley@sifive.com>
+  Palmer Dabbelt <palmer@dabbelt.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Christian Borntraeger <borntraeger@linux.ibm.com>
+  Janosch Frank <frankja@linux.ibm.com>
+  Claudio Imbrenda <imbrenda@linux.ibm.com>
+  Paolo Bonzini <pbonzini@redhat.com>
+  linux-arm-kernel@lists.infradead.org
+  kvmarm@lists.linux.dev
+  kvm@vger.kernel.org
+  loongarch@lists.linux.dev
+  linux-mips@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
+  kvm-riscv@lists.infradead.org
+  linux-riscv@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 24, 2024, Kai Huang wrote:\n"
@@ -37,4 +60,4 @@
  "that would also allow moving the guts of handle_pause()/pause_interception() to\n"
  "common code, i.e. will also allow deduplicating the \"grow\" side of things."
 
-65cafa0289505a67988bfde74568e196f013110a2add1bd9ecfaee471bb65e36
+e543ec12c72270766ca8ee0d6d69e5babbacc78fad55ef4ff16ab8b6283efcb8

diff --git a/a/1.txt b/N2/1.txt
index 9aa9c9d..4fe1c65 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -27,3 +27,8 @@ e.g. has vmx->ple_window_dirty.  If we add VCPU_EXREG_PLE_WINDOW, then the info
 get be made available to common x86 code without having to add new hooks.  And
 that would also allow moving the guts of handle_pause()/pause_interception() to
 common code, i.e. will also allow deduplicating the "grow" side of things.
+
+_______________________________________________
+linux-riscv mailing list
+linux-riscv@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-riscv
diff --git a/a/content_digest b/N2/content_digest
index e666afe..e577172 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,9 +2,32 @@
  "ref\020240522014013.1672962-4-seanjc@google.com\0"
  "ref\0c77f3931-31b2-4695-bd74-c69cba9b96c1@intel.com\0"
  "From\0Sean Christopherson <seanjc@google.com>\0"
- "Subject\0[PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
+ "Subject\0Re: [PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
  "Date\0Tue, 28 May 2024 12:16:11 -0700\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Kai Huang <kai.huang@intel.com>\0"
+ "Cc\0Marc Zyngier <maz@kernel.org>"
+  Oliver Upton <oliver.upton@linux.dev>
+  Tianrui Zhao <zhaotianrui@loongson.cn>
+  Bibo Mao <maobibo@loongson.cn>
+  Huacai Chen <chenhuacai@kernel.org>
+  Michael Ellerman <mpe@ellerman.id.au>
+  Anup Patel <anup@brainfault.org>
+  Paul Walmsley <paul.walmsley@sifive.com>
+  Palmer Dabbelt <palmer@dabbelt.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Christian Borntraeger <borntraeger@linux.ibm.com>
+  Janosch Frank <frankja@linux.ibm.com>
+  Claudio Imbrenda <imbrenda@linux.ibm.com>
+  Paolo Bonzini <pbonzini@redhat.com>
+  linux-arm-kernel@lists.infradead.org
+  kvmarm@lists.linux.dev
+  kvm@vger.kernel.org
+  loongarch@lists.linux.dev
+  linux-mips@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
+  kvm-riscv@lists.infradead.org
+  linux-riscv@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 24, 2024, Kai Huang wrote:\n"
@@ -35,6 +58,11 @@
  "e.g. has vmx->ple_window_dirty.  If we add VCPU_EXREG_PLE_WINDOW, then the info\n"
  "get be made available to common x86 code without having to add new hooks.  And\n"
  "that would also allow moving the guts of handle_pause()/pause_interception() to\n"
- "common code, i.e. will also allow deduplicating the \"grow\" side of things."
+ "common code, i.e. will also allow deduplicating the \"grow\" side of things.\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-riscv mailing list\n"
+ "linux-riscv@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-riscv
 
-65cafa0289505a67988bfde74568e196f013110a2add1bd9ecfaee471bb65e36
+ca856c49ad52e6b1432513d695835b2aff941a1435bb17c7b16f42ca8c0e4433

diff --git a/a/content_digest b/N3/content_digest
index e666afe..f663086 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,9 +2,31 @@
  "ref\020240522014013.1672962-4-seanjc@google.com\0"
  "ref\0c77f3931-31b2-4695-bd74-c69cba9b96c1@intel.com\0"
  "From\0Sean Christopherson <seanjc@google.com>\0"
- "Subject\0[PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
+ "Subject\0Re: [PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
  "Date\0Tue, 28 May 2024 12:16:11 -0700\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Kai Huang <kai.huang@intel.com>\0"
+ "Cc\0kvm@vger.kernel.org"
+  linux-kernel@vger.kernel.org
+  linux-riscv@lists.infradead.org
+  Claudio Imbrenda <imbrenda@linux.ibm.com>
+  Marc Zyngier <maz@kernel.org>
+  Janosch Frank <frankja@linux.ibm.com>
+  Huacai Chen <chenhuacai@kernel.org>
+  Christian Borntraeger <borntraeger@linux.ibm.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Bibo Mao <maobibo@loongson.cn>
+  loongarch@lists.linux.dev
+  Paul Walmsley <paul.walmsley@sifive.com>
+  kvmarm@lists.linux.dev
+  linux-arm-kernel@lists.infradead.org
+  linux-mips@vger.kernel.org
+  Oliver Upton <oliver.upton@linux.dev>
+  Palmer Dabbelt <palmer@dabbelt.com>
+  kvm-riscv@lists.infradead.org
+  Anup Patel <anup@brainfault.org>
+  Paolo Bonzini <pbonzini@redhat.com>
+  Tianrui Zhao <zhaotianrui@loongson.cn>
+ " linuxppc-dev@lists.ozlabs.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 24, 2024, Kai Huang wrote:\n"
@@ -37,4 +59,4 @@
  "that would also allow moving the guts of handle_pause()/pause_interception() to\n"
  "common code, i.e. will also allow deduplicating the \"grow\" side of things."
 
-65cafa0289505a67988bfde74568e196f013110a2add1bd9ecfaee471bb65e36
+8a9e13a644c8b971b1834f0d2642069c5b4b3d591da8ef3e90d01463aaf5c32a

diff --git a/a/1.txt b/N4/1.txt
index 9aa9c9d..7ae5795 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -27,3 +27,8 @@ e.g. has vmx->ple_window_dirty.  If we add VCPU_EXREG_PLE_WINDOW, then the info
 get be made available to common x86 code without having to add new hooks.  And
 that would also allow moving the guts of handle_pause()/pause_interception() to
 common code, i.e. will also allow deduplicating the "grow" side of things.
+
+_______________________________________________
+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/N4/content_digest
index e666afe..77fcbcc 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -2,9 +2,32 @@
  "ref\020240522014013.1672962-4-seanjc@google.com\0"
  "ref\0c77f3931-31b2-4695-bd74-c69cba9b96c1@intel.com\0"
  "From\0Sean Christopherson <seanjc@google.com>\0"
- "Subject\0[PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
+ "Subject\0Re: [PATCH v2 3/6] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()\0"
  "Date\0Tue, 28 May 2024 12:16:11 -0700\0"
- "To\0kvm-riscv@lists.infradead.org\0"
+ "To\0Kai Huang <kai.huang@intel.com>\0"
+ "Cc\0Marc Zyngier <maz@kernel.org>"
+  Oliver Upton <oliver.upton@linux.dev>
+  Tianrui Zhao <zhaotianrui@loongson.cn>
+  Bibo Mao <maobibo@loongson.cn>
+  Huacai Chen <chenhuacai@kernel.org>
+  Michael Ellerman <mpe@ellerman.id.au>
+  Anup Patel <anup@brainfault.org>
+  Paul Walmsley <paul.walmsley@sifive.com>
+  Palmer Dabbelt <palmer@dabbelt.com>
+  Albert Ou <aou@eecs.berkeley.edu>
+  Christian Borntraeger <borntraeger@linux.ibm.com>
+  Janosch Frank <frankja@linux.ibm.com>
+  Claudio Imbrenda <imbrenda@linux.ibm.com>
+  Paolo Bonzini <pbonzini@redhat.com>
+  linux-arm-kernel@lists.infradead.org
+  kvmarm@lists.linux.dev
+  kvm@vger.kernel.org
+  loongarch@lists.linux.dev
+  linux-mips@vger.kernel.org
+  linuxppc-dev@lists.ozlabs.org
+  kvm-riscv@lists.infradead.org
+  linux-riscv@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, May 24, 2024, Kai Huang wrote:\n"
@@ -35,6 +58,11 @@
  "e.g. has vmx->ple_window_dirty.  If we add VCPU_EXREG_PLE_WINDOW, then the info\n"
  "get be made available to common x86 code without having to add new hooks.  And\n"
  "that would also allow moving the guts of handle_pause()/pause_interception() to\n"
- "common code, i.e. will also allow deduplicating the \"grow\" side of things."
+ "common code, i.e. will also allow deduplicating the \"grow\" side of things.\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
 
-65cafa0289505a67988bfde74568e196f013110a2add1bd9ecfaee471bb65e36
+63399635c9fffbb07170c4378c992a351bce0c569faffe6f9e6022c3821ca8b7

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.