2009-10-15 21:58:30

by Greg KH

[permalink] [raw]
Subject: Re: patch pty-quickfix-for-the-pty-enxio-timing-problems.patch added to 2.6.31-stable tree

On Thu, Oct 15, 2009 at 02:52:01PM -0700, Linus Torvalds wrote:
>
>
> On Thu, 15 Oct 2009, [email protected] wrote:
> >
> > This is a note to let you know that we have just queued up the patch titled
> >
> > Subject: pty: quickfix for the pty ENXIO timing problems
>
> No. This is incorrect. It got reverted in mainline (commit e043e42bdb6).

Hm, ok, Marcin asked that I include this patch as it fixed his keyboard
problems with X on 2.6.31.

Marcin, any ideas?

I'll go drop this from the .31-stable queue.

thanks,

greg k-h


2009-10-15 22:04:40

by Linus Torvalds

[permalink] [raw]
Subject: Re: patch pty-quickfix-for-the-pty-enxio-timing-problems.patch added to 2.6.31-stable tree



On Thu, 15 Oct 2009, Greg KH wrote:
>
> Hm, ok, Marcin asked that I include this patch as it fixed his keyboard
> problems with X on 2.6.31.
>
> Marcin, any ideas?

Get current -git, I think it shoul be fixed there properly.

Marking the pty's "low_latency" works around the problem, but will break
at least ppp.

Linus

2009-10-17 15:36:03

by Marcin Slusarz

[permalink] [raw]
Subject: Re: patch pty-quickfix-for-the-pty-enxio-timing-problems.patch added to 2.6.31-stable tree

Linus Torvalds wrote:
>
> On Thu, 15 Oct 2009, Greg KH wrote:
>> Hm, ok, Marcin asked that I include this patch as it fixed his keyboard
>> problems with X on 2.6.31.
>>
>> Marcin, any ideas?
>
> Get current -git, I think it shoul be fixed there properly.
>
> Marking the pty's "low_latency" works around the problem, but will break
> at least ppp.
>
> Linus

Greg, I see you queued c8e33141911bf8fe87dc6c92793b9a59b2be0130
(tty: Make flush_to_ldisc() locking more robust) for stable, so I guess
you figured out it was not my problems with keyboard (*), but Boyan's
and Fr?d?ric's.

* http://lkml.org/lkml/2009/10/12/465

Marcin