diff for duplicates of <20191006085646.5768-4-david@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 8c31443..c318f9c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -42,7 +42,7 @@ index 680b4b3e57d9..86b4dc18e831 100644 - unsigned long pfn; - int nid = pgdat->node_id; - -- if (pgdat_start_pfn = start_pfn) { +- if (pgdat_start_pfn == start_pfn) { - /* - * If the section is smallest section in the pgdat, it need - * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages. @@ -55,7 +55,7 @@ index 680b4b3e57d9..86b4dc18e831 100644 - pgdat->node_start_pfn = pfn; - pgdat->node_spanned_pages = pgdat_end_pfn - pfn; - } -- } else if (pgdat_end_pfn = end_pfn) { +- } else if (pgdat_end_pfn == end_pfn) { - /* - * If the section is biggest section in the pgdat, it need - * shrink pgdat->node_spanned_pages. diff --git a/a/content_digest b/N1/content_digest index e97819a..e077646 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,23 @@ "ref\020191006085646.5768-1-david@redhat.com\0" "From\0David Hildenbrand <david@redhat.com>\0" "Subject\0[PATCH v6 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:39 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:39 +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 - 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> + " Aneesh Kumar K . V <aneesh.kumar@linux.ibm.com>\0" "\00:1\0" "b\0" "We might use the nid of memmaps that were never initialized. For\n" @@ -64,7 +64,7 @@ "-\tunsigned long pfn;\n" "-\tint nid = pgdat->node_id;\n" "-\n" - "-\tif (pgdat_start_pfn = start_pfn) {\n" + "-\tif (pgdat_start_pfn == start_pfn) {\n" "-\t\t/*\n" "-\t\t * If the section is smallest section in the pgdat, it need\n" "-\t\t * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages.\n" @@ -77,7 +77,7 @@ "-\t\t\tpgdat->node_start_pfn = pfn;\n" "-\t\t\tpgdat->node_spanned_pages = pgdat_end_pfn - pfn;\n" "-\t\t}\n" - "-\t} else if (pgdat_end_pfn = end_pfn) {\n" + "-\t} else if (pgdat_end_pfn == end_pfn) {\n" "-\t\t/*\n" "-\t\t * If the section is biggest section in the pgdat, it need\n" "-\t\t * shrink pgdat->node_spanned_pages.\n" @@ -144,4 +144,4 @@ "-- \n" 2.21.0 -ddfd0a654ff1f06bc60722d8e7a9436c0f9249a12f7510a3cea9f25ba364457a +e8c1b21c4fbf32d7681150c8949f7b9b67faffbc767885ee4c2d767a772c993f
diff --git a/a/1.txt b/N2/1.txt index 8c31443..c318f9c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -42,7 +42,7 @@ index 680b4b3e57d9..86b4dc18e831 100644 - unsigned long pfn; - int nid = pgdat->node_id; - -- if (pgdat_start_pfn = start_pfn) { +- if (pgdat_start_pfn == start_pfn) { - /* - * If the section is smallest section in the pgdat, it need - * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages. @@ -55,7 +55,7 @@ index 680b4b3e57d9..86b4dc18e831 100644 - pgdat->node_start_pfn = pfn; - pgdat->node_spanned_pages = pgdat_end_pfn - pfn; - } -- } else if (pgdat_end_pfn = end_pfn) { +- } else if (pgdat_end_pfn == end_pfn) { - /* - * If the section is biggest section in the pgdat, it need - * shrink pgdat->node_spanned_pages. diff --git a/a/content_digest b/N2/content_digest index e97819a..db0c887 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 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:39 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:39 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -64,7 +64,7 @@ "-\tunsigned long pfn;\n" "-\tint nid = pgdat->node_id;\n" "-\n" - "-\tif (pgdat_start_pfn = start_pfn) {\n" + "-\tif (pgdat_start_pfn == start_pfn) {\n" "-\t\t/*\n" "-\t\t * If the section is smallest section in the pgdat, it need\n" "-\t\t * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages.\n" @@ -77,7 +77,7 @@ "-\t\t\tpgdat->node_start_pfn = pfn;\n" "-\t\t\tpgdat->node_spanned_pages = pgdat_end_pfn - pfn;\n" "-\t\t}\n" - "-\t} else if (pgdat_end_pfn = end_pfn) {\n" + "-\t} else if (pgdat_end_pfn == end_pfn) {\n" "-\t\t/*\n" "-\t\t * If the section is biggest section in the pgdat, it need\n" "-\t\t * shrink pgdat->node_spanned_pages.\n" @@ -144,4 +144,4 @@ "-- \n" 2.21.0 -ddfd0a654ff1f06bc60722d8e7a9436c0f9249a12f7510a3cea9f25ba364457a +1b7ebebf1a9e6f07a28161447e4d33e68aa3da8693c7cd09a412031913170870
diff --git a/a/1.txt b/N3/1.txt index 8c31443..82d0628 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -42,7 +42,7 @@ index 680b4b3e57d9..86b4dc18e831 100644 - unsigned long pfn; - int nid = pgdat->node_id; - -- if (pgdat_start_pfn = start_pfn) { +- if (pgdat_start_pfn == start_pfn) { - /* - * If the section is smallest section in the pgdat, it need - * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages. @@ -55,7 +55,7 @@ index 680b4b3e57d9..86b4dc18e831 100644 - pgdat->node_start_pfn = pfn; - pgdat->node_spanned_pages = pgdat_end_pfn - pfn; - } -- } else if (pgdat_end_pfn = end_pfn) { +- } else if (pgdat_end_pfn == end_pfn) { - /* - * If the section is biggest section in the pgdat, it need - * shrink pgdat->node_spanned_pages. @@ -121,3 +121,9 @@ index 680b4b3e57d9..86b4dc18e831 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 e97819a..583a277 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 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()\0" - "Date\0Sun, 06 Oct 2019 08:56:39 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:39 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -64,7 +64,7 @@ "-\tunsigned long pfn;\n" "-\tint nid = pgdat->node_id;\n" "-\n" - "-\tif (pgdat_start_pfn = start_pfn) {\n" + "-\tif (pgdat_start_pfn == start_pfn) {\n" "-\t\t/*\n" "-\t\t * If the section is smallest section in the pgdat, it need\n" "-\t\t * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages.\n" @@ -77,7 +77,7 @@ "-\t\t\tpgdat->node_start_pfn = pfn;\n" "-\t\t\tpgdat->node_spanned_pages = pgdat_end_pfn - pfn;\n" "-\t\t}\n" - "-\t} else if (pgdat_end_pfn = end_pfn) {\n" + "-\t} else if (pgdat_end_pfn == end_pfn) {\n" "-\t\t/*\n" "-\t\t * If the section is biggest section in the pgdat, it need\n" "-\t\t * shrink pgdat->node_spanned_pages.\n" @@ -142,6 +142,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 -ddfd0a654ff1f06bc60722d8e7a9436c0f9249a12f7510a3cea9f25ba364457a +3e3f18e53d6bddac81a73764b58a37e6aecc398921200dc019bd2778abb3aa0a
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.