[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090615071306.5656aaa0@infradead.org>
Date: Mon, 15 Jun 2009 07:13:06 -0700
From: Arjan van de Ven <arjan@...radead.org>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org
Subject: Re: [PATCH] WARN(): add a \n to the message printk
On Mon, 15 Jun 2009 10:09:51 +0100
Alan Cox <alan@...rguk.ukuu.org.uk> wrote:
> > + if (args) {
> > vprintk(args->fmt, args->args);
> > + printk("\n");
>
> What stops another printk occuring between those two ?
>
absolutely nothing... and in that case you get what you get in a
million other places in the kernel; a bit of a mix.
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
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