All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <6e71cd24-7696-e7ca-15a1-8f126b0860ee@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index ff32202..5f834d9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -70,7 +70,7 @@ On 03.10.19 18:48, Aneesh Kumar K.V wrote:
 >>>> +	nid = page_to_nid(pfn_to_page(start_pfn));
 >>>>   
 >>>>   	mem_hotplug_begin();
->>>>   	if (pgmap->type = MEMORY_DEVICE_PRIVATE) {
+>>>>   	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
 >>>> -		pfn = PHYS_PFN(res->start);
 >>>> -		__remove_pages(page_zone(pfn_to_page(pfn)), pfn,
 >>>> -				 PHYS_PFN(resource_size(res)), NULL);
@@ -174,7 +174,7 @@ index 557e53c6fb46..8b11c0da345c 100644
 +	nid = page_to_nid(first_page);
  
  	mem_hotplug_begin();
- 	if (pgmap->type = MEMORY_DEVICE_PRIVATE) {
+ 	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
 -		pfn = PHYS_PFN(res->start);
 -		__remove_pages(page_zone(pfn_to_page(pfn)), pfn,
 -				 PHYS_PFN(resource_size(res)), NULL);
diff --git a/a/content_digest b/N1/content_digest
index d5106cc..67c286d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -20,7 +20,7 @@
   "Subject\0Re: [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone\0"
 ]
 [
-  "Date\0Fri, 04 Oct 2019 09:00:27 +0000\0"
+  "Date\0Fri, 4 Oct 2019 11:00:27 +0200\0"
 ]
 [
   "To\0Aneesh Kumar K.V <aneesh.kumar\@linux.ibm.com>",
@@ -28,17 +28,17 @@
   " Dan Williams <dan.j.williams\@intel.com>\0"
 ]
 [
-  "Cc\0linux-s390\@vger.kernel.org",
+  "Cc\0linux-mm\@kvack.org",
+  " linux-arm-kernel\@lists.infradead.org",
   " linux-ia64\@vger.kernel.org",
-  " Ira Weiny <ira.weiny\@intel.com>",
+  " linuxppc-dev\@lists.ozlabs.org",
+  " linux-s390\@vger.kernel.org",
   " linux-sh\@vger.kernel.org",
+  " Andrew Morton <akpm\@linux-foundation.org>",
   " Jason Gunthorpe <jgg\@ziepe.ca>",
   " Logan Gunthorpe <logang\@deltatee.com>",
-  " Pankaj Gupta <pagupta\@redhat.com>",
-  " linux-mm\@kvack.org",
-  " Andrew Morton <akpm\@linux-foundation.org>",
-  " linuxppc-dev\@lists.ozlabs.org",
-  " linux-arm-kernel\@lists.infradead.org\0"
+  " Ira Weiny <ira.weiny\@intel.com>",
+  " Pankaj Gupta <pagupta\@redhat.com>\0"
 ]
 [
   "\0000:1\0"
@@ -119,7 +119,7 @@
   ">>>> +\tnid = page_to_nid(pfn_to_page(start_pfn));\n",
   ">>>>   \n",
   ">>>>   \tmem_hotplug_begin();\n",
-  ">>>>   \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n",
+  ">>>>   \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n",
   ">>>> -\t\tpfn = PHYS_PFN(res->start);\n",
   ">>>> -\t\t__remove_pages(page_zone(pfn_to_page(pfn)), pfn,\n",
   ">>>> -\t\t\t\t PHYS_PFN(resource_size(res)), NULL);\n",
@@ -223,7 +223,7 @@
   "+\tnid = page_to_nid(first_page);\n",
   " \n",
   " \tmem_hotplug_begin();\n",
-  " \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n",
+  " \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n",
   "-\t\tpfn = PHYS_PFN(res->start);\n",
   "-\t\t__remove_pages(page_zone(pfn_to_page(pfn)), pfn,\n",
   "-\t\t\t\t PHYS_PFN(resource_size(res)), NULL);\n",
@@ -245,4 +245,4 @@
   "David / dhildenb"
 ]
 
-986df9da83512421a67c986d57e58b407cc0c04cb7060bfda9c3b3b2db9af368
+a907e5080bc037b11bae21f24c5ab1c818e4625066abcde39e3be13d71a10033

diff --git a/a/1.txt b/N2/1.txt
index ff32202..5f834d9 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -70,7 +70,7 @@ On 03.10.19 18:48, Aneesh Kumar K.V wrote:
 >>>> +	nid = page_to_nid(pfn_to_page(start_pfn));
 >>>>   
 >>>>   	mem_hotplug_begin();
->>>>   	if (pgmap->type = MEMORY_DEVICE_PRIVATE) {
+>>>>   	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
 >>>> -		pfn = PHYS_PFN(res->start);
 >>>> -		__remove_pages(page_zone(pfn_to_page(pfn)), pfn,
 >>>> -				 PHYS_PFN(resource_size(res)), NULL);
@@ -174,7 +174,7 @@ index 557e53c6fb46..8b11c0da345c 100644
 +	nid = page_to_nid(first_page);
  
  	mem_hotplug_begin();
- 	if (pgmap->type = MEMORY_DEVICE_PRIVATE) {
+ 	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
 -		pfn = PHYS_PFN(res->start);
 -		__remove_pages(page_zone(pfn_to_page(pfn)), pfn,
 -				 PHYS_PFN(resource_size(res)), NULL);
diff --git a/a/content_digest b/N2/content_digest
index d5106cc..b9e913d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -20,7 +20,7 @@
   "Subject\0Re: [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone\0"
 ]
 [
-  "Date\0Fri, 04 Oct 2019 09:00:27 +0000\0"
+  "Date\0Fri, 4 Oct 2019 11:00:27 +0200\0"
 ]
 [
   "To\0Aneesh Kumar K.V <aneesh.kumar\@linux.ibm.com>",
@@ -119,7 +119,7 @@
   ">>>> +\tnid = page_to_nid(pfn_to_page(start_pfn));\n",
   ">>>>   \n",
   ">>>>   \tmem_hotplug_begin();\n",
-  ">>>>   \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n",
+  ">>>>   \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n",
   ">>>> -\t\tpfn = PHYS_PFN(res->start);\n",
   ">>>> -\t\t__remove_pages(page_zone(pfn_to_page(pfn)), pfn,\n",
   ">>>> -\t\t\t\t PHYS_PFN(resource_size(res)), NULL);\n",
@@ -223,7 +223,7 @@
   "+\tnid = page_to_nid(first_page);\n",
   " \n",
   " \tmem_hotplug_begin();\n",
-  " \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n",
+  " \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n",
   "-\t\tpfn = PHYS_PFN(res->start);\n",
   "-\t\t__remove_pages(page_zone(pfn_to_page(pfn)), pfn,\n",
   "-\t\t\t\t PHYS_PFN(resource_size(res)), NULL);\n",
@@ -245,4 +245,4 @@
   "David / dhildenb"
 ]
 
-986df9da83512421a67c986d57e58b407cc0c04cb7060bfda9c3b3b2db9af368
+9022705f258094254f7698e9b17346a521439fc898baac35f7b4f77b3781407d

diff --git a/a/1.txt b/N3/1.txt
index ff32202..fb0736a 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -70,7 +70,7 @@ On 03.10.19 18:48, Aneesh Kumar K.V wrote:
 >>>> +	nid = page_to_nid(pfn_to_page(start_pfn));
 >>>>   
 >>>>   	mem_hotplug_begin();
->>>>   	if (pgmap->type = MEMORY_DEVICE_PRIVATE) {
+>>>>   	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
 >>>> -		pfn = PHYS_PFN(res->start);
 >>>> -		__remove_pages(page_zone(pfn_to_page(pfn)), pfn,
 >>>> -				 PHYS_PFN(resource_size(res)), NULL);
@@ -174,7 +174,7 @@ index 557e53c6fb46..8b11c0da345c 100644
 +	nid = page_to_nid(first_page);
  
  	mem_hotplug_begin();
- 	if (pgmap->type = MEMORY_DEVICE_PRIVATE) {
+ 	if (pgmap->type == MEMORY_DEVICE_PRIVATE) {
 -		pfn = PHYS_PFN(res->start);
 -		__remove_pages(page_zone(pfn_to_page(pfn)), pfn,
 -				 PHYS_PFN(resource_size(res)), NULL);
@@ -193,4 +193,9 @@ index 557e53c6fb46..8b11c0da345c 100644
 
 Thanks,
 
-David / dhildenb
\ No newline at end of file
+David / dhildenb
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
\ No newline at end of file
diff --git a/a/content_digest b/N3/content_digest
index d5106cc..fbbbe92 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -20,7 +20,7 @@
   "Subject\0Re: [PATCH v5 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone\0"
 ]
 [
-  "Date\0Fri, 04 Oct 2019 09:00:27 +0000\0"
+  "Date\0Fri, 4 Oct 2019 11:00:27 +0200\0"
 ]
 [
   "To\0Aneesh Kumar K.V <aneesh.kumar\@linux.ibm.com>",
@@ -119,7 +119,7 @@
   ">>>> +\tnid = page_to_nid(pfn_to_page(start_pfn));\n",
   ">>>>   \n",
   ">>>>   \tmem_hotplug_begin();\n",
-  ">>>>   \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n",
+  ">>>>   \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n",
   ">>>> -\t\tpfn = PHYS_PFN(res->start);\n",
   ">>>> -\t\t__remove_pages(page_zone(pfn_to_page(pfn)), pfn,\n",
   ">>>> -\t\t\t\t PHYS_PFN(resource_size(res)), NULL);\n",
@@ -223,7 +223,7 @@
   "+\tnid = page_to_nid(first_page);\n",
   " \n",
   " \tmem_hotplug_begin();\n",
-  " \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n",
+  " \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n",
   "-\t\tpfn = PHYS_PFN(res->start);\n",
   "-\t\t__remove_pages(page_zone(pfn_to_page(pfn)), pfn,\n",
   "-\t\t\t\t PHYS_PFN(resource_size(res)), NULL);\n",
@@ -242,7 +242,12 @@
   "\n",
   "Thanks,\n",
   "\n",
-  "David / dhildenb"
+  "David / dhildenb\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"
 ]
 
-986df9da83512421a67c986d57e58b407cc0c04cb7060bfda9c3b3b2db9af368
+0abed63a447da395e47c06f8b07ad71e6794e902c0bd178bb4cf0d6d4d8c1aa0

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.