Alan Stern writes:
> On Fri, 17 May 2019, Eric W. Biederman wrote:
>
>> Wow I got a little distracted but now I am back to this.
>>
>> Using your test program I was able to test the basics of this.
>>
>> I found one bug in my patch where I was missing a
Alan Stern writes:
> On Thu, 7 Feb 2019, Eric W. Biederman wrote:
>
>> The usb support for asyncio encoded one of it's values in the wrong
>> field. It should have used si_value but instead used si_addr which is
>> not present in the _rt union member of struct si
ompat user space. To allow a proper conversion
of the addresses.
Cc: Greg Kroah-Hartman
Cc: linux-usb@vger.kernel.org
Cc: Alan Stern
Cc: Oliver Neukum
Fixes: v2.3.39
Cc: sta...@vger.kernel.org
Signed-off-by: "Eric W. Biederman"
---
Can I get someone to test this code? I just dis