From: Hans Verkuil <hverkuil+cisco@kernel.org>
To: Sean Young <sean@mess.org>, linux-media@vger.kernel.org
Cc: bpf@vger.kernel.org
Subject: Re: [PATCH v5 00/15] Fix leaks in rc core
Date: Tue, 18 Aug 2026 10:43:53 +0200 [thread overview]
Message-ID: <39026ec5-d3fa-47c3-885f-2205a8bc61e5@kernel.org> (raw)
In-Reply-To: <cover.1785338381.git.sean@mess.org>
Hi Sean,
For this series:
Reviewed-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Regards,
Hans
On 29/07/2026 17:22, Sean Young wrote:
> Changes since v4:
> - media: redrat3: Error path leaves device in transmitting state
> - this now removes the check for transmitting boolean in transmit as it
> is now redundant.
> - Reworded commit message
> - media: rc: Use after free in ir_raw_event_handle()
> - media: rc: Fix race condition during rc_register_device()
> - Reworded commit message
> - commits affecting particular modules are sorted together
>
> Changes since v3:
> - sashiko had many more good review comments
>
> Changes since v2:
> - sashiko had many more good review comments
>
> Changes since v1:
> - sashiko had many good review comments
> - Added fix rc: Use after free in ir_raw_event_handle()
> - Added fix meson-ir-tx: Ensure probe error is propagated
> - Added fix redrat3: Ensure all urbs are suspended
> - Added fix media: redrat3: Error path leaves device in transmitting state
> - streamzap fix was incorrect
> - Other minor fixes
>
>
> Sean Young (15):
> 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: redrat3: Ensure all urbs are suspended
> media: redrat3: Error path leaves device in transmitting state
> 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: meson-ir-tx: Ensure probe error is propagated
> media: ir-hix5hd2: Ensure rdev is setup before interrupts are enabled
> media: cx88: Specify rc type at rc_allocate_type()
> media: saa7134: Specify rc type at rc_allocate_type()
> media: rc: Fix race condition during rc_register_device()
> media: rc: Use after free in ir_raw_event_handle()
> media: rc: Fix use after free in bpf progs
>
> drivers/media/pci/cx88/cx88-input.c | 22 ++++++-----
> drivers/media/pci/saa7134/saa7134-input.c | 7 ++--
> drivers/media/rc/bpf-lirc.c | 18 ++++++---
> drivers/media/rc/ir-hix5hd2.c | 5 ++-
> drivers/media/rc/meson-ir-tx.c | 14 +++----
> drivers/media/rc/rc-ir-raw.c | 47 +++++++++--------------
> drivers/media/rc/rc-main.c | 19 +++++----
> drivers/media/rc/redrat3.c | 40 +++++++++++++------
> drivers/media/rc/streamzap.c | 1 +
> drivers/media/rc/sunxi-cir.c | 2 +-
> 10 files changed, 97 insertions(+), 78 deletions(-)
>
prev parent reply other threads:[~2026-08-18 8:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-29 15:22 [PATCH v5 00/15] Fix leaks in rc core Sean Young
2026-07-29 15:22 ` [PATCH v5 01/15] media: streamzap: Add missing rc_unregister_device() Sean Young
2026-07-29 15:22 ` [PATCH v5 02/15] media: redrat3: Ensure rc device is freed if enable_detector() fails Sean Young
2026-07-29 15:22 ` [PATCH v5 03/15] media: redrat3: Ensure we don't read beyond the end of the packet Sean Young
2026-07-29 15:22 ` [PATCH v5 04/15] media: redrat3: Ensure all urbs are suspended Sean Young
2026-07-29 15:22 ` [PATCH v5 05/15] media: redrat3: Error path leaves device in transmitting state Sean Young
2026-07-29 15:35 ` Markus Elfring
2026-07-30 5:17 ` Markus Elfring
2026-07-29 15:22 ` [PATCH v5 06/15] media: sunxi-cir: Ensure no more interrupts can occur before free Sean Young
2026-07-29 15:22 ` [PATCH v5 07/15] media: meson-ir-tx: Ensure clock is disabled on unbind Sean Young
2026-07-29 15:22 ` [PATCH v5 08/15] media: meson-ir-tx: Ensure rc_free_device() is called " Sean Young
2026-07-29 15:22 ` [PATCH v5 09/15] media: meson-ir-tx: Ensure probe error is propagated Sean Young
2026-07-29 15:22 ` [PATCH v5 10/15] media: ir-hix5hd2: Ensure rdev is setup before interrupts are enabled Sean Young
2026-07-29 15:22 ` [PATCH v5 11/15] media: cx88: Specify rc type at rc_allocate_type() Sean Young
2026-07-29 15:22 ` [PATCH v5 12/15] media: saa7134: " Sean Young
2026-07-29 15:22 ` [PATCH v5 13/15] media: rc: Fix race condition during rc_register_device() Sean Young
2026-07-29 15:22 ` [PATCH v5 14/15] media: rc: Use after free in ir_raw_event_handle() Sean Young
2026-07-29 15:22 ` [PATCH v5 15/15] media: rc: Fix use after free in bpf progs Sean Young
2026-08-18 8:43 ` Hans Verkuil [this message]
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=39026ec5-d3fa-47c3-885f-2205a8bc61e5@kernel.org \
--to=hverkuil+cisco@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=sean@mess.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox