The patch titled fix-compilation-with-gcc-42-fix has been removed from the -mm tree. Its filename was fix-compilation-with-gcc-42-fix.patch This patch was dropped because it was folded into fix-compilation-with-gcc-42.patch ------------------------------------------------------ Subject: fix-compilation-with-gcc-42-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> i386 allmodconfig: ERROR: "jprobe_return" [net/ipv4/tcp_probe.ko] undefined! ERROR: "jprobe_return" [net/dccp/dccp_probe.ko] undefined! ERROR: "jprobe_return" [drivers/misc/lkdtm.ko] undefined! Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Cc: Ananth N Mavinakayanahalli <ananth@xxxxxxxxxx> Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: Peter Chubb <peterc@xxxxxxxxxxxxxxxxxx> Cc: Prasanna S Panchamukhi <prasanna@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kprobes.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN kernel/kprobes.c~fix-compilation-with-gcc-42-fix kernel/kprobes.c --- a/kernel/kprobes.c~fix-compilation-with-gcc-42-fix +++ a/kernel/kprobes.c @@ -1063,6 +1063,9 @@ EXPORT_SYMBOL_GPL(register_kprobe); EXPORT_SYMBOL_GPL(unregister_kprobe); EXPORT_SYMBOL_GPL(register_jprobe); EXPORT_SYMBOL_GPL(unregister_jprobe); +#ifdef CONFIG_KPROBES +EXPORT_SYMBOL_GPL(jprobe_return); +#endif #ifdef CONFIG_KPROBES EXPORT_SYMBOL_GPL(register_kretprobe); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fbcon-kill-compile-warning.patch fix-serial-buffer-memory-leak.patch mtdchar-build-fix.patch fix-compilation-with-gcc-42.patch fix-compilation-with-gcc-42-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