All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20191001144011.3801-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 8444745..7519abb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,22 @@
  "ref\020191001144011.3801-1-david@redhat.com\0"
  "From\0David Hildenbrand <david@redhat.com>\0"
  "Subject\0[PATCH v5 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()\0"
- "Date\0Tue, 01 Oct 2019 14:40:04 +0000\0"
+ "Date\0Tue,  1 Oct 2019 16:40:04 +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>
   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"
@@ -63,7 +63,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"
@@ -76,7 +76,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"
@@ -143,4 +143,4 @@
  "-- \n"
  2.21.0
 
-2bcb6dce9b819745d0add174af5efcceb32b4be68efbd37f91f1f4a272ef9a71
+44ac1fb0f0784deeb1a00c74aca245e8514bd088f27b52b2fc0e62b88ecf1f98

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 8444745..9424210 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\020191001144011.3801-1-david@redhat.com\0"
  "From\0David Hildenbrand <david@redhat.com>\0"
  "Subject\0[PATCH v5 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()\0"
- "Date\0Tue, 01 Oct 2019 14:40:04 +0000\0"
+ "Date\0Tue,  1 Oct 2019 16:40:04 +0200\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0linux-s390@vger.kernel.org"
   Michal Hocko <mhocko@suse.com>
@@ -63,7 +63,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"
@@ -76,7 +76,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"
@@ -143,4 +143,4 @@
  "-- \n"
  2.21.0
 
-2bcb6dce9b819745d0add174af5efcceb32b4be68efbd37f91f1f4a272ef9a71
+8e2975c7f33a74813fe3a295ff9d69b6f7bae4ecc430b14726ae560d934b1602

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 8444745..3b0f87e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,7 +1,7 @@
  "ref\020191001144011.3801-1-david@redhat.com\0"
  "From\0David Hildenbrand <david@redhat.com>\0"
  "Subject\0[PATCH v5 03/10] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_pgdat_span()\0"
- "Date\0Tue, 01 Oct 2019 14:40:04 +0000\0"
+ "Date\0Tue,  1 Oct 2019 16:40:04 +0200\0"
  "To\0linux-kernel@vger.kernel.org\0"
  "Cc\0linux-s390@vger.kernel.org"
   Michal Hocko <mhocko@suse.com>
@@ -63,7 +63,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"
@@ -76,7 +76,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"
@@ -141,6 +141,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
 
-2bcb6dce9b819745d0add174af5efcceb32b4be68efbd37f91f1f4a272ef9a71
+8e1a91213cead68804f75cd0456466316be31dcc56262eee0c5804aac96edbc8

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.