diff for duplicates of <4905F114.3030406@de.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 1a5fe11..acc6d9f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,3 @@ -From: Gerald Schaefer <gerald.schaefer@de.ibm.com> - My last bugfix here (adding zone->lock) introduced a new problem: Using pfn_to_page(pfn) to get the zone after the for() loop is wrong. pfn then points to the first pfn after end_pfn, which may be in a different zone @@ -41,3 +39,9 @@ int test_pages_isolated(unsigned long start_pfn, unsigned long end_pfn) spin_lock_irqsave(&zone->lock, flags); ret = __test_page_isolated_in_pageblock(start_pfn, end_pfn); spin_unlock_irqrestore(&zone->lock, flags); + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index e9c99a6..ae3cdd0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,4 +1,5 @@ "From\0Gerald Schaefer <gerald.schaefer@de.ibm.com>\0" + "From\0Gerald Schaefer <gerald.schaefer@de.ibm.com>\0" "Subject\0[PATCH] memory hotplug: fix page_zone() calculation in test_pages_isolated()\0" "Date\0Mon, 27 Oct 2008 17:49:24 +0100\0" "To\0akpm@linux-foundation.org\0" @@ -10,8 +11,6 @@ " y-goto@jp.fujitsu.com\0" "\00:1\0" "b\0" - "From: Gerald Schaefer <gerald.schaefer@de.ibm.com>\n" - "\n" "My last bugfix here (adding zone->lock) introduced a new problem: Using\n" "pfn_to_page(pfn) to get the zone after the for() loop is wrong. pfn then\n" "points to the first pfn after end_pfn, which may be in a different zone\n" @@ -52,6 +51,12 @@ "+\tzone = page_zone(page);\n" "\tspin_lock_irqsave(&zone->lock, flags);\n" "\tret = __test_page_isolated_in_pageblock(start_pfn, end_pfn);\n" - "\tspin_unlock_irqrestore(&zone->lock, flags);" + "\tspin_unlock_irqrestore(&zone->lock, flags);\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -f68327ab0c9904a34c86a138d90def9402f8345d44577f5503294d0b3c81f7ec +7efad68ce2353a23bd8e0eac5ec5adc195833436f71a5996fb33cfe92b5376dd
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.