Re: Bug with data getting dropped on a pty

2020-09-27 Thread Corey Minyard
On Sun, Sep 27, 2020 at 01:37:51PM +0200, Greg Kroah-Hartman wrote: > On Fri, Sep 25, 2020 at 05:05:36PM -0500, Corey Minyard wrote: > > I've been trying to track down a bug in a library I support (named > > gensio; it does all kinds of stream I/O) and I have figured out that > > the problem is not

Re: Bug with data getting dropped on a pty

2020-09-27 Thread Greg Kroah-Hartman
On Fri, Sep 25, 2020 at 05:05:36PM -0500, Corey Minyard wrote: > I've been trying to track down a bug in a library I support (named > gensio; it does all kinds of stream I/O) and I have figured out that > the problem is not in the library, it's in the kernel. I have > attached a reproducer program