diff for duplicates of <20200204092623.GD6494@linux> diff --git a/a/1.txt b/N1/1.txt index e95bb4e..6ec642e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -37,8 +37,8 @@ Reviewed-by: Oscar Salvador <osalvador@suse.de> > > zone_span_writelock(zone); -> - if (zone_start_pfn = start_pfn) { -> + if (zone->zone_start_pfn = start_pfn) { +> - if (zone_start_pfn == start_pfn) { +> + if (zone->zone_start_pfn == start_pfn) { > /* > * If the section is smallest section in the zone, it need > * shrink zone->zone_start_pfn and zone->zone_spanned_pages. @@ -56,8 +56,8 @@ Reviewed-by: Oscar Salvador <osalvador@suse.de> > zone->zone_start_pfn = 0; > zone->spanned_pages = 0; > } -> - } else if (zone_end_pfn = end_pfn) { -> + } else if (zone_end_pfn(zone) = end_pfn) { +> - } else if (zone_end_pfn == end_pfn) { +> + } else if (zone_end_pfn(zone) == end_pfn) { > /* > * If the section is biggest section in the zone, it need > * shrink zone->spanned_pages. diff --git a/a/content_digest b/N1/content_digest index 7b3f550..bb46ccb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,21 +2,21 @@ "ref\020191006085646.5768-10-david@redhat.com\0" "From\0Oscar Salvador <osalvador@suse.de>\0" "Subject\0Re: [PATCH v6 09/10] mm/memory_hotplug: Drop local variables in shrink_zone_span()\0" - "Date\0Tue, 04 Feb 2020 09:26:23 +0000\0" + "Date\0Tue, 4 Feb 2020 10:26:23 +0100\0" "To\0David Hildenbrand <david@redhat.com>\0" - "Cc\0linux-s390@vger.kernel.org" - Michal Hocko <mhocko@suse.com> + "Cc\0linux-kernel@vger.kernel.org" + linux-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 - linux-kernel@vger.kernel.org - linux-mm@kvack.org - Wei Yang <richardw.yang@linux.intel.com> Andrew Morton <akpm@linux-foundation.org> - linuxppc-dev@lists.ozlabs.org + Michal Hocko <mhocko@suse.com> + Pavel Tatashin <pasha.tatashin@soleen.com> Dan Williams <dan.j.williams@intel.com> - " linux-arm-kernel@lists.infradead.org\0" + " Wei Yang <richardw.yang@linux.intel.com>\0" "\00:1\0" "b\0" "On Sun, Oct 06, 2019 at 10:56:45AM +0200, David Hildenbrand wrote:\n" @@ -58,8 +58,8 @@ "\n" "> \n" "> \tzone_span_writelock(zone);\n" - "> -\tif (zone_start_pfn = start_pfn) {\n" - "> +\tif (zone->zone_start_pfn = start_pfn) {\n" + "> -\tif (zone_start_pfn == start_pfn) {\n" + "> +\tif (zone->zone_start_pfn == start_pfn) {\n" "> \t\t/*\n" "> \t\t * If the section is smallest section in the zone, it need\n" "> \t\t * shrink zone->zone_start_pfn and zone->zone_spanned_pages.\n" @@ -77,8 +77,8 @@ "> \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(zone) = end_pfn) {\n" + "> -\t} else if (zone_end_pfn == end_pfn) {\n" + "> +\t} else if (zone_end_pfn(zone) == end_pfn) {\n" "> \t\t/*\n" "> \t\t * If the section is biggest section in the zone, it need\n" "> \t\t * shrink zone->spanned_pages.\n" @@ -102,4 +102,4 @@ "Oscar Salvador\n" SUSE L3 -676b9bc4ae7933881459cf32a70b42cf118d8836d3baeb32c8438e5a5c69a1c3 +fd18b3233104d36687f8f2b1bedfb04caa578b8864da444b64979791d6ab544a
diff --git a/a/1.txt b/N2/1.txt index e95bb4e..6ec642e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -37,8 +37,8 @@ Reviewed-by: Oscar Salvador <osalvador@suse.de> > > zone_span_writelock(zone); -> - if (zone_start_pfn = start_pfn) { -> + if (zone->zone_start_pfn = start_pfn) { +> - if (zone_start_pfn == start_pfn) { +> + if (zone->zone_start_pfn == start_pfn) { > /* > * If the section is smallest section in the zone, it need > * shrink zone->zone_start_pfn and zone->zone_spanned_pages. @@ -56,8 +56,8 @@ Reviewed-by: Oscar Salvador <osalvador@suse.de> > zone->zone_start_pfn = 0; > zone->spanned_pages = 0; > } -> - } else if (zone_end_pfn = end_pfn) { -> + } else if (zone_end_pfn(zone) = end_pfn) { +> - } else if (zone_end_pfn == end_pfn) { +> + } else if (zone_end_pfn(zone) == end_pfn) { > /* > * If the section is biggest section in the zone, it need > * shrink zone->spanned_pages. diff --git a/a/content_digest b/N2/content_digest index 7b3f550..6eee4c9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\020191006085646.5768-10-david@redhat.com\0" "From\0Oscar Salvador <osalvador@suse.de>\0" "Subject\0Re: [PATCH v6 09/10] mm/memory_hotplug: Drop local variables in shrink_zone_span()\0" - "Date\0Tue, 04 Feb 2020 09:26:23 +0000\0" + "Date\0Tue, 4 Feb 2020 10:26:23 +0100\0" "To\0David Hildenbrand <david@redhat.com>\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -58,8 +58,8 @@ "\n" "> \n" "> \tzone_span_writelock(zone);\n" - "> -\tif (zone_start_pfn = start_pfn) {\n" - "> +\tif (zone->zone_start_pfn = start_pfn) {\n" + "> -\tif (zone_start_pfn == start_pfn) {\n" + "> +\tif (zone->zone_start_pfn == start_pfn) {\n" "> \t\t/*\n" "> \t\t * If the section is smallest section in the zone, it need\n" "> \t\t * shrink zone->zone_start_pfn and zone->zone_spanned_pages.\n" @@ -77,8 +77,8 @@ "> \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(zone) = end_pfn) {\n" + "> -\t} else if (zone_end_pfn == end_pfn) {\n" + "> +\t} else if (zone_end_pfn(zone) == end_pfn) {\n" "> \t\t/*\n" "> \t\t * If the section is biggest section in the zone, it need\n" "> \t\t * shrink zone->spanned_pages.\n" @@ -102,4 +102,4 @@ "Oscar Salvador\n" SUSE L3 -676b9bc4ae7933881459cf32a70b42cf118d8836d3baeb32c8438e5a5c69a1c3 +4d6f1af77192e0a265489270c7348d2308d589e2e506255bea0b6811c5f9d0ab
diff --git a/a/1.txt b/N3/1.txt index e95bb4e..48bb3c8 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -37,8 +37,8 @@ Reviewed-by: Oscar Salvador <osalvador@suse.de> > > zone_span_writelock(zone); -> - if (zone_start_pfn = start_pfn) { -> + if (zone->zone_start_pfn = start_pfn) { +> - if (zone_start_pfn == start_pfn) { +> + if (zone->zone_start_pfn == start_pfn) { > /* > * If the section is smallest section in the zone, it need > * shrink zone->zone_start_pfn and zone->zone_spanned_pages. @@ -56,8 +56,8 @@ Reviewed-by: Oscar Salvador <osalvador@suse.de> > zone->zone_start_pfn = 0; > zone->spanned_pages = 0; > } -> - } else if (zone_end_pfn = end_pfn) { -> + } else if (zone_end_pfn(zone) = end_pfn) { +> - } else if (zone_end_pfn == end_pfn) { +> + } else if (zone_end_pfn(zone) == end_pfn) { > /* > * If the section is biggest section in the zone, it need > * shrink zone->spanned_pages. @@ -80,3 +80,8 @@ Reviewed-by: Oscar Salvador <osalvador@suse.de> -- Oscar Salvador SUSE L3 + +_______________________________________________ +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 7b3f550..144018f 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,7 @@ "ref\020191006085646.5768-10-david@redhat.com\0" "From\0Oscar Salvador <osalvador@suse.de>\0" "Subject\0Re: [PATCH v6 09/10] mm/memory_hotplug: Drop local variables in shrink_zone_span()\0" - "Date\0Tue, 04 Feb 2020 09:26:23 +0000\0" + "Date\0Tue, 4 Feb 2020 10:26:23 +0100\0" "To\0David Hildenbrand <david@redhat.com>\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -58,8 +58,8 @@ "\n" "> \n" "> \tzone_span_writelock(zone);\n" - "> -\tif (zone_start_pfn = start_pfn) {\n" - "> +\tif (zone->zone_start_pfn = start_pfn) {\n" + "> -\tif (zone_start_pfn == start_pfn) {\n" + "> +\tif (zone->zone_start_pfn == start_pfn) {\n" "> \t\t/*\n" "> \t\t * If the section is smallest section in the zone, it need\n" "> \t\t * shrink zone->zone_start_pfn and zone->zone_spanned_pages.\n" @@ -77,8 +77,8 @@ "> \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(zone) = end_pfn) {\n" + "> -\t} else if (zone_end_pfn == end_pfn) {\n" + "> +\t} else if (zone_end_pfn(zone) == end_pfn) {\n" "> \t\t/*\n" "> \t\t * If the section is biggest section in the zone, it need\n" "> \t\t * shrink zone->spanned_pages.\n" @@ -100,6 +100,11 @@ "\n" "-- \n" "Oscar Salvador\n" - SUSE L3 + "SUSE L3\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 -676b9bc4ae7933881459cf32a70b42cf118d8836d3baeb32c8438e5a5c69a1c3 +289895ca565638cd77c7cc362e1f77f1264ec19031ec73a2bce79c4c4034c009
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.