diff for duplicates of <20200205144811.GF26758@MiWiFi-R3L-srv> diff --git a/a/1.txt b/N1/1.txt index e2344a3..9e6a95f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ On 02/05/20 at 05:59pm, Wei Yang wrote: > >+ zone->zone_start_pfn = 0; > >+ zone->spanned_pages = 0; > > } -> > } else if (zone_end_pfn = end_pfn) { +> > } else if (zone_end_pfn == end_pfn) { > > /* > >@@ -405,34 +408,11 @@ static void shrink_zone_span(struct zone *zone, unsigned long start_pfn, > > start_pfn); diff --git a/a/content_digest b/N1/content_digest index ca2b72d..5c4852e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,22 +3,22 @@ "ref\020200205095924.GC24162@richard\0" "From\0Baoquan He <bhe@redhat.com>\0" "Subject\0Re: [PATCH v6 08/10] mm/memory_hotplug: Don't check for \"all holes\" in shrink_zone_span()\0" - "Date\0Wed, 05 Feb 2020 14:48:11 +0000\0" + "Date\0Wed, 5 Feb 2020 22:48:11 +0800\0" "To\0Wei Yang <richardw.yang@linux.intel.com>\0" - "Cc\0linux-s390@vger.kernel.org" - x86@kernel.org - linux-ia64@vger.kernel.org - Pavel Tatashin <pasha.tatashin@soleen.com> - David Hildenbrand <david@redhat.com> - linux-sh@vger.kernel.org + "Cc\0David Hildenbrand <david@redhat.com>" linux-kernel@vger.kernel.org linux-mm@kvack.org - Michal Hocko <mhocko@suse.com> - Andrew Morton <akpm@linux-foundation.org> - linuxppc-dev@lists.ozlabs.org - Dan Williams <dan.j.williams@intel.com> linux-arm-kernel@lists.infradead.org - " Oscar Salvador <osalvador@suse.de>\0" + linux-ia64@vger.kernel.org + linuxppc-dev@lists.ozlabs.org + linux-s390@vger.kernel.org + linux-sh@vger.kernel.org + x86@kernel.org + Andrew Morton <akpm@linux-foundation.org> + Oscar Salvador <osalvador@suse.de> + Michal Hocko <mhocko@suse.com> + Pavel Tatashin <pasha.tatashin@soleen.com> + " Dan Williams <dan.j.williams@intel.com>\0" "\00:1\0" "b\0" "Hi Wei Yang,\n" @@ -36,7 +36,7 @@ "> >+\t\t\tzone->zone_start_pfn = 0;\n" "> >+\t\t\tzone->spanned_pages = 0;\n" "> > \t\t}\n" - "> > \t} else if (zone_end_pfn = end_pfn) {\n" + "> > \t} else if (zone_end_pfn == end_pfn) {\n" "> > \t\t/*\n" "> >@@ -405,34 +408,11 @@ static void shrink_zone_span(struct zone *zone, unsigned long start_pfn,\n" "> > \t\t\t\t\t start_pfn);\n" @@ -116,4 +116,4 @@ "> Help you, Help me\n" > -24d659839f0a9c0a5cbb74bd80157f79bb33a34758c923f979d9d81dc44c19bb +6b600e862fc8984878e247805afb153eec04f7f7420e2fff112ccc16e5aa4cb4
diff --git a/a/1.txt b/N2/1.txt index e2344a3..9e6a95f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -13,7 +13,7 @@ On 02/05/20 at 05:59pm, Wei Yang wrote: > >+ zone->zone_start_pfn = 0; > >+ zone->spanned_pages = 0; > > } -> > } else if (zone_end_pfn = end_pfn) { +> > } else if (zone_end_pfn == end_pfn) { > > /* > >@@ -405,34 +408,11 @@ static void shrink_zone_span(struct zone *zone, unsigned long start_pfn, > > start_pfn); diff --git a/a/content_digest b/N2/content_digest index ca2b72d..1cae260 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\020200205095924.GC24162@richard\0" "From\0Baoquan He <bhe@redhat.com>\0" "Subject\0Re: [PATCH v6 08/10] mm/memory_hotplug: Don't check for \"all holes\" in shrink_zone_span()\0" - "Date\0Wed, 05 Feb 2020 14:48:11 +0000\0" + "Date\0Wed, 5 Feb 2020 22:48:11 +0800\0" "To\0Wei Yang <richardw.yang@linux.intel.com>\0" "Cc\0linux-s390@vger.kernel.org" x86@kernel.org @@ -36,7 +36,7 @@ "> >+\t\t\tzone->zone_start_pfn = 0;\n" "> >+\t\t\tzone->spanned_pages = 0;\n" "> > \t\t}\n" - "> > \t} else if (zone_end_pfn = end_pfn) {\n" + "> > \t} else if (zone_end_pfn == end_pfn) {\n" "> > \t\t/*\n" "> >@@ -405,34 +408,11 @@ static void shrink_zone_span(struct zone *zone, unsigned long start_pfn,\n" "> > \t\t\t\t\t start_pfn);\n" @@ -116,4 +116,4 @@ "> Help you, Help me\n" > -24d659839f0a9c0a5cbb74bd80157f79bb33a34758c923f979d9d81dc44c19bb +1fe9e494b3f9e5344e96b78d47c989c7c2f66c8b38c1cb1eb321ed2320510cf2
diff --git a/a/1.txt b/N3/1.txt index e2344a3..eb8590d 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -13,7 +13,7 @@ On 02/05/20 at 05:59pm, Wei Yang wrote: > >+ zone->zone_start_pfn = 0; > >+ zone->spanned_pages = 0; > > } -> > } else if (zone_end_pfn = end_pfn) { +> > } else if (zone_end_pfn == end_pfn) { > > /* > >@@ -405,34 +408,11 @@ static void shrink_zone_span(struct zone *zone, unsigned long start_pfn, > > start_pfn); @@ -91,4 +91,10 @@ I still think his 2nd resetting is not needed :-) > -- > Wei Yang > Help you, Help me -> +> + + +_______________________________________________ +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 ca2b72d..e6df5fb 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,7 +3,7 @@ "ref\020200205095924.GC24162@richard\0" "From\0Baoquan He <bhe@redhat.com>\0" "Subject\0Re: [PATCH v6 08/10] mm/memory_hotplug: Don't check for \"all holes\" in shrink_zone_span()\0" - "Date\0Wed, 05 Feb 2020 14:48:11 +0000\0" + "Date\0Wed, 5 Feb 2020 22:48:11 +0800\0" "To\0Wei Yang <richardw.yang@linux.intel.com>\0" "Cc\0linux-s390@vger.kernel.org" x86@kernel.org @@ -36,7 +36,7 @@ "> >+\t\t\tzone->zone_start_pfn = 0;\n" "> >+\t\t\tzone->spanned_pages = 0;\n" "> > \t\t}\n" - "> > \t} else if (zone_end_pfn = end_pfn) {\n" + "> > \t} else if (zone_end_pfn == end_pfn) {\n" "> > \t\t/*\n" "> >@@ -405,34 +408,11 @@ static void shrink_zone_span(struct zone *zone, unsigned long start_pfn,\n" "> > \t\t\t\t\t start_pfn);\n" @@ -114,6 +114,12 @@ "> -- \n" "> Wei Yang\n" "> Help you, Help me\n" - > + "> \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 -24d659839f0a9c0a5cbb74bd80157f79bb33a34758c923f979d9d81dc44c19bb +2fbb9f194ba27666fd3f4acc713ec371b3493b9edc87a00748d2eb40ab199827
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.