diff for duplicates of <20191006085646.5768-9-david@redhat.com> diff --git a/a/1.txt b/N1/1.txt index c71d75b..111ff5b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ index f294918f7211..8dafa1ba8d9f 100644 + 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 8b67505..f4ec279 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,22 @@ "ref\020191006085646.5768-1-david@redhat.com\0" "From\0David Hildenbrand <david@redhat.com>\0" "Subject\0[PATCH v6 08/10] mm/memory_hotplug: Don't check for \"all holes\" in shrink_zone_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:44 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:44 +0200\0" "To\0linux-kernel@vger.kernel.org\0" - "Cc\0linux-s390@vger.kernel.org" - Michal Hocko <mhocko@suse.com> + "Cc\0linux-mm@kvack.org" + linux-arm-kernel@lists.infradead.org linux-ia64@vger.kernel.org - Pavel Tatashin <pasha.tatashin@soleen.com> + linuxppc-dev@lists.ozlabs.org + linux-s390@vger.kernel.org linux-sh@vger.kernel.org x86@kernel.org David Hildenbrand <david@redhat.com> - linux-mm@kvack.org - Wei Yang <richardw.yang@linux.intel.com> Andrew Morton <akpm@linux-foundation.org> - linuxppc-dev@lists.ozlabs.org + Oscar Salvador <osalvador@suse.de> + Michal Hocko <mhocko@suse.com> + Pavel Tatashin <pasha.tatashin@soleen.com> Dan Williams <dan.j.williams@intel.com> - linux-arm-kernel@lists.infradead.org - " Oscar Salvador <osalvador@suse.de>\0" + " Wei Yang <richardw.yang@linux.intel.com>\0" "\00:1\0" "b\0" "If we have holes, the holes will automatically get detected and removed\n" @@ -47,7 +47,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" @@ -91,4 +91,4 @@ "-- \n" 2.21.0 -d78c8e277d5d5b7172064929ac8e58553908369b9af8b4d8d99f5cea4ee76e55 +0235851b5932b7128222feb60b0dd33ead9af7031638c9aadd5871541449f196
diff --git a/a/1.txt b/N2/1.txt index c71d75b..111ff5b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -26,7 +26,7 @@ index f294918f7211..8dafa1ba8d9f 100644 + 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 8b67505..bf210ef 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020191006085646.5768-1-david@redhat.com\0" "From\0David Hildenbrand <david@redhat.com>\0" "Subject\0[PATCH v6 08/10] mm/memory_hotplug: Don't check for \"all holes\" in shrink_zone_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:44 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:44 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -47,7 +47,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" @@ -91,4 +91,4 @@ "-- \n" 2.21.0 -d78c8e277d5d5b7172064929ac8e58553908369b9af8b4d8d99f5cea4ee76e55 +4350b9389f7f72086f8ec24e95e864dadcb1ea1c33c0336dc0b913b2e0c73d91
diff --git a/a/1.txt b/N3/1.txt index c71d75b..82653a2 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -26,7 +26,7 @@ index f294918f7211..8dafa1ba8d9f 100644 + 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); @@ -69,3 +69,9 @@ index f294918f7211..8dafa1ba8d9f 100644 -- 2.21.0 + + +_______________________________________________ +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 8b67505..7f6053b 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,7 +1,7 @@ "ref\020191006085646.5768-1-david@redhat.com\0" "From\0David Hildenbrand <david@redhat.com>\0" "Subject\0[PATCH v6 08/10] mm/memory_hotplug: Don't check for \"all holes\" in shrink_zone_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:44 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:44 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -47,7 +47,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" @@ -89,6 +89,12 @@ " }\n" " \n" "-- \n" - 2.21.0 + "2.21.0\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 -d78c8e277d5d5b7172064929ac8e58553908369b9af8b4d8d99f5cea4ee76e55 +ee5c3c27fb5350d541f22287b764993f9f01850ff4df12daab430dda7e85202b
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.