2008/11/28 Alexey Dobriyan <adobriyan@xxxxxxxxx>: > On alpha-smp-n-debug-y: > > CC kernel/trace/trace.o > kernel/trace/trace.c: In function 'ftrace_trace_userstack': > kernel/trace/trace.c:968: error: storage size of 'trace' isn't known > kernel/trace/trace.c:968: warning: unused variable 'trace' > make[3]: *** [kernel/trace/trace.o] Error 1 I think it needs a missing #ifdef CONFIG_STACKTRACE inside ftrace_trace_userstack. > CC kernel/trace/trace_branch.o > kernel/trace/trace_branch.c: In function 'probe_likely_condition': > kernel/trace/trace_branch.c:44: error: implicit declaration of function 'raw_local_irq_save' > kernel/trace/trace_branch.c:76: error: implicit declaration of function 'raw_local_irq_restore' > Needs a missing #include <linux/irqflags.h> I don't have time to submit patches now. Probably this night.... -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html