linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] cedrus: Various bug fixes
@ 2022-08-18 20:33 Nicolas Dufresne
  2022-08-18 20:33 ` [PATCH v1 1/3] media: cedrus: Fix watchdog race condition Nicolas Dufresne
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Nicolas Dufresne @ 2022-08-18 20:33 UTC (permalink / raw)
  To: linux-media; +Cc: kernel, Nicolas Dufresne

This patchset addresses different bugs in cedrus driver. The first
patch address a possible NULL dereference in the probe function, the
second a possible infinite loop when passed invalid offsets and the
last one fixes a race condition in the watchdog implementation.

As of writing this cover later, fluster score remains unaffected
and score is 132/147 with GStreamer.

Dmitry Osipenko (2):
  media: cedrus: Set the platform driver data earlier
  media: cedrus: Fix endless loop in cedrus_h265_skip_bits()

Nicolas Dufresne (1):
  media: cedrus: Fix watchdog race condition

 drivers/staging/media/sunxi/cedrus/cedrus.c      | 4 ++--
 drivers/staging/media/sunxi/cedrus/cedrus_dec.c  | 4 ++--
 drivers/staging/media/sunxi/cedrus/cedrus_h265.c | 6 ++++--
 3 files changed, 8 insertions(+), 6 deletions(-)

-- 
2.37.2


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

end of thread, other threads:[~2022-08-25 21:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 20:33 [PATCH v1 0/3] cedrus: Various bug fixes Nicolas Dufresne
2022-08-18 20:33 ` [PATCH v1 1/3] media: cedrus: Fix watchdog race condition Nicolas Dufresne
2022-08-22  8:04   ` Paul Kocialkowski
2022-08-25 21:02   ` Jernej Škrabec
2022-08-18 20:33 ` [PATCH v1 2/3] media: cedrus: Set the platform driver data earlier Nicolas Dufresne
2022-08-19  4:17   ` Jernej Škrabec
2022-08-19 15:37     ` Nicolas Dufresne
2022-08-20  8:25       ` Jernej Škrabec
2022-08-21 20:40         ` Dmitry Osipenko
2022-08-25 21:04           ` Jernej Škrabec
2022-08-23  3:57         ` Samuel Holland
2022-08-23 12:22           ` Paul Kocialkowski
2022-08-18 20:33 ` [PATCH v1 3/3] media: cedrus: Fix endless loop in cedrus_h265_skip_bits() Nicolas Dufresne
2022-08-18 20:39   ` Dmitry Osipenko
2022-08-18 21:17     ` Nicolas Dufresne
2022-08-19  4:16   ` Jernej Škrabec
2022-08-19 15:39     ` Nicolas Dufresne
2022-08-25 21:13       ` Jernej Škrabec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).