Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-07-08 Thread Mathieu Laurendeau
I'll resend the patch. Sorry for the noise. Le 08/07/2016 13:01, Sergei Shtylyov a écrit : > Hello. > > On 7/8/2016 9:15 AM, Mathieu Laurendeau wrote: > >> Hi, > >Greetings should not be a part of the patch description. > >> Since commit 7fe3976e0f3ab26f8ffd9430d3d2a19a70f2c8d2 ("gadget: s

Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-07-08 Thread Sergei Shtylyov
Hello. On 7/8/2016 9:15 AM, Mathieu Laurendeau wrote: Hi, Greetings should not be a part of the patch description. Since commit 7fe3976e0f3ab26f8ffd9430d3d2a19a70f2c8d2 ("gadget: switch ep_io_operations to ->read_iter/->write_iter") io submissions fail with ENODEV. Fixes: 7fe3976e0f3a (

Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-07-08 Thread kbuild test robot
Hi, [auto build test WARNING on balbi-usb/next] [also build test WARNING on v4.7-rc6 next-20160707] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Mathieu-Laurendeau/usb-gadget-fix-gadgetfs-aio-

Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-07-08 Thread kbuild test robot
Hi, [auto build test WARNING on balbi-usb/next] [also build test WARNING on v4.7-rc6 next-20160707] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Mathieu-Laurendeau/usb-gadget-fix-gadgetfs-aio-

Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-07-08 Thread kbuild test robot
Hi, [auto build test WARNING on balbi-usb/next] [also build test WARNING on v4.7-rc6 next-20160707] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Mathieu-Laurendeau/usb-gadget-fix-gadgetfs-aio-

Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-04-20 Thread Mathieu Laurendeau
On 2016-03-23 12:51, Mathieu Laurendeau wrote: Since commit 7fe3976e0f3ab26f8ffd9430d3d2a19a70f2c8d2 ("gadget: switch ep_io_operations to ->read_iter/->write_iter") io submissions fail with ENODEV. Signed-off-by: Mathieu Laurendeau --- drivers/usb/gadget/legacy/inode.c |2 +- 1 file change

Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-04-20 Thread Felipe Balbi
Hi, Mathieu Laurendeau writes: > On 2016-04-20 09:27, Mathieu Laurendeau wrote: >> On 2016-03-23 12:51, Mathieu Laurendeau wrote: >>> Since commit 7fe3976e0f3ab26f8ffd9430d3d2a19a70f2c8d2 ("gadget: switch >>> ep_io_operations to ->read_iter/->write_iter") io submissions fail >>> with >>> ENODEV

Re: [PATCH] usb/gadget: fix gadgetfs aio support

2016-04-20 Thread Mathieu Laurendeau
On 2016-04-20 09:27, Mathieu Laurendeau wrote: On 2016-03-23 12:51, Mathieu Laurendeau wrote: Since commit 7fe3976e0f3ab26f8ffd9430d3d2a19a70f2c8d2 ("gadget: switch ep_io_operations to ->read_iter/->write_iter") io submissions fail with ENODEV. Signed-off-by: Mathieu Laurendeau --- drivers/