Re: [PATCH] tty: Fix ptmx open without closed slave.

2013-01-30 Thread Peter Hurley
Hi Ilya, On Wed, 2012-12-19 at 23:00 +0400, Ilya Zykov wrote: > When we are opening ptmx, we have closed pts, by description. > Now only if we open and after close all pts' descriptions, pty_close() sets > this bit correctly > > Signed-off-by: Ilya Zykov > --- > drivers/tty/pty.c |1 + > 1

Re: [PATCH] tty: Fix ptmx open without closed slave.

2013-01-15 Thread Greg Kroah-Hartman
On Wed, Jan 16, 2013 at 11:48:38AM +0400, Ilya Zykov wrote: > > > > > Ok, I have a ton of patches from you, lots of different threads, patches > > with the same subject, and I don't know what one Alan agreed to. > > > > So, can you please resend what Alan and you agree should be applied to > > t

Re: [PATCH] tty: Fix ptmx open without closed slave.

2013-01-15 Thread Ilya Zykov
> > Ok, I have a ton of patches from you, lots of different threads, patches > with the same subject, and I don't know what one Alan agreed to. > > So, can you please resend what Alan and you agree should be applied to > the tree? > I think only two important: [PATCH v4] tty: Add driver unthr

Re: [PATCH] tty: Fix ptmx open without closed slave.

2013-01-15 Thread Greg Kroah-Hartman
On Wed, Dec 19, 2012 at 11:00:05PM +0400, Ilya Zykov wrote: > When we are opening ptmx, we have closed pts, by description. > Now only if we open and after close all pts' descriptions, pty_close() sets > this bit correctly > > Signed-off-by: Ilya Zykov Ok, I have a ton of patches from you, lots

[PATCH] tty: Fix ptmx open without closed slave.

2012-12-19 Thread Ilya Zykov
When we are opening ptmx, we have closed pts, by description. Now only if we open and after close all pts' descriptions, pty_close() sets this bit correctly Signed-off-by: Ilya Zykov --- drivers/tty/pty.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/tty/pty.c