Re: [PATCHv2] USB: usbfs: Filter flags passed in from user space

2017-11-28 Thread Greg KH
On Thu, Nov 23, 2017 at 10:53:13AM -0500, Alan Stern wrote: > On Thu, 23 Nov 2017, Oliver Neukum wrote: > > > USBDEVFS_URB_ISO_ASAP must be accepted only for ISO endpoints. > > Improve sanity checking. > > > > Reported-by: andreyk...@google.com > > This should be > > Reported-by: Andrey Konoval

Re: [PATCHv2] USB: usbfs: Filter flags passed in from user space

2017-11-23 Thread Alan Stern
On Thu, 23 Nov 2017, Oliver Neukum wrote: > USBDEVFS_URB_ISO_ASAP must be accepted only for ISO endpoints. > Improve sanity checking. > > Reported-by: andreyk...@google.com This should be Reported-by: Andrey Konovalov > Signed-off-by: Oliver Neukum > CC: sta...@vger.kernel.org > --- > drive