Re: [PATCH 2/2] drivers:tty:pty: Fix a race causing data loss on close

2021-01-07 Thread Greg Kroah-Hartman
On Sat, Jan 02, 2021 at 08:41:09AM -0600, Corey Minyard wrote: > On Mon, Nov 23, 2020 at 06:49:02PM -0600, miny...@acm.org wrote: > > From: Corey Minyard > > > > Remove the tty_vhangup() from the pty code and just release the > > redirect. The tty_vhangup() results in data loss and data out of o

Re: [PATCH 2/2] drivers:tty:pty: Fix a race causing data loss on close

2021-01-02 Thread Corey Minyard
On Mon, Nov 23, 2020 at 06:49:02PM -0600, miny...@acm.org wrote: > From: Corey Minyard > > Remove the tty_vhangup() from the pty code and just release the > redirect. The tty_vhangup() results in data loss and data out of order > issues. It's been a while, so ping on this. I'm pretty sure this