diff for duplicates of <506E4799.30407@jp.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index b93c0cc..91a8a16 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,8 +20,7 @@ Signed-off-by: Wen Congyang <wency@cn.fujitsu.com> 3 files changed, 173 insertions(+), 22 deletions(-) Index: linux-3.6/arch/x86/mm/init_64.c -=================================================================== ---- linux-3.6.orig/arch/x86/mm/init_64.c 2012-10-04 18:30:21.171698416 +0900 +=================================--- linux-3.6.orig/arch/x86/mm/init_64.c 2012-10-04 18:30:21.171698416 +0900 +++ linux-3.6/arch/x86/mm/init_64.c 2012-10-04 18:30:27.317704652 +0900 @@ -675,6 +675,151 @@ int arch_add_memory(int nid, u64 start, } @@ -70,7 +69,7 @@ Index: linux-3.6/arch/x86/mm/init_64.c + continue; + + if (pmd_large(*pmd)) { -+ if ((addr & ~PMD_MASK) == 0 && next <= end) { ++ if ((addr & ~PMD_MASK) = 0 && next <= end) { + set_pmd(pmd, __pmd(0)); + pages++; + continue; @@ -117,7 +116,7 @@ Index: linux-3.6/arch/x86/mm/init_64.c + continue; + + if (pud_large(*pud)) { -+ if ((addr & ~PUD_MASK) == 0 && next <= end) { ++ if ((addr & ~PUD_MASK) = 0 && next <= end) { + set_pud(pud, __pud(0)); + pages++; + continue; @@ -185,8 +184,7 @@ Index: linux-3.6/arch/x86/mm/init_64.c } #endif Index: linux-3.6/arch/x86/include/asm/pgtable_types.h -=================================================================== ---- linux-3.6.orig/arch/x86/include/asm/pgtable_types.h 2012-10-04 18:26:51.925486954 +0900 +=================================--- linux-3.6.orig/arch/x86/include/asm/pgtable_types.h 2012-10-04 18:26:51.925486954 +0900 +++ linux-3.6/arch/x86/include/asm/pgtable_types.h 2012-10-04 18:30:27.322704656 +0900 @@ -334,6 +334,7 @@ static inline void update_page_count(int * as a pte too. @@ -197,8 +195,7 @@ Index: linux-3.6/arch/x86/include/asm/pgtable_types.h #endif /* !__ASSEMBLY__ */ Index: linux-3.6/arch/x86/mm/pageattr.c -=================================================================== ---- linux-3.6.orig/arch/x86/mm/pageattr.c 2012-10-04 18:26:51.923486952 +0900 +=================================--- linux-3.6.orig/arch/x86/mm/pageattr.c 2012-10-04 18:26:51.923486952 +0900 +++ linux-3.6/arch/x86/mm/pageattr.c 2012-10-04 18:30:27.328704662 +0900 @@ -501,21 +501,13 @@ out_unlock: return do_split; @@ -276,9 +273,3 @@ Index: linux-3.6/arch/x86/mm/pageattr.c 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 6d43875..f62065b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0506E43E0.70507@jp.fujitsu.com\0" "From\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>\0" "Subject\0[PATCH 8/10] memory-hotplug : remove page table of x86_64 architecture\0" - "Date\0Fri, 5 Oct 2012 11:36:09 +0900\0" + "Date\0Fri, 05 Oct 2012 02:36:09 +0000\0" "To\0x86@kernel.org" linux-mm@kvack.org linux-kernel@vger.kernel.org @@ -45,8 +45,7 @@ " 3 files changed, 173 insertions(+), 22 deletions(-)\n" "\n" "Index: linux-3.6/arch/x86/mm/init_64.c\n" - "===================================================================\n" - "--- linux-3.6.orig/arch/x86/mm/init_64.c\t2012-10-04 18:30:21.171698416 +0900\n" + "=================================--- linux-3.6.orig/arch/x86/mm/init_64.c\t2012-10-04 18:30:21.171698416 +0900\n" "+++ linux-3.6/arch/x86/mm/init_64.c\t2012-10-04 18:30:27.317704652 +0900\n" "@@ -675,6 +675,151 @@ int arch_add_memory(int nid, u64 start, \n" " }\n" @@ -95,7 +94,7 @@ "+\t\t\tcontinue;\n" "+\n" "+\t\tif (pmd_large(*pmd)) {\n" - "+\t\t\tif ((addr & ~PMD_MASK) == 0 && next <= end) {\n" + "+\t\t\tif ((addr & ~PMD_MASK) = 0 && next <= end) {\n" "+\t\t\t\tset_pmd(pmd, __pmd(0));\n" "+\t\t\t\tpages++;\n" "+\t\t\t\tcontinue;\n" @@ -142,7 +141,7 @@ "+\t\t\tcontinue;\n" "+\n" "+\t\tif (pud_large(*pud)) {\n" - "+\t\t\tif ((addr & ~PUD_MASK) == 0 && next <= end) {\n" + "+\t\t\tif ((addr & ~PUD_MASK) = 0 && next <= end) {\n" "+\t\t\t\tset_pud(pud, __pud(0));\n" "+\t\t\t\tpages++;\n" "+\t\t\t\tcontinue;\n" @@ -210,8 +209,7 @@ " }\n" " #endif\n" "Index: linux-3.6/arch/x86/include/asm/pgtable_types.h\n" - "===================================================================\n" - "--- linux-3.6.orig/arch/x86/include/asm/pgtable_types.h\t2012-10-04 18:26:51.925486954 +0900\n" + "=================================--- linux-3.6.orig/arch/x86/include/asm/pgtable_types.h\t2012-10-04 18:26:51.925486954 +0900\n" "+++ linux-3.6/arch/x86/include/asm/pgtable_types.h\t2012-10-04 18:30:27.322704656 +0900\n" "@@ -334,6 +334,7 @@ static inline void update_page_count(int\n" " * as a pte too.\n" @@ -222,8 +220,7 @@ " #endif\t/* !__ASSEMBLY__ */\n" " \n" "Index: linux-3.6/arch/x86/mm/pageattr.c\n" - "===================================================================\n" - "--- linux-3.6.orig/arch/x86/mm/pageattr.c\t2012-10-04 18:26:51.923486952 +0900\n" + "=================================--- linux-3.6.orig/arch/x86/mm/pageattr.c\t2012-10-04 18:26:51.923486952 +0900\n" "+++ linux-3.6/arch/x86/mm/pageattr.c\t2012-10-04 18:30:27.328704662 +0900\n" "@@ -501,21 +501,13 @@ out_unlock:\n" " \treturn do_split;\n" @@ -300,12 +297,6 @@ "-\tspin_unlock(&pgd_lock);\n" " \n" " \treturn 0;\n" - " }\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>" + } -a0b4bb937866be6b0e7f467621c59ed9630305369147aac3d3713094ca5284c1 +de2d7e36757a9aa0070fb5da414314835d49b0b8691200a6289f0db45f494059
diff --git a/a/1.txt b/N2/1.txt index b93c0cc..12debc5 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -276,9 +276,3 @@ Index: linux-3.6/arch/x86/mm/pageattr.c 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 6d43875..d775ffc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,25 +2,25 @@ "From\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>\0" "Subject\0[PATCH 8/10] memory-hotplug : remove page table of x86_64 architecture\0" "Date\0Fri, 5 Oct 2012 11:36:09 +0900\0" - "To\0x86@kernel.org" - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org - linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org - cmetcalf@tilera.com - " sparclinux@vger.kernel.org\0" - "Cc\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>" + "To\0<x86@kernel.org>" + <linux-mm@kvack.org> + <linux-kernel@vger.kernel.org> + <linuxppc-dev@lists.ozlabs.org> + <linux-acpi@vger.kernel.org> + <linux-s390@vger.kernel.org> + <linux-sh@vger.kernel.org> + <linux-ia64@vger.kernel.org> + <cmetcalf@tilera.com> + " <sparclinux@vger.kernel.org>\0" + "Cc\0len.brown@intel.com" + wency@cn.fujitsu.com + Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> + minchan.kim@gmail.com + kosaki.motohiro@jp.fujitsu.com rientjes@google.com - liuj97@gmail.com - len.brown@intel.com cl@linux.com - minchan.kim@gmail.com akpm@linux-foundation.org - kosaki.motohiro@jp.fujitsu.com - " wency@cn.fujitsu.com\0" + " liuj97@gmail.com\0" "\00:1\0" "b\0" "From: Wen Congyang <wency@cn.fujitsu.com>\n" @@ -300,12 +300,6 @@ "-\tspin_unlock(&pgd_lock);\n" " \n" " \treturn 0;\n" - " }\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>" + } -a0b4bb937866be6b0e7f467621c59ed9630305369147aac3d3713094ca5284c1 +99d7f3252452d26f7da5a5bc2cc9392f2b2127b5e33c78d6f8af8e3d0e7a13c1
diff --git a/a/1.txt b/N3/1.txt index b93c0cc..12debc5 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -276,9 +276,3 @@ Index: linux-3.6/arch/x86/mm/pageattr.c 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 6d43875..8d6e2cf 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,25 +2,25 @@ "From\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>\0" "Subject\0[PATCH 8/10] memory-hotplug : remove page table of x86_64 architecture\0" "Date\0Fri, 5 Oct 2012 11:36:09 +0900\0" - "To\0x86@kernel.org" - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org - linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org - cmetcalf@tilera.com - " sparclinux@vger.kernel.org\0" + "To\0<x86@kernel.org>" + <linux-mm@kvack.org> + <linux-kernel@vger.kernel.org> + <linuxppc-dev@lists.ozlabs.org> + <linux-acpi@vger.kernel.org> + <linux-s390@vger.kernel.org> + <linux-sh@vger.kernel.org> + <linux-ia64@vger.kernel.org> + <cmetcalf@tilera.com> + " <sparclinux@vger.kernel.org>\0" "Cc\0Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>" - rientjes@google.com - liuj97@gmail.com - len.brown@intel.com - cl@linux.com - minchan.kim@gmail.com - akpm@linux-foundation.org - kosaki.motohiro@jp.fujitsu.com - " wency@cn.fujitsu.com\0" + <rientjes@google.com> + <liuj97@gmail.com> + <len.brown@intel.com> + <cl@linux.com> + <minchan.kim@gmail.com> + <akpm@linux-foundation.org> + <kosaki.motohiro@jp.fujitsu.com> + " <wency@cn.fujitsu.com>\0" "\00:1\0" "b\0" "From: Wen Congyang <wency@cn.fujitsu.com>\n" @@ -300,12 +300,6 @@ "-\tspin_unlock(&pgd_lock);\n" " \n" " \treturn 0;\n" - " }\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>" + } -a0b4bb937866be6b0e7f467621c59ed9630305369147aac3d3713094ca5284c1 +03434f0ae3ba2b4df3a3cf35d237915ceb8cd94cf721c42ebbe1f7f9a9933e53
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.