Hi Hans, Here are the patches to the uvcvideo driver that I have queued for v4.14. Guennadi Liakhovetski (2): uvcvideo: Fix .queue_setup() to check the number of planes uvcvideo: Convert from using an atomic variable to a reference count Guenter Roeck (1): uvcvideo: Prevent heap overflow when accessing mapped controls Jim Lin (1): uvcvideo: Fix incorrect timeout for Get Request Julia Lawall (1): uvcvideo: Constify video_subdev structures drivers/media/usb/uvc/uvc_ctrl.c | 7 +++++++ drivers/media/usb/uvc/uvc_driver.c | 25 +++++++++---------------- drivers/media/usb/uvc/uvc_entity.c | 2 +- drivers/media/usb/uvc/uvc_queue.c | 9 +++++++-- drivers/media/usb/uvc/uvcvideo.h | 4 ++-- 5 files changed, 26 insertions(+), 21 deletions(-) -- Regards, Laurent Pinchart