Re: [PATCH v3] Fix OpenSSH pty regression on close

2016-03-19 Thread Brian Bloniarz
Hi, I haven't heard anything after sending this latest patch -- is there anything I can do to help get this fixed? Thanks and kind regards, -Brian

[PATCH v3] Fix OpenSSH pty regression on close

2016-03-06 Thread Brian Bloniarz
race when closing Inspired by analysis and patch from Marc Aurele La France Reported-by: Volth Reported-by: Marc Aurele La France BugLink: https://bugzilla.mindrot.org/show_bug.cgi?id=52 BugLink: https://bugzilla.mindrot.org/show_bug.cgi?id=2492 Signed-off-by: Brian Bloniarz --- Changelog: v2

[PATCH] Fix OpenSSH pty regression on close

2016-02-29 Thread Brian Bloniarz
https://bugzilla.mindrot.org/show_bug.cgi?id=2492 Signed-off-by: Brian Bloniarz --- Documentation/serial/tty.txt | 3 -- drivers/tty/n_hdlc.c | 4 +-- drivers/tty/n_tty.c | 70 +--- drivers/tty/pty.c| 4 +-- drivers/tty/tty_buf

Re: n_tty: Check the other end of pty pair before returning EAGAIN on a read()

2016-02-28 Thread Brian Bloniarz
g.cgi?id=2492 Signed-off-by: Brian Bloniarz --- Documentation/serial/tty.txt | 3 --- drivers/tty/n_hdlc.c | 4 ++-- drivers/tty/n_tty.c | 34 +++--- drivers/tty/pty.c| 4 +--- drivers/tty/tty_buffer.c | 29 +

Re: n_tty: Check the other end of pty pair before returning EAGAIN on a read()

2016-02-28 Thread Brian Bloniarz
CHLD means that all the child's output has been returned. Inspired by analysis and patch from Marc Aurele La France Reported-by: Volth Reported-by: Marc Aurele La France BugLink: https://bugzilla.mindrot.org/show_bug.cgi?id=52 BugLink: https://bugzilla.mindrot.org/show_bug.cgi?id=2492

Re: n_tty: Check the other end of pty pair before returning EAGAIN on a read()

2016-02-28 Thread Brian Bloniarz
child's output has been returned. Inspired by analysis and patch from Marc Aurele La France Reported-by: Volth Reported-by: Marc Aurele La France BugLink: https://bugzilla.mindrot.org/show_bug.cgi?id=52 BugLink: https://bugzilla.mindrot.org/show_bug.cgi?id=2492 Signed-off-by: Brian Bloniarz