Re: race condition in libports

2017-12-17 Thread Brent W. Baccala
On Sun, Dec 17, 2017 at 8:02 AM, Samuel Thibault wrote: > Hello, > > Brent W. Baccala, on sam. 16 déc. 2017 21:37:05 -0500, wrote: > > basically, we're storing ports in a inode-to-port hash, looking them > > up when io_identity() gets called, and removing them from the

Re: [PATCH] LwIP translator

2017-12-17 Thread Samuel Thibault
Hello, I'm however having a hard time matching your g...@github.com:jlledom/liblwip-hurd.git repository with the upstream https://git.savannah.nongnu.org/git/lwip.git repository. Since the plan is to just pick up upstream as much as possible, we need to keep the delta small. Or are you actually

Re: [PATCH] LwIP translator

2017-12-17 Thread Samuel Thibault
Hello, At last, found the time to commit this :) Huge hanks! Samuel

Re: race condition in libports

2017-12-17 Thread Samuel Thibault
Hello, Brent W. Baccala, on sam. 16 déc. 2017 21:37:05 -0500, wrote: > basically, we're storing ports in a inode-to-port hash, looking them > up when io_identity() gets called, and removing them from the hash > when the class's clean routine gets called. That's the bug: one needs a reference for