All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fix leaks in rc core
@ 2026-07-10  8:53 Sean Young
  2026-07-10  8:53 ` [PATCH 1/7] media: streamzap: Add missing rc_unregister_device() Sean Young
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Sean Young @ 2026-07-10  8:53 UTC (permalink / raw)
  To: linux-media; +Cc: Sean Young


Sean Young (7):
  media: streamzap: Add missing rc_unregister_device()
  media: redrat3: Ensure rc device is freed if enable_detector() fails
  media: redrat3: Ensure we don't read beyond the end of the packet
  media: sunxi-cir: Ensure no more interrupts can occur before free
  media: meson-ir-tx: Ensure clock is disabled on unbind
  media: meson-ir-tx: Ensure rc_free_device() is called on unbind
  media: ir-hix5hd2: Ensure rdev is setup before interrupts are enabled

 drivers/media/rc/ir-hix5hd2.c  |  5 +++--
 drivers/media/rc/meson-ir-tx.c | 10 ++++------
 drivers/media/rc/redrat3.c     | 15 ++++++++++++++-
 drivers/media/rc/streamzap.c   |  1 +
 drivers/media/rc/sunxi-cir.c   |  2 +-
 5 files changed, 23 insertions(+), 10 deletions(-)

-- 
2.55.0


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

end of thread, other threads:[~2026-07-12 13:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10  8:53 [PATCH 0/7] Fix leaks in rc core Sean Young
2026-07-10  8:53 ` [PATCH 1/7] media: streamzap: Add missing rc_unregister_device() Sean Young
2026-07-10  8:53 ` [PATCH 2/7] media: redrat3: Ensure rc device is freed if enable_detector() fails Sean Young
2026-07-10  8:53 ` [PATCH 3/7] media: redrat3: Ensure we don't read beyond the end of the packet Sean Young
2026-07-10  8:53 ` [PATCH 4/7] media: sunxi-cir: Ensure no more interrupts can occur before free Sean Young
2026-07-10  9:03   ` sashiko-bot
2026-07-10  8:53 ` [PATCH 5/7] media: meson-ir-tx: Ensure clock is disabled on unbind Sean Young
2026-07-10  8:53   ` Sean Young
2026-07-10  9:05   ` sashiko-bot
2026-07-12 13:26   ` Martin Blumenstingl
2026-07-12 13:26     ` Martin Blumenstingl
2026-07-10  8:53 ` [PATCH 6/7] media: meson-ir-tx: Ensure rc_free_device() is called " Sean Young
2026-07-10  8:53   ` Sean Young
2026-07-12 13:23   ` Martin Blumenstingl
2026-07-12 13:23     ` Martin Blumenstingl
2026-07-10  8:53 ` [PATCH 7/7] media: ir-hix5hd2: Ensure rdev is setup before interrupts are enabled Sean Young

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.