diff for duplicates of <Y9B8A+/FSPCrAANT@google.com> diff --git a/a/1.txt b/N1/1.txt index 6463bb9..1354429 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,13 +4,13 @@ On Thu, Jan 19, 2023, David Matlack wrote: > kvm_arch_flush_remote_tlbs_memslot() and pave the way for two other > patch series: > -> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta at google.com/ +> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta@google.com/ > > Adds ARM support for range-based TLB invalidation and needs a > mechanism to invoke it from common code. This series provides such a > mechanism via kvm_arch_flush_remote_tlbs_range(). > -> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack at google.com/ +> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack@google.com/ > > Refactors the TDP MMU into common code, which requires an API for > range-based TLB invaliation. diff --git a/a/content_digest b/N1/content_digest index 5019e3a..68a12e8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,29 @@ "ref\020230119173559.2517103-1-dmatlack@google.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation\0" + "Subject\0Re: [PATCH 0/7] KVM: Add a common API for range-based TLB invalidation\0" "Date\0Wed, 25 Jan 2023 00:46:59 +0000\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0David Matlack <dmatlack@google.com>\0" + "Cc\0Paolo Bonzini <pbonzini@redhat.com>" + Marc Zyngier <maz@kernel.org> + James Morse <james.morse@arm.com> + Suzuki K Poulose <suzuki.poulose@arm.com> + Oliver Upton <oliver.upton@linux.dev> + Zenghui Yu <yuzenghui@huawei.com> + Huacai Chen <chenhuacai@kernel.org> + Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Paul Walmsley <paul.walmsley@sifive.com> + Palmer Dabbelt <palmer@dabbelt.com> + Albert Ou <aou@eecs.berkeley.edu> + linux-arm-kernel@lists.infradead.org + kvmarm@lists.linux.dev + kvmarm@lists.cs.columbia.edu + linux-mips@vger.kernel.org + kvm@vger.kernel.org + kvm-riscv@lists.infradead.org + linux-riscv@lists.infradead.org + " Raghavendra Rao Ananta <rananta@google.com>\0" "\00:1\0" "b\0" "On Thu, Jan 19, 2023, David Matlack wrote:\n" @@ -11,13 +32,13 @@ "> kvm_arch_flush_remote_tlbs_memslot() and pave the way for two other\n" "> patch series:\n" "> \n" - "> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta at google.com/\n" + "> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta@google.com/\n" "> \n" "> Adds ARM support for range-based TLB invalidation and needs a\n" "> mechanism to invoke it from common code. This series provides such a\n" "> mechanism via kvm_arch_flush_remote_tlbs_range().\n" "> \n" - "> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack at google.com/\n" + "> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack@google.com/\n" "> \n" "> Refactors the TDP MMU into common code, which requires an API for\n" "> range-based TLB invaliation.\n" @@ -34,4 +55,4 @@ "might be easiest to plan on landing this in 6.4. That would allow Paolo to create\n" an immutable topic branch fairly early on. -24b29135c036b75cc48a26c554991721a8f6be6a6ef891b541e08cb883e98731 +f3be4017a08d87b5e83a4ecf4caa644ec5b27d9545781b1224a756ca33bb7af7
diff --git a/a/1.txt b/N2/1.txt index 6463bb9..582fc2a 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,13 +4,13 @@ On Thu, Jan 19, 2023, David Matlack wrote: > kvm_arch_flush_remote_tlbs_memslot() and pave the way for two other > patch series: > -> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta at google.com/ +> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta@google.com/ > > Adds ARM support for range-based TLB invalidation and needs a > mechanism to invoke it from common code. This series provides such a > mechanism via kvm_arch_flush_remote_tlbs_range(). > -> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack at google.com/ +> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack@google.com/ > > Refactors the TDP MMU into common code, which requires an API for > range-based TLB invaliation. @@ -26,3 +26,8 @@ Is there any urgency to getting this merged? If not, due to the dependencies with x86 stuff queued for 6.3, and because of the cross-architecture changes, it might be easiest to plan on landing this in 6.4. That would allow Paolo to create an immutable topic branch fairly early on. + +_______________________________________________ +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 5019e3a..0653895 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,29 @@ "ref\020230119173559.2517103-1-dmatlack@google.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation\0" + "Subject\0Re: [PATCH 0/7] KVM: Add a common API for range-based TLB invalidation\0" "Date\0Wed, 25 Jan 2023 00:46:59 +0000\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0David Matlack <dmatlack@google.com>\0" + "Cc\0Paolo Bonzini <pbonzini@redhat.com>" + Marc Zyngier <maz@kernel.org> + James Morse <james.morse@arm.com> + Suzuki K Poulose <suzuki.poulose@arm.com> + Oliver Upton <oliver.upton@linux.dev> + Zenghui Yu <yuzenghui@huawei.com> + Huacai Chen <chenhuacai@kernel.org> + Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Paul Walmsley <paul.walmsley@sifive.com> + Palmer Dabbelt <palmer@dabbelt.com> + Albert Ou <aou@eecs.berkeley.edu> + linux-arm-kernel@lists.infradead.org + kvmarm@lists.linux.dev + kvmarm@lists.cs.columbia.edu + linux-mips@vger.kernel.org + kvm@vger.kernel.org + kvm-riscv@lists.infradead.org + linux-riscv@lists.infradead.org + " Raghavendra Rao Ananta <rananta@google.com>\0" "\00:1\0" "b\0" "On Thu, Jan 19, 2023, David Matlack wrote:\n" @@ -11,13 +32,13 @@ "> kvm_arch_flush_remote_tlbs_memslot() and pave the way for two other\n" "> patch series:\n" "> \n" - "> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta at google.com/\n" + "> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta@google.com/\n" "> \n" "> Adds ARM support for range-based TLB invalidation and needs a\n" "> mechanism to invoke it from common code. This series provides such a\n" "> mechanism via kvm_arch_flush_remote_tlbs_range().\n" "> \n" - "> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack at google.com/\n" + "> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack@google.com/\n" "> \n" "> Refactors the TDP MMU into common code, which requires an API for\n" "> range-based TLB invaliation.\n" @@ -32,6 +53,11 @@ "Is there any urgency to getting this merged? If not, due to the dependencies\n" "with x86 stuff queued for 6.3, and because of the cross-architecture changes, it\n" "might be easiest to plan on landing this in 6.4. That would allow Paolo to create\n" - an immutable topic branch fairly early on. + "an immutable topic branch fairly early on.\n" + "\n" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -24b29135c036b75cc48a26c554991721a8f6be6a6ef891b541e08cb883e98731 +17e57efd6d97c9a197e0c2025abb8ae1c115050922333bcb27a00b137ffa2204
diff --git a/a/1.txt b/N3/1.txt index 6463bb9..73d8a4a 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -4,13 +4,13 @@ On Thu, Jan 19, 2023, David Matlack wrote: > kvm_arch_flush_remote_tlbs_memslot() and pave the way for two other > patch series: > -> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta at google.com/ +> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta@google.com/ > > Adds ARM support for range-based TLB invalidation and needs a > mechanism to invoke it from common code. This series provides such a > mechanism via kvm_arch_flush_remote_tlbs_range(). > -> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack at google.com/ +> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack@google.com/ > > Refactors the TDP MMU into common code, which requires an API for > range-based TLB invaliation. @@ -26,3 +26,8 @@ Is there any urgency to getting this merged? If not, due to the dependencies with x86 stuff queued for 6.3, and because of the cross-architecture changes, it might be easiest to plan on landing this in 6.4. That would allow Paolo to create an immutable topic branch fairly early on. + +_______________________________________________ +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 5019e3a..61c903d 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,8 +1,29 @@ "ref\020230119173559.2517103-1-dmatlack@google.com\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation\0" + "Subject\0Re: [PATCH 0/7] KVM: Add a common API for range-based TLB invalidation\0" "Date\0Wed, 25 Jan 2023 00:46:59 +0000\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0David Matlack <dmatlack@google.com>\0" + "Cc\0Paolo Bonzini <pbonzini@redhat.com>" + Marc Zyngier <maz@kernel.org> + James Morse <james.morse@arm.com> + Suzuki K Poulose <suzuki.poulose@arm.com> + Oliver Upton <oliver.upton@linux.dev> + Zenghui Yu <yuzenghui@huawei.com> + Huacai Chen <chenhuacai@kernel.org> + Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Paul Walmsley <paul.walmsley@sifive.com> + Palmer Dabbelt <palmer@dabbelt.com> + Albert Ou <aou@eecs.berkeley.edu> + linux-arm-kernel@lists.infradead.org + kvmarm@lists.linux.dev + kvmarm@lists.cs.columbia.edu + linux-mips@vger.kernel.org + kvm@vger.kernel.org + kvm-riscv@lists.infradead.org + linux-riscv@lists.infradead.org + " Raghavendra Rao Ananta <rananta@google.com>\0" "\00:1\0" "b\0" "On Thu, Jan 19, 2023, David Matlack wrote:\n" @@ -11,13 +32,13 @@ "> kvm_arch_flush_remote_tlbs_memslot() and pave the way for two other\n" "> patch series:\n" "> \n" - "> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta at google.com/\n" + "> 1. https://lore.kernel.org/kvm/20230109215347.3119271-1-rananta@google.com/\n" "> \n" "> Adds ARM support for range-based TLB invalidation and needs a\n" "> mechanism to invoke it from common code. This series provides such a\n" "> mechanism via kvm_arch_flush_remote_tlbs_range().\n" "> \n" - "> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack at google.com/\n" + "> 2. https://lore.kernel.org/kvm/20221208193857.4090582-1-dmatlack@google.com/\n" "> \n" "> Refactors the TDP MMU into common code, which requires an API for\n" "> range-based TLB invaliation.\n" @@ -32,6 +53,11 @@ "Is there any urgency to getting this merged? If not, due to the dependencies\n" "with x86 stuff queued for 6.3, and because of the cross-architecture changes, it\n" "might be easiest to plan on landing this in 6.4. That would allow Paolo to create\n" - an immutable topic branch fairly early on. + "an immutable topic branch fairly early on.\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 -24b29135c036b75cc48a26c554991721a8f6be6a6ef891b541e08cb883e98731 +cf8b7079a49dc8403029c3ce8eb1b77c0167cf6cfda05cf9a4c3dabd63039ecb
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.