diff for duplicates of <20090827031826.4534.34220.sendpatchset@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index d1a0170..deda4cf 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> @@ -65,7 +66,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]; @@ -101,7 +102,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 @@ @@ -112,7 +114,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,16 @@ +#ifndef _ASM_GENERIC_KEXEC_H diff --git a/a/content_digest b/N1/content_digest index 1f543c4..ddefa99 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020090827031800.4534.94868.sendpatchset@localhost.localdomain\0" "From\0Amerigo Wang <amwang@redhat.com>\0" "Subject\0[Patch 2/8] x86: implement crashkernel=auto\0" - "Date\0Thu, 27 Aug 2009 03:15:59 +0000\0" + "Date\0Wed, 26 Aug 2009 23:15:59 -0400\0" "To\0linux-kernel@vger.kernel.org\0" "Cc\0tony.luck@intel.com" linux-ia64@vger.kernel.org @@ -33,7 +33,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" @@ -86,7 +87,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" @@ -122,7 +123,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" @@ -133,7 +135,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,16 @@\n" "+#ifndef _ASM_GENERIC_KEXEC_H\n" @@ -153,4 +156,4 @@ "+\n" +#endif -9f8ecac9ddd8b7ed24070d481a70317971027215f8baedb288a6fad407669694 +e3fbcd9660ccb678a99e59f575fa39af6ea3997abbde53c0755949c7389e21ef
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.