[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1321403685.21286.25.camel@Joe-Laptop>
Date: Tue, 15 Nov 2011 16:34:45 -0800
From: Joe Perches <joe@...ches.com>
To: Valdis.Kletnieks@...edu
Cc: Huang Ying <ying.huang@...el.com>,
William Douglas <william.r.douglas@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: Printk mulitple line message support
On Tue, 2011-11-15 at 19:29 -0500, Valdis.Kletnieks@...edu wrote:
> On Mon, 14 Nov 2011 17:18:03 PST, Joe Perches said:
>
> > mp_start(&cookie)
> > pr_<level>(fmt, ...);
> > pr_mp_cont(&cookie, fmt, ...);
> > pr_mp_cont(&cookie, fmt "\n", ...);
> > mp_end(&cookie);
>
> What should happen if buggy code returns before calling mp_end()?
Every pr_cont use gets emitted with a cookie id
which is annoying enough to get the code fixed
rather quickly no?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists