diff for duplicates of <20191006085646.5768-5-david@redhat.com> diff --git a/a/1.txt b/N1/1.txt index cb92a2f..ce9d197 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -73,7 +73,7 @@ index 86b4dc18e831..f96608d24f6a 100644 + * we will not try to shrink the zones - which is okay as + * set_zone_contiguous() cannot deal with ZONE_DEVICE either way. + */ -+ if (zone_idx(zone) = ZONE_DEVICE) ++ if (zone_idx(zone) == ZONE_DEVICE) + return; +#endif + diff --git a/a/content_digest b/N1/content_digest index ddb7844..6cf998d 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 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:40 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:40 +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 - Aneesh Kumar K . V <aneesh.kumar@linux.ibm.com> x86@kernel.org David Hildenbrand <david@redhat.com> - linux-mm@kvack.org 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" + " Aneesh Kumar K . V <aneesh.kumar@linux.ibm.com>\0" "\00:1\0" "b\0" "Let's limit shrinking to !ZONE_DEVICE so we can fix the current code. We\n" @@ -94,7 +94,7 @@ "+\t * we will not try to shrink the zones - which is okay as\n" "+\t * set_zone_contiguous() cannot deal with ZONE_DEVICE either way.\n" "+\t */\n" - "+\tif (zone_idx(zone) = ZONE_DEVICE)\n" + "+\tif (zone_idx(zone) == ZONE_DEVICE)\n" "+\t\treturn;\n" "+#endif\n" "+\n" @@ -104,4 +104,4 @@ "-- \n" 2.21.0 -8dd51fd3a889c43a904de38cd942295f351ba52b8b4910fb1bb1316d4fc4966b +299cf030e4fea5b4ac4e7f95f2311bf73ac124c43515ede344fafafdfd6e2bb5
diff --git a/a/1.txt b/N2/1.txt index cb92a2f..ce9d197 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -73,7 +73,7 @@ index 86b4dc18e831..f96608d24f6a 100644 + * we will not try to shrink the zones - which is okay as + * set_zone_contiguous() cannot deal with ZONE_DEVICE either way. + */ -+ if (zone_idx(zone) = ZONE_DEVICE) ++ if (zone_idx(zone) == ZONE_DEVICE) + return; +#endif + diff --git a/a/content_digest b/N2/content_digest index ddb7844..f92daf0 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 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:40 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:40 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -94,7 +94,7 @@ "+\t * we will not try to shrink the zones - which is okay as\n" "+\t * set_zone_contiguous() cannot deal with ZONE_DEVICE either way.\n" "+\t */\n" - "+\tif (zone_idx(zone) = ZONE_DEVICE)\n" + "+\tif (zone_idx(zone) == ZONE_DEVICE)\n" "+\t\treturn;\n" "+#endif\n" "+\n" @@ -104,4 +104,4 @@ "-- \n" 2.21.0 -8dd51fd3a889c43a904de38cd942295f351ba52b8b4910fb1bb1316d4fc4966b +abe55b612c8c4cfba96a1038f60076886c642105b2123cc51b6a90432dbf15da
diff --git a/a/1.txt b/N3/1.txt index cb92a2f..de2b666 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -73,7 +73,7 @@ index 86b4dc18e831..f96608d24f6a 100644 + * we will not try to shrink the zones - which is okay as + * set_zone_contiguous() cannot deal with ZONE_DEVICE either way. + */ -+ if (zone_idx(zone) = ZONE_DEVICE) ++ if (zone_idx(zone) == ZONE_DEVICE) + return; +#endif + @@ -82,3 +82,9 @@ index 86b4dc18e831..f96608d24f6a 100644 update_pgdat_span(pgdat); -- 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 ddb7844..fe76e19 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 04/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:40 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:40 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -94,7 +94,7 @@ "+\t * we will not try to shrink the zones - which is okay as\n" "+\t * set_zone_contiguous() cannot deal with ZONE_DEVICE either way.\n" "+\t */\n" - "+\tif (zone_idx(zone) = ZONE_DEVICE)\n" + "+\tif (zone_idx(zone) == ZONE_DEVICE)\n" "+\t\treturn;\n" "+#endif\n" "+\n" @@ -102,6 +102,12 @@ " \tshrink_zone_span(zone, start_pfn, start_pfn + nr_pages);\n" " \tupdate_pgdat_span(pgdat);\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 -8dd51fd3a889c43a904de38cd942295f351ba52b8b4910fb1bb1316d4fc4966b +35d74b002791417d2a20896c39cc6cb67932437c333e61a496ff583b6700a981
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.