[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110224112902.71047445@lxorguk.ukuu.org.uk>
Date: Thu, 24 Feb 2011 11:29:02 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Greg KH <gregkh@...e.de>
Cc: Timur Tabi <timur@...escale.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: How important is it that tty_write_room doesn't lie?
> I think that people don't normally hit this as the console code isn't
> used as a tty and a console at the same time, right?
And also on most hardware that it doesn't actually matter.
The underlying logic is that printk output is important, and Linus has
always insisted that what matters is that it gets out, even with
collateral damage be that vt output mangling or serial losses.
If it's an actual problem in your environment you could do a bit of quiet
internal buffering (or report less than you really have if your fifo
queue is big)
Alan
--
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