From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org
Cc: Rik van Riel <riel@surriel.com>, Sean Young <sean@mess.org>
Subject: [PATCH 0/4] Fix locking issues in rc core
Date: Tue, 18 Aug 2026 10:36:30 +0100 [thread overview]
Message-ID: <cover.1787045579.git.sean@mess.org> (raw)
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
next reply other threads:[~2026-08-18 9:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-18 9:36 Sean Young [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1787045579.git.sean@mess.org \
--to=sean@mess.org \
--cc=linux-media@vger.kernel.org \
--cc=riel@surriel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.