lkml.org 
[lkml]   [2009]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH][GIT PULL][v2.6.33] tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
From
Date
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




\
 
 \ /
  Last update: 2009-12-09 19:09    [W:0.140 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site