Re: 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731check_flags (ftrace)

From: Ingo Molnar
Date: Fri Jul 18 2008 - 07:48:14 EST



* Vegard Nossum <vegard.nossum@xxxxxxxxx> wrote:

> On Wed, Jul 16, 2008 at 6:13 AM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> > Things get weird between lockdep and ftrace because ftrace can be called
> > within lockdep internal code (via the mcount pointer) and lockdep can be
> > called with ftrace (via spin_locks).
> >
> > Can you try this patch out and see if it fixes your problem. I only
> > compiled tested it.
> >
> > Note: I'll be traveling for the next couple of weeks, so I will be on and
> > off with email.
> >
> > Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx>
> > ---
> > kernel/trace/trace_sched_wakeup.c | 27 ++++++++++++++++-----------
> > 1 file changed, 16 insertions(+), 11 deletions(-)
>
> Works for me! :-)
>
> There's no warning during self-tests. But then again, I didn't try
> tracing anything else either.

applied to tip/tracing/urgent - thanks!

Ingo
--
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/