Re: [PATCH][GIT PULL][v2.6.33] tracing: Remove comparing of NULLto va_list in trace_array_vprintk()

From: Steven Rostedt
Date: Wed Dec 09 2009 - 13:05:43 EST


On Wed, 2009-12-09 at 07:11 +0100, Ingo Molnar wrote:
> -tip testing found that the Alpha defconfig fails to build. (error log
> attached below)
>
> To fix this bug i have unpulled this commit for now:
>
> efcf61a: tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
>
> Thanks,
>
> Ingo
>
> ---------------->
> In file included from /home/mingo/tip/include/linux/ftrace_event.h:5,
> from /home/mingo/tip/include/trace/syscall.h:6,
> from /home/mingo/tip/include/linux/syscalls.h:71,
> from /home/mingo/tip/init/noinitramfs.c:23:

Ah, this was caused by the !CONFIG_TRACING path:

-static inline void trace_print_seq(struct seq_file *m, struct trace_seq *s)
+static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s)
{
}

Will fix.

Thanks,

-- Steve


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/