On Thu, Sep 29, 2022 at 04:41:24PM +0200, Michael Grzeschik wrote: > With the patch "15a286a0bb08 (usb: gadget: uvc: add v4l2 enumeration api > calls)" the driver is keeping a list of configfs entries currently > configured. The list is used in uvc_v4l2 on runtime. > > The driver now is giving back the list item just after it was referenced > with config_item_put. It also calls config_item_put on uvc_free, which > is the only and right place to give back the reference. This patch fixes > the issue by removing the extra config_item_put in uvc_alloc. > > Fixes: 15a286a0bb08 (usb: gadget: uvc: add v4l2 enumeration api calls) This is not a commit in any of my trees. Are you sure it's a valid one? thanks, greg k-h