public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] media: uvcvideo: Make sure the ctrl cache is in sync with the device
@ 2025-02-24 10:34 Ricardo Ribalda
  2025-02-24 10:34 ` [PATCH v2 1/3] media: uvcvideo: Return the number of processed controls Ricardo Ribalda
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Ricardo Ribalda @ 2025-02-24 10:34 UTC (permalink / raw)
  To: Laurent Pinchart, Hans de Goede, Mauro Carvalho Chehab
  Cc: linux-media, linux-kernel, Ricardo Ribalda, stable

Hans discovered a bug in the error handling of uvc_ctrl_commit(), lets
fix it.

It has been tested with v4l2-compliance -d /dev/video0

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
Changes in v2:
- Fix commit message (Thanks Laurent).
- Change logic for err_ctrl. It looks nicer now.
- Link to v1: https://lore.kernel.org/r/20241210-uvc-data-backup-v1-0-77141e439cc3@chromium.org

---
Ricardo Ribalda (3):
      media: uvcvideo: Return the number of processed controls
      media: uvcvideo: Send control events for partial succeeds
      media: uvcvideo: Rollback non processed entities on error

 drivers/media/usb/uvc/uvc_ctrl.c | 53 ++++++++++++++++++++++++++++++----------
 1 file changed, 40 insertions(+), 13 deletions(-)
---
base-commit: c2b96a6818159fba8a3bcc38262da9e77f9b3ec7
change-id: 20241210-uvc-data-backup-a0a76df9aee9

Best regards,
-- 
Ricardo Ribalda <ribalda@chromium.org>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-04-22 21:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 10:34 [PATCH v2 0/3] media: uvcvideo: Make sure the ctrl cache is in sync with the device Ricardo Ribalda
2025-02-24 10:34 ` [PATCH v2 1/3] media: uvcvideo: Return the number of processed controls Ricardo Ribalda
2025-03-03 14:51   ` Hans de Goede
2025-02-24 10:34 ` [PATCH v2 2/3] media: uvcvideo: Send control events for partial succeeds Ricardo Ribalda
2025-03-03 15:50   ` Hans de Goede
2025-04-22 20:55   ` Laurent Pinchart
2025-02-24 10:34 ` [PATCH v2 3/3] media: uvcvideo: Rollback non processed entities on error Ricardo Ribalda
2025-03-03 15:51   ` Hans de Goede
2025-04-07 13:02   ` Hans de Goede
2025-04-10  7:32     ` Ricardo Ribalda
2025-04-22 21:20       ` Laurent Pinchart
2025-04-22 21:13   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox