diff for duplicates of <20090821065709.4855.54182.sendpatchset@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 09fe7bd..6fe9833 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,8 @@ Cc: Ingo Molnar <mingo@elte.hu> --- 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 @@ -37,6 +37,7 @@ #include <asm/io.h> @@ -27,7 +28,7 @@ Index: linux-2.6/kernel/kexec.c ck_cmdline += 12; /* strlen("crashkernel=") */ +#ifdef CONFIG_KEXEC_AUTO_RESERVE -+ if (strncmp(ck_cmdline, "auto", 4) = 0) { ++ if (strncmp(ck_cmdline, "auto", 4) == 0) { + unsigned long long size; + int len; + char tmp[32]; @@ -63,7 +64,8 @@ Index: linux-2.6/kernel/kexec.c * if the commandline contains a ':', then that's the extended * syntax -- if not, it must be the classic syntax Index: linux-2.6/arch/x86/include/asm/kexec.h -=================================--- linux-2.6.orig/arch/x86/include/asm/kexec.h +=================================================================== +--- linux-2.6.orig/arch/x86/include/asm/kexec.h +++ linux-2.6/arch/x86/include/asm/kexec.h @@ -23,6 +23,7 @@ @@ -74,7 +76,8 @@ Index: linux-2.6/arch/x86/include/asm/kexec.h /* * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return. Index: linux-2.6/include/asm-generic/kexec.h -=================================--- /dev/null +=================================================================== +--- /dev/null +++ linux-2.6/include/asm-generic/kexec.h @@ -0,0 +1,42 @@ +#ifndef _ASM_GENERIC_KEXEC_H diff --git a/a/content_digest b/N1/content_digest index fdf7dd5..22a9eae 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020090821065637.4855.32234.sendpatchset@localhost.localdomain\0" "From\0Amerigo Wang <amwang@redhat.com>\0" "Subject\0[Patch 3/8] x86: implement crashkernel=auto\0" - "Date\0Fri, 21 Aug 2009 06:54:44 +0000\0" + "Date\0Fri, 21 Aug 2009 02:54:44 -0400\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0tony.luck@intel.com" linux-ia64@vger.kernel.org @@ -31,7 +31,8 @@ "---\n" "\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" "@@ -37,6 +37,7 @@\n" " #include <asm/io.h>\n" @@ -46,7 +47,7 @@ " \tck_cmdline += 12; /* strlen(\"crashkernel=\") */\n" " \n" "+#ifdef CONFIG_KEXEC_AUTO_RESERVE\n" - "+\tif (strncmp(ck_cmdline, \"auto\", 4) = 0) {\n" + "+\tif (strncmp(ck_cmdline, \"auto\", 4) == 0) {\n" "+\t\tunsigned long long size;\n" "+\t\tint len;\n" "+\t\tchar tmp[32];\n" @@ -82,7 +83,8 @@ " \t * if the commandline contains a ':', then that's the extended\n" " \t * syntax -- if not, it must be the classic syntax\n" "Index: linux-2.6/arch/x86/include/asm/kexec.h\n" - "=================================--- linux-2.6.orig/arch/x86/include/asm/kexec.h\n" + "===================================================================\n" + "--- linux-2.6.orig/arch/x86/include/asm/kexec.h\n" "+++ linux-2.6/arch/x86/include/asm/kexec.h\n" "@@ -23,6 +23,7 @@\n" " \n" @@ -93,7 +95,8 @@ " /*\n" " * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.\n" "Index: linux-2.6/include/asm-generic/kexec.h\n" - "=================================--- /dev/null\n" + "===================================================================\n" + "--- /dev/null\n" "+++ linux-2.6/include/asm-generic/kexec.h\n" "@@ -0,0 +1,42 @@\n" "+#ifndef _ASM_GENERIC_KEXEC_H\n" @@ -139,4 +142,4 @@ "+\n" +#endif -74f609dc56953f7d545cece260770d980c478c0d2d6c4e18f13c5b39df301a4a +2a2126df152fa0775b591195f12ab2e99c4adfaed66f3060467a4fe51a697ae5
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.