All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix locking issues in rc core
@ 2026-08-18  9:36 Sean Young
  2026-08-18  9:36 ` [PATCH 1/4] media: rc: Ensure registered is cleared in error path Sean Young
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sean Young @ 2026-08-18  9:36 UTC (permalink / raw)
  To: linux-media; +Cc: Rik van Riel, Sean Young

Fix issues found by Sashiko.

Sean Young (4):
  media: rc: Ensure registered is cleared in error path
  media: rc: Ensure that rc_unregister_device() does not free input
    device
  media: rc: Fix ABBA deadlock by making locks more fine grained
  media: rc: Add missing locking for keymap

 drivers/media/rc/rc-ir-raw.c |  39 ++++++----
 drivers/media/rc/rc-main.c   | 134 +++++++++++++++++++++--------------
 include/media/rc-map.h       |   2 -
 3 files changed, 105 insertions(+), 70 deletions(-)

-- 
2.55.0


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

end of thread, other threads:[~2026-08-18  9:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18  9:36 [PATCH 0/4] Fix locking issues in rc core Sean Young
2026-08-18  9:36 ` [PATCH 1/4] media: rc: Ensure registered is cleared in error path Sean Young
2026-08-18  9:36 ` [PATCH 2/4] media: rc: Ensure that rc_unregister_device() does not free input device Sean Young
2026-08-18  9:36 ` [PATCH 3/4] media: rc: Fix ABBA deadlock by making locks more fine grained Sean Young
2026-08-18  9:36 ` [PATCH 4/4] media: rc: Add missing locking for keymap 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.