diff for duplicates of <50BDC2CB.2030802@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 363c4b6..1f07463 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -128,7 +128,7 @@ Reviewed-by: Tang Chen <tangchen@cn.fujitsu.com> > + zone = page_zone(pfn_to_page(start_pfn)); > + ret = __remove_pages(zone, start_pfn, nr_pages); > + if (unlikely(ret)) -> + pr_warn("%s: Failed, __remove_pages() == %d\n", __func__, +> + pr_warn("%s: Failed, __remove_pages() = %d\n", __func__, > + ret); > + > + return ret; @@ -228,9 +228,3 @@ Reviewed-by: Tang Chen <tangchen@cn.fujitsu.com> > unlock_memory_hotplug(); > > return 0; - --- -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 6d88981..d6c2965 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01354010422-19648-1-git-send-email-wency@cn.fujitsu.com\0" "ref\01354010422-19648-6-git-send-email-wency@cn.fujitsu.com\0" "From\0Tang Chen <tangchen@cn.fujitsu.com>\0" - "Subject\0Re: [Patch v4 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture\0" - "Date\0Tue, 04 Dec 2012 17:30:51 +0800\0" + "Subject\0Re: [Patch v4 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page t\0" + "Date\0Tue, 04 Dec 2012 09:30:51 +0000\0" "To\0Wen Congyang <wency@cn.fujitsu.com>\0" "Cc\0x86@kernel.org" linux-mm@kvack.org @@ -157,7 +157,7 @@ "> +\tzone = page_zone(pfn_to_page(start_pfn));\n" "> +\tret = __remove_pages(zone, start_pfn, nr_pages);\n" "> +\tif (unlikely(ret))\n" - "> +\t\tpr_warn(\"%s: Failed, __remove_pages() == %d\\n\", __func__,\n" + "> +\t\tpr_warn(\"%s: Failed, __remove_pages() = %d\\n\", __func__,\n" "> +\t\t\tret);\n" "> +\n" "> +\treturn ret;\n" @@ -256,12 +256,6 @@ "> +\n" "> \tunlock_memory_hotplug();\n" ">\n" - "> \treturn 0;\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>" + "> \treturn 0;" -e3eef5bd550abe5143b930fc1c35e7c1b194cd1ac2d4ac7aa7ea91ee6a471001 +37984a84cc7627cb4bdba96a86a741343e94b2a9cbb9e43e5dba58c14a36cd57
diff --git a/a/1.txt b/N2/1.txt index 363c4b6..cf05016 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -228,9 +228,3 @@ Reviewed-by: Tang Chen <tangchen@cn.fujitsu.com> > unlock_memory_hotplug(); > > return 0; - --- -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/N2/content_digest index 6d88981..e5e10b1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,27 +4,26 @@ "Subject\0Re: [Patch v4 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture\0" "Date\0Tue, 04 Dec 2012 17:30:51 +0800\0" "To\0Wen Congyang <wency@cn.fujitsu.com>\0" - "Cc\0x86@kernel.org" - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org + "Cc\0linux-s390@vger.kernel.org" + linux-ia64@vger.kernel.org + Len Brown <len.brown@intel.com> linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org + x86@kernel.org + linux-kernel@vger.kernel.org cmetcalf@tilera.com - sparclinux@vger.kernel.org - David Rientjes <rientjes@google.com> - Jiang Liu <liuj97@gmail.com> - Len Brown <len.brown@intel.com> - benh@kernel.crashing.org + Jianguo Wu <wujianguo@huawei.com> + linux-mm@kvack.org + Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> paulus@samba.org - Christoph Lameter <cl@linux.com> Minchan Kim <minchan.kim@gmail.com> - Andrew Morton <akpm@linux-foundation.org> KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> - Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> - " Jianguo Wu <wujianguo@huawei.com>\0" + David Rientjes <rientjes@google.com> + sparclinux@vger.kernel.org + Christoph Lameter <cl@linux.com> + linuxppc-dev@lists.ozlabs.org + Andrew Morton <akpm@linux-foundation.org> + " Jiang Liu <liuj97@gmail.com>\0" "\00:1\0" "b\0" "On 11/27/2012 06:00 PM, Wen Congyang wrote:\n" @@ -256,12 +255,6 @@ "> +\n" "> \tunlock_memory_hotplug();\n" ">\n" - "> \treturn 0;\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>" + "> \treturn 0;" -e3eef5bd550abe5143b930fc1c35e7c1b194cd1ac2d4ac7aa7ea91ee6a471001 +b0cbbca76bb656cfc96a09eb30a6dbcc7718c47e86881bc47719d6067b6ee591
diff --git a/a/1.txt b/N3/1.txt index 363c4b6..cf05016 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -228,9 +228,3 @@ Reviewed-by: Tang Chen <tangchen@cn.fujitsu.com> > unlock_memory_hotplug(); > > return 0; - --- -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/N3/content_digest index 6d88981..9e605a0 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -256,12 +256,6 @@ "> +\n" "> \tunlock_memory_hotplug();\n" ">\n" - "> \treturn 0;\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>" + "> \treturn 0;" -e3eef5bd550abe5143b930fc1c35e7c1b194cd1ac2d4ac7aa7ea91ee6a471001 +238702c670f2bfa5869ed5ebd51b84eb105a065d267460311117e47b485b5866
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.