From: Greg KH on 1 Apr 2010 11:30 On Thu, Apr 01, 2010 at 03:17:56PM +0100, Alan Cox wrote: > > Greg, are you ok with merging these TTY patches in your tree for 2.6.35 > > then? There will be at least one more respin of it for minor changes > > and anything that comes up during testing, but it's essentially what I > > posted here. > > Can we please wait a bit with the tty bits. I'm slowing picking through > the job properly and there are a lot of low hanging fruit to clean up at > the driver end of things that is best done before we complicate the core > stuff. No problem, I'll wait for your work before picking up any of these bkl tty patches. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Arnd Bergmann on 1 Apr 2010 15:20 On Thursday 01 April 2010, Alan Cox wrote: > > Greg, are you ok with merging these TTY patches in your tree for 2.6.35 > > then? There will be at least one more respin of it for minor changes > > and anything that comes up during testing, but it's essentially what I > > posted here. > > Can we please wait a bit with the tty bits. I'm slowing picking through > the job properly and there are a lot of low hanging fruit to clean up at > the driver end of things that is best done before we complicate the core > stuff. Ok, sure thing. I tried to make the patches in a way that is helpful to your goals, not hurting, but anything you are already working on should go in first because it's more important in the long run. > Arnd there is another problem I noticed in your changes - the ppp stuff > is not tty locking, its some kind of driver/network locking and I don't > claim to understand what is going on. Ok. This was just me being conservative and assuming that it interacts with TTY in ways I don't understand. The network layer does not use the BKL at all, except for a few protocols (appletalk, ipx, ...), so I'm fairly certain the ppp locking does not interact with that. I'll have a closer look to see if there's any chance it could lock against TTY code at all and do a patch to use a private lock if not. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
First
|
Prev
|
Pages: 1 2 Prev: [PATCH] Staging: Add new driver ipheth Next: tty: implement BTM as mutex instead of BKL |