The patch titled stack-overflow-safe-kdump-crash_use_safe_smp_processor_id-fix has been removed from the -mm tree. Its filename is stack-overflow-safe-kdump-crash_use_safe_smp_processor_id-fix.patch This patch was dropped because it was folded into stack-overflow-safe-kdump-crash_use_safe_smp_processor_id.patch ------------------------------------------------------ Subject: stack-overflow-safe-kdump-crash_use_safe_smp_processor_id-fix From: Andrew Morton <akpm@xxxxxxxx> Fix CONFIG_SMP=n build. We suck. Cc: Fernando Vazquez <fernando@xxxxxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/crash.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/i386/kernel/crash.c~stack-overflow-safe-kdump-crash_use_safe_smp_processor_id-fix arch/i386/kernel/crash.c --- a/arch/i386/kernel/crash.c~stack-overflow-safe-kdump-crash_use_safe_smp_processor_id-fix +++ a/arch/i386/kernel/crash.c @@ -23,6 +23,7 @@ #include <asm/hw_irq.h> #include <asm/apic.h> #include <asm/kdebug.h> +#include <asm/smp.h> #include <mach_ipi.h> _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch list_del-debug-fix.patch arch-i386-pci-mmconfigc-tlb-flush-fix-tweaks.patch maximum-latency-tracking-infrastructure.patch submit-checklist-mention-headers_check.patch ntp-move-all-the-ntp-related-code-to-ntpc.patch reiserfs-on-demand-bitmap-loading.patch add-vector-aio-support.patch stack-overflow-safe-kdump-crash_use_safe_smp_processor_id.patch stack-overflow-safe-kdump-crash_use_safe_smp_processor_id-fix.patch generic-ioremap_page_range-x86_64-conversion-fix.patch some-cleanup-in-the-pipe-code-tidy.patch support-piping-into-commands-in-proc-sys-kernel-core_pattern-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