diff for duplicates of <20191006085646.5768-7-david@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 0ef2131..74e88b7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ index 70263e6f093e..7fed8bd32a18 100644 mem_hotplug_begin(); + remove_pfn_range_from_zone(page_zone(first_page), PHYS_PFN(res->start), + PHYS_PFN(resource_size(res))); - if (pgmap->type = MEMORY_DEVICE_PRIVATE) { + if (pgmap->type == MEMORY_DEVICE_PRIVATE) { __remove_pages(PHYS_PFN(res->start), PHYS_PFN(resource_size(res)), NULL); -- diff --git a/a/content_digest b/N1/content_digest index 331851d..d378ea6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,21 @@ "ref\020191006085646.5768-1-david@redhat.com\0" "From\0David Hildenbrand <david@redhat.com>\0" "Subject\0[PATCH v6 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()\0" - "Date\0Sun, 06 Oct 2019 08:56:42 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:42 +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 x86@kernel.org David Hildenbrand <david@redhat.com> - linux-mm@kvack.org Andrew Morton <akpm@linux-foundation.org> - linuxppc-dev@lists.ozlabs.org - Dan Williams <dan.j.williams@intel.com> - linux-arm-kernel@lists.infradead.org - " Oscar Salvador <osalvador@suse.de>\0" + Oscar Salvador <osalvador@suse.de> + Michal Hocko <mhocko@suse.com> + Pavel Tatashin <pasha.tatashin@soleen.com> + " Dan Williams <dan.j.williams@intel.com>\0" "\00:1\0" "b\0" "Let's poison the pages similar to when adding new memory in\n" @@ -60,10 +60,10 @@ " \tmem_hotplug_begin();\n" "+\tremove_pfn_range_from_zone(page_zone(first_page), PHYS_PFN(res->start),\n" "+\t\t\t\t PHYS_PFN(resource_size(res)));\n" - " \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n" + " \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n" " \t\t__remove_pages(PHYS_PFN(res->start),\n" " \t\t\t PHYS_PFN(resource_size(res)), NULL);\n" "-- \n" 2.21.0 -222c86c5d0241ac3f624eabff337a7320fe26df6087d4ceda237eaf67f82aa7d +1fcca606f757252d6ab60da75452ca6585be6c65b915bfd28d2d88f33b17393c
diff --git a/a/1.txt b/N2/1.txt index 0ef2131..74e88b7 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -40,7 +40,7 @@ index 70263e6f093e..7fed8bd32a18 100644 mem_hotplug_begin(); + remove_pfn_range_from_zone(page_zone(first_page), PHYS_PFN(res->start), + PHYS_PFN(resource_size(res))); - if (pgmap->type = MEMORY_DEVICE_PRIVATE) { + if (pgmap->type == MEMORY_DEVICE_PRIVATE) { __remove_pages(PHYS_PFN(res->start), PHYS_PFN(resource_size(res)), NULL); -- diff --git a/a/content_digest b/N2/content_digest index 331851d..a1b09cc 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 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()\0" - "Date\0Sun, 06 Oct 2019 08:56:42 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:42 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -60,10 +60,10 @@ " \tmem_hotplug_begin();\n" "+\tremove_pfn_range_from_zone(page_zone(first_page), PHYS_PFN(res->start),\n" "+\t\t\t\t PHYS_PFN(resource_size(res)));\n" - " \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n" + " \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n" " \t\t__remove_pages(PHYS_PFN(res->start),\n" " \t\t\t PHYS_PFN(resource_size(res)), NULL);\n" "-- \n" 2.21.0 -222c86c5d0241ac3f624eabff337a7320fe26df6087d4ceda237eaf67f82aa7d +463ce82ea360353a0145d15e08846ccd0decf27157afb4086b1268d9a3a1623e
diff --git a/a/1.txt b/N3/1.txt index 0ef2131..aad289b 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -40,8 +40,14 @@ index 70263e6f093e..7fed8bd32a18 100644 mem_hotplug_begin(); + remove_pfn_range_from_zone(page_zone(first_page), PHYS_PFN(res->start), + PHYS_PFN(resource_size(res))); - if (pgmap->type = MEMORY_DEVICE_PRIVATE) { + if (pgmap->type == MEMORY_DEVICE_PRIVATE) { __remove_pages(PHYS_PFN(res->start), PHYS_PFN(resource_size(res)), NULL); -- 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 331851d..bc90020 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 06/10] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()\0" - "Date\0Sun, 06 Oct 2019 08:56:42 +0000\0" + "Date\0Sun, 6 Oct 2019 10:56:42 +0200\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0linux-s390@vger.kernel.org" Michal Hocko <mhocko@suse.com> @@ -60,10 +60,16 @@ " \tmem_hotplug_begin();\n" "+\tremove_pfn_range_from_zone(page_zone(first_page), PHYS_PFN(res->start),\n" "+\t\t\t\t PHYS_PFN(resource_size(res)));\n" - " \tif (pgmap->type = MEMORY_DEVICE_PRIVATE) {\n" + " \tif (pgmap->type == MEMORY_DEVICE_PRIVATE) {\n" " \t\t__remove_pages(PHYS_PFN(res->start),\n" " \t\t\t PHYS_PFN(resource_size(res)), NULL);\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 -222c86c5d0241ac3f624eabff337a7320fe26df6087d4ceda237eaf67f82aa7d +5d156d832793ebfbcd7060bd17ec0a687215e9da76baee101388171aead51f27
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.