Re: [PATCH] uvc: fix access to uninitialized fields on probe error

2019-05-06 Thread Oliver Neukum
On Do, 2019-05-02 at 14:43 +0300, Laurent Pinchart wrote: > Let's capitalise the comment and end it with a period to match the rest > of the driver. With these small issues fixed, > > Reviewed-by: Laurent Pinchart Hi, thank you. I agree with them. Regards Oliver

Re: [PATCH] uvc: fix access to uninitialized fields on probe error

2019-05-02 Thread Laurent Pinchart
Hi Oliver, Thank you for the patch. On Tue, Apr 30, 2019 at 02:28:14PM +0200, Oliver Neukum wrote: > We need to check whether this work we are canceling actually is > initialized. I think we should add Fixes: e5225c820c05 ("media: uvcvideo: Send a control event when a Control Change interrupt

[PATCH] uvc: fix access to uninitialized fields on probe error

2019-04-30 Thread Oliver Neukum
We need to check whether this work we are canceling actually is initialized. Signed-off-by: Oliver Neukum Reported-by: syzbot+2e1ef9188251d9cc7...@syzkaller.appspotmail.com --- drivers/media/usb/uvc/uvc_ctrl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/u