Re: [PATCH] tty: don't dead while flushing workqueue

2012-11-27 Thread Greg Kroah-Hartman
On Tue, Nov 27, 2012 at 10:53:57AM +0100, Sebastian Andrzej Siewior wrote: > On Wed, Nov 21, 2012 at 02:04:26PM +, Alan Cox wrote: > > > I don't see any problems in my testcase. > > > > This looks fine to me as by the time we call tty_ldisc_release we have > > already set TTY_CLOSING on both s

Re: [PATCH] tty: don't dead while flushing workqueue

2012-11-27 Thread Sebastian Andrzej Siewior
On Wed, Nov 21, 2012 at 02:04:26PM +, Alan Cox wrote: > > I don't see any problems in my testcase. > > This looks fine to me as by the time we call tty_ldisc_release we have > already set TTY_CLOSING on both sides. Greg, can you push this into v3.7? This regression has been introduced in v3.7

Re: [PATCH] tty: don't dead while flushing workqueue

2012-11-21 Thread Alan Cox
> I don't see any problems in my testcase. This looks fine to me as by the time we call tty_ldisc_release we have already set TTY_CLOSING on both sides. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More major