[ Sasha's backport helper bot ] Hi, Summary of potential issues: ❌ Build failures detected ⚠️ Found matching upstream commit but patch is missing proper reference to it Found matching upstream commit: 221cd51efe4565501a3dbf04cc011b537dcce7fb Status in newer kernel trees: 6.13.y | Present (different SHA1: 9edc7d25f7e4) 6.12.y | Present (different SHA1: 438bda062b2c) 6.6.y | Present (different SHA1: 4dbaa738c583) Note: The patch differs from the upstream commit: --- Failed to apply patch cleanly. --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.1.y | Failed | N/A | Build Errors: Patch failed to apply on stable/linux-6.1.y. Reject: diff a/drivers/media/usb/uvc/uvc_ctrl.c b/drivers/media/usb/uvc/uvc_ctrl.c (rejected hunks) @@ -1754,7 +1789,7 @@ static int uvc_ctrl_commit_entity(struct uvc_device *dev, if (!rollback && handle && ctrl->info.flags & UVC_CTRL_FLAG_ASYNCHRONOUS) - ctrl->handle = handle; + uvc_ctrl_set_handle(handle, ctrl, handle); } return 0;