diff for duplicates of <51108126.3050905@huawei.com> diff --git a/a/1.txt b/N1/1.txt index 6432161..6adb0d6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ On 2013/2/5 0:32, Matt Fleming wrote: > On Tue, 2013-01-29 at 11:52 +0800, Xishi Qiu wrote: ->> On ia64 platform, I set "crashkernel=1024M-:600M", and dmesg shows 128M-728M +>> On ia64 platform, I set "crashkernel\x1024M-:600M", and dmesg shows 128M-728M >> memory is reserved for crash kernel. Then "echo c > /proc/sysrq-trigger" to >> test kdump. >> @@ -49,12 +49,12 @@ On 2013/2/5 0:32, Matt Fleming wrote: > --- a/arch/ia64/kernel/efi.c > +++ b/arch/ia64/kernel/efi.c > @@ -482,7 +482,7 @@ efi_init (void) -> if (memcmp(cp, "mem=", 4) == 0) { +> if (memcmp(cp, "mem=", 4) = 0) { > mem_limit = memparse(cp + 4, &cp); -> } else if (memcmp(cp, "max_addr=", 9) == 0) { +> } else if (memcmp(cp, "max_addr=", 9) = 0) { > - max_addr = GRANULEROUNDDOWN(memparse(cp + 9, &cp)); > + max_addr = GRANULEROUNDUP(memparse(cp + 9, &cp)); -> } else if (memcmp(cp, "min_addr=", 9) == 0) { +> } else if (memcmp(cp, "min_addr=", 9) = 0) { > min_addr = GRANULEROUNDDOWN(memparse(cp + 9, &cp)); > } else { > @@ -64,9 +64,9 @@ Hi Matt, Thanks for your awareness. -I have a question. If we set "crashkernel=1024M-:600M", the log shows 128M-728M memory +I have a question. If we set "crashkernel\x1024M-:600M", the log shows 128M-728M memory is reserved for crash kernel. So if "max_addr = GRANULEROUNDUP()", when crash kernel boot, -it uses 128M-736M memory, overflow! (suppose IA64_GRANULE_SIZE=16M). +it uses 128M-736M memory, overflow! (suppose IA64_GRANULE_SIZE\x16M). Thanks, Xishi Qiu diff --git a/a/content_digest b/N1/content_digest index 7f0c5ec..fc10db0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01359995565.7515.178.camel@mfleming-mobl1.ger.corp.intel.com\0" "From\0Xishi Qiu <qiuxishi@huawei.com>\0" "Subject\0Re: [PATCH] ia64/mm: fix a bad_page bug when crash kernel booting\0" - "Date\0Tue, 5 Feb 2013 11:48:54 +0800\0" + "Date\0Tue, 05 Feb 2013 03:48:54 +0000\0" "To\0Matt Fleming <matt.fleming@intel.com>\0" "Cc\0Luck" Tony <tony.luck@intel.com> @@ -18,7 +18,7 @@ "On 2013/2/5 0:32, Matt Fleming wrote:\n" "\n" "> On Tue, 2013-01-29 at 11:52 +0800, Xishi Qiu wrote:\n" - ">> On ia64 platform, I set \"crashkernel=1024M-:600M\", and dmesg shows 128M-728M\n" + ">> On ia64 platform, I set \"crashkernel\02024M-:600M\", and dmesg shows 128M-728M\n" ">> memory is reserved for crash kernel. Then \"echo c > /proc/sysrq-trigger\" to\n" ">> test kdump.\n" ">>\n" @@ -66,12 +66,12 @@ "> --- a/arch/ia64/kernel/efi.c\n" "> +++ b/arch/ia64/kernel/efi.c\n" "> @@ -482,7 +482,7 @@ efi_init (void)\n" - "> \t\tif (memcmp(cp, \"mem=\", 4) == 0) {\n" + "> \t\tif (memcmp(cp, \"mem=\", 4) = 0) {\n" "> \t\t\tmem_limit = memparse(cp + 4, &cp);\n" - "> \t\t} else if (memcmp(cp, \"max_addr=\", 9) == 0) {\n" + "> \t\t} else if (memcmp(cp, \"max_addr=\", 9) = 0) {\n" "> -\t\t\tmax_addr = GRANULEROUNDDOWN(memparse(cp + 9, &cp));\n" "> +\t\t\tmax_addr = GRANULEROUNDUP(memparse(cp + 9, &cp));\n" - "> \t\t} else if (memcmp(cp, \"min_addr=\", 9) == 0) {\n" + "> \t\t} else if (memcmp(cp, \"min_addr=\", 9) = 0) {\n" "> \t\t\tmin_addr = GRANULEROUNDDOWN(memparse(cp + 9, &cp));\n" "> \t\t} else {\n" "> \n" @@ -81,9 +81,9 @@ "\n" "Thanks for your awareness.\n" "\n" - "I have a question. If we set \"crashkernel=1024M-:600M\", the log shows 128M-728M memory\n" + "I have a question. If we set \"crashkernel\02024M-:600M\", the log shows 128M-728M memory\n" "is reserved for crash kernel. So if \"max_addr = GRANULEROUNDUP()\", when crash kernel boot,\n" - "it uses 128M-736M memory, overflow! (suppose IA64_GRANULE_SIZE=16M).\n" + "it uses 128M-736M memory, overflow! (suppose IA64_GRANULE_SIZE\026M).\n" "\n" "Thanks,\n" "Xishi Qiu\n" @@ -92,4 +92,4 @@ "> .\n" > -43c251bfb0526e40a1cc07c9135c80cd0c4d99ee0b4b88304ae2e4425f1b232b +33655aea938bdaeb8b697721a80335b08d5613a25fb1d1753a86de6ae33157b5
diff --git a/a/1.txt b/N2/1.txt index 6432161..94456f6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -73,4 +73,12 @@ Xishi Qiu > > . -> +> + + + +-- +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 7f0c5ec..547851e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -90,6 +90,14 @@ "\n" "> \n" "> .\n" - > + "> \n" + "\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>" -43c251bfb0526e40a1cc07c9135c80cd0c4d99ee0b4b88304ae2e4425f1b232b +e2a8c98c44f29a0f02a8afdafa1de707ffe0aee8e62992a853c3e021fe78e163
diff --git a/a/content_digest b/N3/content_digest index 7f0c5ec..3db6b62 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -6,13 +6,13 @@ "To\0Matt Fleming <matt.fleming@intel.com>\0" "Cc\0Luck" Tony <tony.luck@intel.com> - fenghua.yu@intel.com + <fenghua.yu@intel.com> Liujiang <jiang.liu@huawei.com> Andrew Morton <akpm@linux-foundation.org> - linux-ia64@vger.kernel.org - linux-kernel@vger.kernel.org - linux-efi@vger.kernel.org - " linux-mm@kvack.org\0" + <linux-ia64@vger.kernel.org> + <linux-kernel@vger.kernel.org> + <linux-efi@vger.kernel.org> + " <linux-mm@kvack.org>\0" "\00:1\0" "b\0" "On 2013/2/5 0:32, Matt Fleming wrote:\n" @@ -92,4 +92,4 @@ "> .\n" > -43c251bfb0526e40a1cc07c9135c80cd0c4d99ee0b4b88304ae2e4425f1b232b +ae8e44effb996d5f1ace2177eef1f840e35d67b8a5c76d913fbac6caa9a1201a
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.