Re: WARNING at __ftrace_hash_rec_update()

From: Rabin Vincent
Date: Fri Nov 11 2011 - 05:15:22 EST


On Fri, Nov 04, 2011 at 08:31:34PM -0400, Steven Rostedt wrote:
> On Tue, 2011-11-01 at 19:45 +0530, Rabin Vincent wrote:
> > On v3.1-7810-g094803e (current linus git), I'm able to trigger the below
> > FTRACE_WARN_ON() by running the following sequence of commands.
> > DYNAMIC_FTRACE is enabled.
> >
> > ftrace.c:1384:
> > if (FTRACE_WARN_ON((rec->flags & ~FTRACE_FL_MASK) == 0))
> > return;
> > rec->flags--;
> >
>
> Thanks for reporting. Can you try this patch please.

Works for me, thanks. It needed a ret=0 which I see you've already
added in your official submission.
--
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/