The patch titled introduce-crashboot-kernel-command-line-parameter fix has been removed from the -mm tree. Its filename is introduce-crashboot-kernel-command-line-parameter-fix.patch This patch was dropped because an updated version was merged ------------------------------------------------------ Subject: introduce-crashboot-kernel-command-line-parameter fix From: Vivek Goyal <vgoyal@xxxxxxxxxx> o Compilation of cciss driver broke when compiled as a module as crash_boot was not exported. Signed-off-by: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- init/main.c | 1 + 1 file changed, 1 insertion(+) diff -puN init/main.c~introduce-crashboot-kernel-command-line-parameter-fix init/main.c --- a/init/main.c~introduce-crashboot-kernel-command-line-parameter-fix +++ a/init/main.c @@ -135,6 +135,7 @@ static char *ramdisk_execute_command; * context. */ unsigned int crash_boot; +EXPORT_SYMBOL(crash_boot); /* Setup configured maximum number of CPUs to activate */ static unsigned int max_cpus = NR_CPUS; _ Patches currently in -mm which might be from vgoyal@xxxxxxxxxx are origin.patch i2c-801-64bit-resource-fix.patch powerpc-adding-the-use-of-the-firmware-soft-reset-nmi-to-kdump.patch register-hot-added-memory-to-iomem-resource.patch introduce-crashboot-kernel-command-line-parameter-fix.patch kdump-cciss-driver-initialization-issue-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html