All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] media: uvcvideo: Two fixes for async controls
@ 2024-11-27  7:46 Ricardo Ribalda
  2024-11-27  7:46 ` [PATCH 1/2] media: uvcvideo: Do not set an async control owned by other fh Ricardo Ribalda
  2024-11-27  7:46 ` [PATCH 2/2] media: uvcvideo: Remove dangling pointers Ricardo Ribalda
  0 siblings, 2 replies; 11+ messages in thread
From: Ricardo Ribalda @ 2024-11-27  7:46 UTC (permalink / raw)
  To: Laurent Pinchart, Hans de Goede, Mauro Carvalho Chehab,
	Guennadi Liakhovetski
  Cc: Mauro Carvalho Chehab, linux-media, linux-kernel, Ricardo Ribalda,
	stable

This patchset fixes two bugs with the async controls for the uvc driver.

They were found while implementing the granular PM, but I am sending
them as a separate patches, so they can be reviewed sooner. They fix
real issues in the driver that need to be taken care.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
Ricardo Ribalda (2):
      media: uvcvideo: Do not set an async control owned by other fh
      media: uvcvideo: Remove dangling pointers

 drivers/media/usb/uvc/uvc_ctrl.c | 44 ++++++++++++++++++++++++++++++++++++++--
 drivers/media/usb/uvc/uvc_v4l2.c |  2 ++
 drivers/media/usb/uvc/uvcvideo.h |  3 +++
 3 files changed, 47 insertions(+), 2 deletions(-)
---
base-commit: 72ad4ff638047bbbdf3232178fea4bec1f429319
change-id: 20241127-uvc-fix-async-2c9d40413ad8

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


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

end of thread, other threads:[~2024-11-28 20:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27  7:46 [PATCH 0/2] media: uvcvideo: Two fixes for async controls Ricardo Ribalda
2024-11-27  7:46 ` [PATCH 1/2] media: uvcvideo: Do not set an async control owned by other fh Ricardo Ribalda
2024-11-27  9:11   ` Laurent Pinchart
2024-11-27  9:25     ` Ricardo Ribalda
2024-11-27  9:42       ` Laurent Pinchart
2024-11-27 10:19         ` Ricardo Ribalda
2024-11-27  7:46 ` [PATCH 2/2] media: uvcvideo: Remove dangling pointers Ricardo Ribalda
2024-11-27  9:35   ` Laurent Pinchart
2024-11-27 10:23     ` Ricardo Ribalda
2024-11-28 20:51       ` Laurent Pinchart
2024-11-28 20:56         ` Ricardo Ribalda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.