diff for duplicates of <5018897E.4040109@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index 4371a4f..a446ae4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -45,9 +45,4 @@ Wen Congyang > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -> - -_______________________________________________ -Linuxppc-dev mailing list -Linuxppc-dev@lists.ozlabs.org -https://lists.ozlabs.org/listinfo/linuxppc-dev +> diff --git a/a/content_digest b/N1/content_digest index ce2e5be..773267f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\020120731144000.33fd4a0a@thinkpad\0" "From\0Wen Congyang <wency@cn.fujitsu.com>\0" "Subject\0Re: [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()\0" - "Date\0Wed, 01 Aug 2012 09:42:22 +0800\0" + "Date\0Wed, 01 Aug 2012 01:42:22 +0000\0" "To\0gerald.schaefer@de.ibm.com\0" "Cc\0linux-s390@vger.kernel.org" linux-ia64@vger.kernel.org @@ -74,11 +74,6 @@ "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "> Please read the FAQ at http://www.tux.org/lkml/\n" - "> \n" - "\n" - "_______________________________________________\n" - "Linuxppc-dev mailing list\n" - "Linuxppc-dev@lists.ozlabs.org\n" - https://lists.ozlabs.org/listinfo/linuxppc-dev + > -4b2c7609f96279a5ce7762200499391306e985d39e4538dea38d0f675478d0b5 +6b4c98b998356143a7b2fff165b56b9cf230f23f218649ebacb53de74b953305
diff --git a/a/1.txt b/N2/1.txt index 4371a4f..9993c9f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,14 +1,15 @@ At 07/31/2012 08:40 PM, Gerald Schaefer Wrote: > On Mon, 30 Jul 2012 18:35:37 +0800 > Wen Congyang <wency@cn.fujitsu.com> wrote: -> +>=20 >> At 07/30/2012 06:23 PM, Heiko Carstens Wrote: >>> On Fri, Jul 27, 2012 at 06:32:15PM +0800, Wen Congyang wrote: ->>>> We don't call __add_pages() directly in the function add_memory() +>>>> We don't call =5F=5Fadd=5Fpages() directly in the function add=5Fmemor= +y() >>>> because some other architecture related things need to be done ->>>> before or after calling __add_pages(). So we should introduce ->>>> a new function arch_remove_memory() to revert the things ->>>> done in arch_add_memory(). +>>>> before or after calling =5F=5Fadd=5Fpages(). So we should introduce +>>>> a new function arch=5Fremove=5Fmemory() to revert the things +>>>> done in arch=5Fadd=5Fmemory(). >>>> >>>> Note: the function for s390 is not implemented(I don't know how to >>>> implement it for s390). @@ -19,35 +20,35 @@ At 07/31/2012 08:40 PM, Gerald Schaefer Wrote: >> >> Thanks for providing this information. >> ->> According to this, arch_remove_memory() for s390 can just return +>> According to this, arch=5Fremove=5Fmemory() for s390 can just return >> -EBUSY. -> -> Yes, but there is a prototype mismatch for arch_remove_memory() on s390 +>=20 +> Yes, but there is a prototype mismatch for arch=5Fremove=5Fmemory() on s3= +90 > and also other architectures (u64 vs. unsigned long). -> +>=20 > arch/s390/mm/init.c:262: error: conflicting types for -> ‘arch_remove_memory’ include/linux/memory_hotplug.h:88: error: previous -> declaration of ‘arch_remove_memory’ was here -> -> In memory_hotplug.h you have: -> extern int arch_remove_memory(unsigned long start, unsigned long size); -> +> =E2=80=98arch=5Fremove=5Fmemory=E2=80=99 include/linux/memory=5Fhotplug.h= +:88: error: previous +> declaration of =E2=80=98arch=5Fremove=5Fmemory=E2=80=99 was here +>=20 +> In memory=5Fhotplug.h you have: +> extern int arch=5Fremove=5Fmemory(unsigned long start, unsigned long size= +); +>=20 > On all archs other than x86 you have: -> int arch_remove_memory(u64 start, u64 size) +> int arch=5Fremove=5Fmemory(u64 start, u64 size) Thanks for pointing it out. I will fix it. Wen Congyang -> +>=20 > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -> +>=20 -_______________________________________________ -Linuxppc-dev mailing list -Linuxppc-dev@lists.ozlabs.org -https://lists.ozlabs.org/listinfo/linuxppc-dev += diff --git a/a/content_digest b/N2/content_digest index ce2e5be..bb07316 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -30,14 +30,15 @@ "At 07/31/2012 08:40 PM, Gerald Schaefer Wrote:\n" "> On Mon, 30 Jul 2012 18:35:37 +0800\n" "> Wen Congyang <wency@cn.fujitsu.com> wrote:\n" - "> \n" + ">=20\n" ">> At 07/30/2012 06:23 PM, Heiko Carstens Wrote:\n" ">>> On Fri, Jul 27, 2012 at 06:32:15PM +0800, Wen Congyang wrote:\n" - ">>>> We don't call __add_pages() directly in the function add_memory()\n" + ">>>> We don't call =5F=5Fadd=5Fpages() directly in the function add=5Fmemor=\n" + "y()\n" ">>>> because some other architecture related things need to be done\n" - ">>>> before or after calling __add_pages(). So we should introduce\n" - ">>>> a new function arch_remove_memory() to revert the things\n" - ">>>> done in arch_add_memory().\n" + ">>>> before or after calling =5F=5Fadd=5Fpages(). So we should introduce\n" + ">>>> a new function arch=5Fremove=5Fmemory() to revert the things\n" + ">>>> done in arch=5Fadd=5Fmemory().\n" ">>>>\n" ">>>> Note: the function for s390 is not implemented(I don't know how to\n" ">>>> implement it for s390).\n" @@ -48,37 +49,37 @@ ">>\n" ">> Thanks for providing this information.\n" ">>\n" - ">> According to this, arch_remove_memory() for s390 can just return\n" + ">> According to this, arch=5Fremove=5Fmemory() for s390 can just return\n" ">> -EBUSY.\n" - "> \n" - "> Yes, but there is a prototype mismatch for arch_remove_memory() on s390\n" + ">=20\n" + "> Yes, but there is a prototype mismatch for arch=5Fremove=5Fmemory() on s3=\n" + "90\n" "> and also other architectures (u64 vs. unsigned long).\n" - "> \n" + ">=20\n" "> arch/s390/mm/init.c:262: error: conflicting types for\n" - "> \342\200\230arch_remove_memory\342\200\231 include/linux/memory_hotplug.h:88: error: previous\n" - "> declaration of \342\200\230arch_remove_memory\342\200\231 was here\n" - "> \n" - "> In memory_hotplug.h you have:\n" - "> extern int arch_remove_memory(unsigned long start, unsigned long size);\n" - "> \n" + "> =E2=80=98arch=5Fremove=5Fmemory=E2=80=99 include/linux/memory=5Fhotplug.h=\n" + ":88: error: previous\n" + "> declaration of =E2=80=98arch=5Fremove=5Fmemory=E2=80=99 was here\n" + ">=20\n" + "> In memory=5Fhotplug.h you have:\n" + "> extern int arch=5Fremove=5Fmemory(unsigned long start, unsigned long size=\n" + ");\n" + ">=20\n" "> On all archs other than x86 you have:\n" - "> int arch_remove_memory(u64 start, u64 size)\n" + "> int arch=5Fremove=5Fmemory(u64 start, u64 size)\n" "\n" "Thanks for pointing it out. I will fix it.\n" "\n" "Wen Congyang\n" "\n" - "> \n" + ">=20\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n" "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "> Please read the FAQ at http://www.tux.org/lkml/\n" - "> \n" + ">=20\n" "\n" - "_______________________________________________\n" - "Linuxppc-dev mailing list\n" - "Linuxppc-dev@lists.ozlabs.org\n" - https://lists.ozlabs.org/listinfo/linuxppc-dev + = -4b2c7609f96279a5ce7762200499391306e985d39e4538dea38d0f675478d0b5 +8395a85d215f1a90668a47797051b564c1bd7d1714163e4da6050f3fe156f739
diff --git a/a/1.txt b/N3/1.txt index 4371a4f..1b5068a 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -47,7 +47,9 @@ Wen Congyang > Please read the FAQ at http://www.tux.org/lkml/ > -_______________________________________________ -Linuxppc-dev mailing list -Linuxppc-dev@lists.ozlabs.org -https://lists.ozlabs.org/listinfo/linuxppc-dev + +-- +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 ce2e5be..629a108 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -7,24 +7,25 @@ "Subject\0Re: [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()\0" "Date\0Wed, 01 Aug 2012 09:42:22 +0800\0" "To\0gerald.schaefer@de.ibm.com\0" - "Cc\0linux-s390@vger.kernel.org" - linux-ia64@vger.kernel.org - len.brown@intel.com + "Cc\0Heiko Carstens <heiko.carstens@de.ibm.com>" + 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 - Heiko Carstens <heiko.carstens@de.ibm.com> - linux-kernel@vger.kernel.org + linux-ia64@vger.kernel.org cmetcalf@tilera.com - linux-mm@kvack.org - Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com> - paulus@samba.org - minchan.kim@gmail.com - kosaki.motohiro@jp.fujitsu.com rientjes@google.com + liuj97@gmail.com + len.brown@intel.com + benh@kernel.crashing.org + paulus@samba.org cl@linux.com - linuxppc-dev@lists.ozlabs.org + minchan.kim@gmail.com akpm@linux-foundation.org - " liuj97@gmail.com\0" + kosaki.motohiro@jp.fujitsu.com + " Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com>\0" "\00:1\0" "b\0" "At 07/31/2012 08:40 PM, Gerald Schaefer Wrote:\n" @@ -76,9 +77,11 @@ "> Please read the FAQ at http://www.tux.org/lkml/\n" "> \n" "\n" - "_______________________________________________\n" - "Linuxppc-dev mailing list\n" - "Linuxppc-dev@lists.ozlabs.org\n" - https://lists.ozlabs.org/listinfo/linuxppc-dev + "\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>" -4b2c7609f96279a5ce7762200499391306e985d39e4538dea38d0f675478d0b5 +ba04c37bd61db06b912cf32aa8200af46bc99c00ad7e0fe37dc90ed3912f5628
diff --git a/a/1.txt b/N4/1.txt index 4371a4f..a446ae4 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -45,9 +45,4 @@ Wen Congyang > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -> - -_______________________________________________ -Linuxppc-dev mailing list -Linuxppc-dev@lists.ozlabs.org -https://lists.ozlabs.org/listinfo/linuxppc-dev +> diff --git a/a/content_digest b/N4/content_digest index ce2e5be..1bcc747 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -7,24 +7,25 @@ "Subject\0Re: [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()\0" "Date\0Wed, 01 Aug 2012 09:42:22 +0800\0" "To\0gerald.schaefer@de.ibm.com\0" - "Cc\0linux-s390@vger.kernel.org" - linux-ia64@vger.kernel.org - len.brown@intel.com + "Cc\0Heiko Carstens <heiko.carstens@de.ibm.com>" + 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 - Heiko Carstens <heiko.carstens@de.ibm.com> - linux-kernel@vger.kernel.org + linux-ia64@vger.kernel.org cmetcalf@tilera.com - linux-mm@kvack.org - Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com> - paulus@samba.org - minchan.kim@gmail.com - kosaki.motohiro@jp.fujitsu.com rientjes@google.com + liuj97@gmail.com + len.brown@intel.com + benh@kernel.crashing.org + paulus@samba.org cl@linux.com - linuxppc-dev@lists.ozlabs.org + minchan.kim@gmail.com akpm@linux-foundation.org - " liuj97@gmail.com\0" + kosaki.motohiro@jp.fujitsu.com + " Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com>\0" "\00:1\0" "b\0" "At 07/31/2012 08:40 PM, Gerald Schaefer Wrote:\n" @@ -74,11 +75,6 @@ "> the body of a message to majordomo@vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "> Please read the FAQ at http://www.tux.org/lkml/\n" - "> \n" - "\n" - "_______________________________________________\n" - "Linuxppc-dev mailing list\n" - "Linuxppc-dev@lists.ozlabs.org\n" - https://lists.ozlabs.org/listinfo/linuxppc-dev + > -4b2c7609f96279a5ce7762200499391306e985d39e4538dea38d0f675478d0b5 +ae7fd1b4f4bb2a92d47d73c30aabbfe82a9a78d9609f9601f07c34387d56bd32
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.