[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4DD5329C.2040200@freescale.com>
Date: Thu, 19 May 2011 10:09:16 -0500
From: Timur Tabi <timur@...escale.com>
To: Arnd Bergmann <arnd@...db.de>
CC: <kumar.gala@...escale.com>, <benh@...nel.crashing.org>,
<greg@...ah.com>, <akpm@...nel.org>,
<linuxppc-dev@...ts.ozlabs.org>, <linux-kernel@...r.kernel.org>,
<linux-console@...r.kernel.org>
Subject: Re: [PATCH 6/7] tty/powerpc: introduce the ePAPR embedded hypervisor
byte channel driver
Arnd Bergmann wrote:
> Why is this using a full tty driver instead of the hvc framework that most
> other hypervisor consoles use?
Because HVC uses the same interface for consoles and tty, and that resulted in
dropped characters if the client driver returns EAGAIN because it's output
buffer is full. I posted a patch that "fixes" this, but it was rejected.
Here's the original patch:
http://lists.ozlabs.org/pipermail/linuxppc-dev/2010-August/085136.html
And here's the thread discussing our concerns:
http://lists.ozlabs.org/pipermail/linuxppc-dev/2010-September/thread.html
(search for "fix dropping of characters when output byte channel is full")
--
Timur Tabi
Linux kernel developer at Freescale
--
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