diff for duplicates of <4A83893D.50707@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 36e59ac..c5b04fe 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,8 @@ Sure, I will do it when I resend them next time. I add mm people into Cc. >> Index: linux-2.6/kernel/kexec.c ->> =================================>> --- linux-2.6.orig/kernel/kexec.c +>> =================================================================== +>> --- linux-2.6.orig/kernel/kexec.c >> +++ linux-2.6/kernel/kexec.c >> @@ -1083,6 +1083,76 @@ void crash_kexec(struct pt_regs *regs) >> } @@ -94,7 +95,7 @@ Ok, no problem. >> + >> + if (new_size >= end - start + 1) { >> + ret = -EINVAL; ->> + if (new_size = end - start + 1) +>> + if (new_size == end - start + 1) >> + ret = 0; >> + goto unlock; >> + } diff --git a/a/content_digest b/N1/content_digest index 53e0990..56f1cc6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0m1bpmk8l1g.fsf@fess.ebiederm.org\0" "From\0Amerigo Wang <amwang@redhat.com>\0" "Subject\0Re: [Patch 8/8] kexec: allow to shrink reserved memory\0" - "Date\0Thu, 13 Aug 2009 03:32:13 +0000\0" + "Date\0Thu, 13 Aug 2009 11:32:13 +0800\0" "To\0Eric W. Biederman <ebiederm@xmission.com>\0" "Cc\0linux-kernel@vger.kernel.org" tony.luck@intel.com @@ -43,7 +43,8 @@ "\n" "I add mm people into Cc.\n" ">> Index: linux-2.6/kernel/kexec.c\n" - ">> =================================>> --- linux-2.6.orig/kernel/kexec.c\n" + ">> ===================================================================\n" + ">> --- linux-2.6.orig/kernel/kexec.c\n" ">> +++ linux-2.6/kernel/kexec.c\n" ">> @@ -1083,6 +1083,76 @@ void crash_kexec(struct pt_regs *regs)\n" ">> \t}\n" @@ -114,7 +115,7 @@ ">> +\n" ">> +\tif (new_size >= end - start + 1) {\n" ">> +\t\tret = -EINVAL;\n" - ">> +\t\tif (new_size = end - start + 1)\n" + ">> +\t\tif (new_size == end - start + 1)\n" ">> +\t\t\tret = 0;\n" ">> +\t\tgoto unlock;\n" ">> +\t}\n" @@ -152,4 +153,4 @@ "\n" Thanks! -4487a86fa5847af1ec4de310fb2da3cf1ea3fe18828a6b5d55b9d432bf109cf8 +1489e5c2afaa5b889561e298dd251d7494b07455a2a5c20c9c95573c5d8f3f50
diff --git a/a/1.txt b/N2/1.txt index 36e59ac..f1c8503 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -23,7 +23,8 @@ Sure, I will do it when I resend them next time. I add mm people into Cc. >> Index: linux-2.6/kernel/kexec.c ->> =================================>> --- linux-2.6.orig/kernel/kexec.c +>> =================================================================== +>> --- linux-2.6.orig/kernel/kexec.c >> +++ linux-2.6/kernel/kexec.c >> @@ -1083,6 +1083,76 @@ void crash_kexec(struct pt_regs *regs) >> } @@ -94,7 +95,7 @@ Ok, no problem. >> + >> + if (new_size >= end - start + 1) { >> + ret = -EINVAL; ->> + if (new_size = end - start + 1) +>> + if (new_size == end - start + 1) >> + ret = 0; >> + goto unlock; >> + } @@ -131,3 +132,10 @@ it is marked as "__init". Do we have that kind of API in mm? I can't find one. Thanks! + + +-- +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 53e0990..1d5e433 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "ref\0m1bpmk8l1g.fsf@fess.ebiederm.org\0" "From\0Amerigo Wang <amwang@redhat.com>\0" "Subject\0Re: [Patch 8/8] kexec: allow to shrink reserved memory\0" - "Date\0Thu, 13 Aug 2009 03:32:13 +0000\0" + "Date\0Thu, 13 Aug 2009 11:32:13 +0800\0" "To\0Eric W. Biederman <ebiederm@xmission.com>\0" "Cc\0linux-kernel@vger.kernel.org" tony.luck@intel.com @@ -43,7 +43,8 @@ "\n" "I add mm people into Cc.\n" ">> Index: linux-2.6/kernel/kexec.c\n" - ">> =================================>> --- linux-2.6.orig/kernel/kexec.c\n" + ">> ===================================================================\n" + ">> --- linux-2.6.orig/kernel/kexec.c\n" ">> +++ linux-2.6/kernel/kexec.c\n" ">> @@ -1083,6 +1083,76 @@ void crash_kexec(struct pt_regs *regs)\n" ">> \t}\n" @@ -114,7 +115,7 @@ ">> +\n" ">> +\tif (new_size >= end - start + 1) {\n" ">> +\t\tret = -EINVAL;\n" - ">> +\t\tif (new_size = end - start + 1)\n" + ">> +\t\tif (new_size == end - start + 1)\n" ">> +\t\t\tret = 0;\n" ">> +\t\tgoto unlock;\n" ">> +\t}\n" @@ -150,6 +151,13 @@ "\n" "Do we have that kind of API in mm? I can't find one.\n" "\n" - Thanks! + "Thanks!\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>" -4487a86fa5847af1ec4de310fb2da3cf1ea3fe18828a6b5d55b9d432bf109cf8 +05cf17a4e4c02a98ddb691d2c9265483236e7e1b659a163296ed99274bf76cf5
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.