lkml.org 
[lkml]   [2010]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/1] TTY: don't allow reopen when ldisc is changing
On Fri, Nov 26, 2010 at 08:46:18AM +0100, Jiri Slaby wrote:
> On 11/26/2010 01:28 AM, Kyle McMartin wrote:
> > On Thu, Nov 25, 2010 at 06:16:23PM +0100, Jiri Slaby wrote:
> >> - if (test_bit(TTY_CLOSING, &tty->flags))
> >> + if (test_bit(TTY_CLOSING, &tty->flags) ||
> >> + test_bit(TTY_LDISC_CHANGING, &tty->flags))
> >> return -EIO;
> >>
> >> if (driver->type == TTY_DRIVER_TYPE_PTY &&
> >
> > Unfortunately, users report this doesn't seem to fix things for them
> > (built against 2.6.36 (plus another patch you wrote iirc.))
>
> Which patches exactly do you have? You need three of mine in 2.6.36.
>

Just tty-restore-tty_ldisc_wait_idle.patch on top of 2.6.36.1, I'll grab
the other two now.

--Kyle


\
 
 \ /
  Last update: 2010-11-26 14:31    [W:2.700 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site