RFC: usb ethernet common code

2019-07-28 Thread matthew green
hi folks. i recently fixed a bunch of problems in several usb ethernet drivers and there's a lot of copied code among them. to avoid this i wrote this patch which introduces a common library for usb ethernet drivers and converts if_axen.c to use it. these are the areas handled: - USB

Re: Linux futexes

2019-07-28 Thread maya
On Sat, Jul 27, 2019 at 06:05:25AM -0700, Jason Thorpe wrote: > > > > On Jul 27, 2019, at 5:05 AM, Robert Swindells wrote: > > > > > > I don't think the Linux futex emulation code is correct/good enough. > > I have be on/off working on an updated futex implementation written by > Taylor,