diff for duplicates of <20191001144011.3801-2-david@redhat.com> diff --git a/a/1.txt b/N1/1.txt index ece63d3..92c2bdd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -66,7 +66,7 @@ index 557e53c6fb46..026788b2ac69 100644 + 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); diff --git a/a/content_digest b/N1/content_digest index ca9bed9..c52537c 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 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone\0" - "Date\0Tue, 01 Oct 2019 14:40:02 +0000\0" + "Date\0Tue, 1 Oct 2019 16:40:02 +0200\0" "To\0linux-kernel@vger.kernel.org\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 - Jason Gunthorpe <jgg@ziepe.ca> Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> - Pankaj Gupta <pagupta@redhat.com> - David Hildenbrand <david@redhat.com> - linux-mm@kvack.org - Logan Gunthorpe <logang@deltatee.com> Dan Williams <dan.j.williams@intel.com> - linuxppc-dev@lists.ozlabs.org Andrew Morton <akpm@linux-foundation.org> - " linux-arm-kernel@lists.infradead.org\0" + Jason Gunthorpe <jgg@ziepe.ca> + Logan Gunthorpe <logang@deltatee.com> + Ira Weiny <ira.weiny@intel.com> + Pankaj Gupta <pagupta@redhat.com> + " David Hildenbrand <david@redhat.com>\0" "\00:1\0" "b\0" "From: \"Aneesh Kumar K.V\" <aneesh.kumar@linux.ibm.com>\n" @@ -87,7 +87,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" @@ -99,4 +99,4 @@ "-- \n" 2.21.0 -68019cf5606f6fd92b56997b88d14ad316b2c410b296c705f68ccd60b9bf4ce5 +32297806cf673bf20c7735d518f18159dc266c4160838b394a476c63f7fa4ae5
diff --git a/a/1.txt b/N2/1.txt index ece63d3..92c2bdd 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -66,7 +66,7 @@ index 557e53c6fb46..026788b2ac69 100644 + 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); diff --git a/a/content_digest b/N2/content_digest index ca9bed9..2253877 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 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone\0" - "Date\0Tue, 01 Oct 2019 14:40:02 +0000\0" + "Date\0Tue, 1 Oct 2019 16:40:02 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" linux-ia64@vger.kernel.org @@ -87,7 +87,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" @@ -99,4 +99,4 @@ "-- \n" 2.21.0 -68019cf5606f6fd92b56997b88d14ad316b2c410b296c705f68ccd60b9bf4ce5 +423ad7d6117981e0b1292b173f4ae47d7d72b986161d12141c210124a69d2cba
diff --git a/a/1.txt b/N3/1.txt index ece63d3..b9a86d6 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -66,7 +66,7 @@ index 557e53c6fb46..026788b2ac69 100644 + 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); @@ -77,3 +77,9 @@ index 557e53c6fb46..026788b2ac69 100644 pgmap_altmap(pgmap)); -- 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 ca9bed9..0dcb817 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 01/10] mm/memunmap: Use the correct start and end pfn when removing pages from zone\0" - "Date\0Tue, 01 Oct 2019 14:40:02 +0000\0" + "Date\0Tue, 1 Oct 2019 16:40:02 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" linux-ia64@vger.kernel.org @@ -87,7 +87,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" @@ -97,6 +97,12 @@ " \t\tarch_remove_memory(nid, res->start, resource_size(res),\n" " \t\t\t\tpgmap_altmap(pgmap));\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 -68019cf5606f6fd92b56997b88d14ad316b2c410b296c705f68ccd60b9bf4ce5 +613fb81d5f11e1fd95d07c22872b160651a3b89967704136a79d69a4425729bd
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.