Re: [PATCH] tracing/core: Add current context on tracing recursionwarning

From: Frederic Weisbecker
Date: Sun Apr 19 2009 - 10:22:20 EST


On Sun, Apr 19, 2009 at 04:01:54PM +0200, Ingo Molnar wrote:
> It would be nice to have this ... but there's no need to do that
> atomic thing - just use printk_once() please. (if we race with
> another instance and get two messages that's not a problem)
>
> Ingo


Ah, indeed I forgot about printk_once()
I've updated the repo with the following v2 on:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing tracing/recursion

---