Re: [U-Boot] [PATCH] usb: gadget: composite: fix NULL pointer when a non standard request is received

2018-04-27 Thread Patrice CHOTARD
Thanks Lukasz ;-) On 04/26/2018 03:17 PM, Lukasz Majewski wrote: > Hi Patrice, > >> Hi >> >> It's a gentle reminder as this patch is present on mailing list since >> 5 weeks without any feedback. > > Deepest apologizes for the delay. > > I will test this patch - as some Samsung SoCs may use

Re: [U-Boot] [PATCH] usb: gadget: composite: fix NULL pointer when a non standard request is received

2018-04-26 Thread Lukasz Majewski
Hi Patrice, > Hi > > It's a gentle reminder as this patch is present on mailing list since > 5 weeks without any feedback. Deepest apologizes for the delay. I will test this patch - as some Samsung SoCs may use this feature and let you know. > > Thanks > > On 03/15/2018 09:34 AM,

Re: [U-Boot] [PATCH] usb: gadget: composite: fix NULL pointer when a non standard request is received

2018-04-26 Thread Marek Vasut
On 04/26/2018 03:13 PM, Patrice CHOTARD wrote: > Hi > > It's a gentle reminder as this patch is present on mailing list since 5 > weeks without any feedback. This should've been like a third non-gentle ping, seriously, two weeks without feedback is already sucky. Time to buzz Lukasz, although

Re: [U-Boot] [PATCH] usb: gadget: composite: fix NULL pointer when a non standard request is received

2018-04-26 Thread Patrice CHOTARD
Hi It's a gentle reminder as this patch is present on mailing list since 5 weeks without any feedback. Thanks On 03/15/2018 09:34 AM, patrice.chot...@st.com wrote: > From: Christophe Kerello > > In case usb configuration is unknown (cdev->config == NULL), non

[U-Boot] [PATCH] usb: gadget: composite: fix NULL pointer when a non standard request is received

2018-03-15 Thread patrice.chotard
From: Christophe Kerello In case usb configuration is unknown (cdev->config == NULL), non standard request should not be processed. Remove also the cdev->config check below which will never happen. This issue was seen using ums feature. Signed-off-by: Christophe