diff for duplicates of <20200611154359.GF29918@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 65ccd58..84faf6a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ still be accounted: | -> #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO) - = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO + == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO versus @@ -30,7 +30,7 @@ versus with __GFP_ZERO explicitly OR'd in - = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO + == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO I can put the above in the changelog, unless of course it's wrong and I've missed something. @@ -49,3 +49,7 @@ missed something. > M. > -- > Jazz is not dead. It just smells funny... +_______________________________________________ +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 9ec4746..2dee54f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,33 +3,29 @@ "ref\06cc08074c289cbea7b9c1deeaf18c63f@kernel.org\0" "From\0Sean Christopherson <sean.j.christopherson@intel.com>\0" "Subject\0Re: [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches\0" - "Date\0Thu, 11 Jun 2020 15:43:59 +0000\0" + "Date\0Thu, 11 Jun 2020 08:43:59 -0700\0" "To\0Marc Zyngier <maz@kernel.org>\0" - "Cc\0Paul 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> - Julien Thierry <julien.thierry.kdev@gmail.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> + Ben Gardon <bgardon@google.com> 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> + Christian Borntraeger <borntraeger@de.ibm.com> + Junaid Shahid <junaids@google.com> kvm-ppc@vger.kernel.org - linux-kernel@vger.kernel.org - Peter Feiner <pfeiner@google.com> + linux-arm-kernel@lists.infradead.org + Jim Mattson <jmattson@google.com> + Cornelia Huck <cohuck@redhat.com> Peter Shier <pshier@google.com> - Junaid Shahid <junaids@google.com> - Ben Gardon <bgardon@google.com> - " Christoffer Dall <christoffer.dall@arm.com>\0" + linux-mips@vger.kernel.org + Paolo Bonzini <pbonzini@redhat.com> + Vitaly Kuznetsov <vkuznets@redhat.com> + " Peter Feiner <pfeiner@google.com>\0" "\00:1\0" "b\0" "On Thu, Jun 11, 2020 at 08:59:05AM +0100, Marc Zyngier wrote:\n" @@ -56,7 +52,7 @@ " |\n" " -> #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO)\n" "\n" - " = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" + " == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" "\n" "versus \n" "\n" @@ -64,7 +60,7 @@ "\n" " with __GFP_ZERO explicitly OR'd in\n" "\n" - " = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" + " == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" "\n" "I can put the above in the changelog, unless of course it's wrong and I've\n" "missed something.\n" @@ -82,6 +78,10 @@ "> \n" "> M.\n" "> -- \n" - > Jazz is not dead. It just smells funny... + "> Jazz is not dead. It just smells funny...\n" + "_______________________________________________\n" + "kvmarm mailing list\n" + "kvmarm@lists.cs.columbia.edu\n" + https://lists.cs.columbia.edu/mailman/listinfo/kvmarm -bc2ad4a258f8c0b995446e8fb54bacb177612f47d27a3a450ee85da1921ba372 +83d728fef62e5d1422015e209195c8eade247011fca5ea21cc24e930af5c3e5e
diff --git a/a/1.txt b/N2/1.txt index 65ccd58..a8fdeb3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,7 +22,7 @@ still be accounted: | -> #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO) - = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO + == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO versus @@ -30,7 +30,7 @@ versus with __GFP_ZERO explicitly OR'd in - = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO + == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO I can put the above in the changelog, unless of course it's wrong and I've missed something. diff --git a/a/content_digest b/N2/content_digest index 9ec4746..35b2923 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\06cc08074c289cbea7b9c1deeaf18c63f@kernel.org\0" "From\0Sean Christopherson <sean.j.christopherson@intel.com>\0" "Subject\0Re: [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches\0" - "Date\0Thu, 11 Jun 2020 15:43:59 +0000\0" + "Date\0Thu, 11 Jun 2020 08:43:59 -0700\0" "To\0Marc Zyngier <maz@kernel.org>\0" "Cc\0Paul Mackerras <paulus@ozlabs.org>" Christian Borntraeger <borntraeger@de.ibm.com> @@ -56,7 +56,7 @@ " |\n" " -> #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO)\n" "\n" - " = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" + " == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" "\n" "versus \n" "\n" @@ -64,7 +64,7 @@ "\n" " with __GFP_ZERO explicitly OR'd in\n" "\n" - " = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" + " == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" "\n" "I can put the above in the changelog, unless of course it's wrong and I've\n" "missed something.\n" @@ -84,4 +84,4 @@ "> -- \n" > Jazz is not dead. It just smells funny... -bc2ad4a258f8c0b995446e8fb54bacb177612f47d27a3a450ee85da1921ba372 +bf1365f3ff9cf223d970d6774d6a9933397c2da2235097ed865ae629ebdfd547
diff --git a/a/1.txt b/N3/1.txt index 65ccd58..d37ccbe 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -22,7 +22,7 @@ still be accounted: | -> #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO) - = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO + == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO versus @@ -30,7 +30,7 @@ versus with __GFP_ZERO explicitly OR'd in - = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO + == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO I can put the above in the changelog, unless of course it's wrong and I've missed something. @@ -49,3 +49,8 @@ missed something. > M. > -- > Jazz is not dead. It just smells funny... + +_______________________________________________ +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 9ec4746..932c38a 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,33 +3,33 @@ "ref\06cc08074c289cbea7b9c1deeaf18c63f@kernel.org\0" "From\0Sean Christopherson <sean.j.christopherson@intel.com>\0" "Subject\0Re: [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches\0" - "Date\0Thu, 11 Jun 2020 15:43:59 +0000\0" + "Date\0Thu, 11 Jun 2020 08:43:59 -0700\0" "To\0Marc Zyngier <maz@kernel.org>\0" - "Cc\0Paul 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> - Julien Thierry <julien.thierry.kdev@gmail.com> - Suzuki K Poulose <suzuki.poulose@arm.com> + "Cc\0Christoffer Dall <christoffer.dall@arm.com>" + Wanpeng 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> + Ben Gardon <bgardon@google.com> 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> + Christian Borntraeger <borntraeger@de.ibm.com> + Julien Thierry <julien.thierry.kdev@gmail.com> + Junaid Shahid <junaids@google.com> + Suzuki K Poulose <suzuki.poulose@arm.com> kvm-ppc@vger.kernel.org - linux-kernel@vger.kernel.org - Peter Feiner <pfeiner@google.com> + linux-arm-kernel@lists.infradead.org + Jim Mattson <jmattson@google.com> + Cornelia Huck <cohuck@redhat.com> Peter Shier <pshier@google.com> - Junaid Shahid <junaids@google.com> - Ben Gardon <bgardon@google.com> - " Christoffer Dall <christoffer.dall@arm.com>\0" + linux-mips@vger.kernel.org + James Morse <james.morse@arm.com> + Paolo Bonzini <pbonzini@redhat.com> + Vitaly Kuznetsov <vkuznets@redhat.com> + " Peter Feiner <pfeiner@google.com>\0" "\00:1\0" "b\0" "On Thu, Jun 11, 2020 at 08:59:05AM +0100, Marc Zyngier wrote:\n" @@ -56,7 +56,7 @@ " |\n" " -> #define GFP_PGTABLE_KERNEL (GFP_KERNEL | __GFP_ZERO)\n" "\n" - " = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" + " == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" "\n" "versus \n" "\n" @@ -64,7 +64,7 @@ "\n" " with __GFP_ZERO explicitly OR'd in\n" "\n" - " = GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" + " == GFP_KERNEL | __GFP_ACCOUNT | __GFP_ZERO\n" "\n" "I can put the above in the changelog, unless of course it's wrong and I've\n" "missed something.\n" @@ -82,6 +82,11 @@ "> \n" "> M.\n" "> -- \n" - > Jazz is not dead. It just smells funny... + "> Jazz is not dead. It just smells funny...\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 -bc2ad4a258f8c0b995446e8fb54bacb177612f47d27a3a450ee85da1921ba372 +8123396333af2fe2909b912f058aa362650010723997439ce2aa4ae862ef710c
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.