Re: [PATCH 00/14] FIFO bug fixes and code simplifications

2019-04-17 Thread Achim Gratz
Ken Brown writes: > Thanks for testing. I have STCs for fork and exec that I used when first > writing the code, and I forgot to retest those after the recent changes. I > just > tried, and the fork test succeeds but the exec test fails. I'll try to debug > that. Take your time and thanks f

Re: [PATCH 00/14] FIFO bug fixes and code simplifications

2019-04-17 Thread Ken Brown
On 4/17/2019 1:23 PM, Achim Gratz wrote: > Corinna Vinschen writes: >> Pushed with v2 of patch 13. Developer snaps should be up shortly. > > I gave the snapshot some testing today. > > The good news is that the named FIFO branch of our code works correctly > again and is faster than going throug

Re: [PATCH 00/14] FIFO bug fixes and code simplifications

2019-04-17 Thread Achim Gratz
Corinna Vinschen writes: > Pushed with v2 of patch 13. Developer snaps should be up shortly. I gave the snapshot some testing today. The good news is that the named FIFO branch of our code works correctly again and is faster than going through pseudo-file STDIO pipes. The bad news is that there