All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] media: amphion: fix some issues reported by coverity
@ 2023-07-18  9:50 ` Ming Qian
  0 siblings, 0 replies; 12+ messages in thread
From: Ming Qian @ 2023-07-18  9:50 UTC (permalink / raw)
  To: mchehab, hverkuil-cisco
  Cc: shawnguo, robh+dt, s.hauer, kernel, festevam, linux-imx,
	xiahong.bao, eagle.zhou, tao.jiang_2, linux-media, linux-kernel,
	linux-arm-kernel

Coverity is a proprietary static code analysis tool from Synopsys.
And the coverity scan report some issues about amphion vpu driver,

CHECKED_RETURN: 4 case
REVERSE_INULL: 2 case
UNINIT: 6 case
UNUSED_VALUE: 1 case

Ming Qian (5):
  media: amphion: fix CHECKED_RETURN issues reported by coverity
  media: amphion: fix REVERSE_INULL issues reported by coverity
  media: amphion: fix UNINIT issues reported by coverity
  media: amphion: fix UNUSED_VALUE issue reported by coverity
  media: amphion: ensure the bitops don't cross boundaries

 drivers/media/platform/amphion/vdec.c     |  5 ++++-
 drivers/media/platform/amphion/venc.c     |  6 ++++--
 drivers/media/platform/amphion/vpu_cmds.c |  5 +++--
 drivers/media/platform/amphion/vpu_core.c |  2 ++
 drivers/media/platform/amphion/vpu_dbg.c  | 11 +++++++++--
 drivers/media/platform/amphion/vpu_msgs.c | 12 ++++++------
 6 files changed, 28 insertions(+), 13 deletions(-)

-- 
2.38.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-07-19  6:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18  9:50 [PATCH v2 0/5] media: amphion: fix some issues reported by coverity Ming Qian
2023-07-18  9:50 ` Ming Qian
2023-07-18  9:50 ` [PATCH v2 1/5] media: amphion: fix CHECKED_RETURN " Ming Qian
2023-07-18  9:50   ` Ming Qian
2023-07-18  9:50 ` [PATCH v2 2/5] media: amphion: fix REVERSE_INULL " Ming Qian
2023-07-18  9:50   ` Ming Qian
2023-07-18  9:50 ` [PATCH v2 3/5] media: amphion: fix UNINIT " Ming Qian
2023-07-18  9:50   ` Ming Qian
2023-07-18  9:50 ` [PATCH v2 4/5] media: amphion: fix UNUSED_VALUE issue " Ming Qian
2023-07-18  9:50   ` Ming Qian
2023-07-18  9:50 ` [PATCH v2 5/5] media: amphion: ensure the bitops don't cross boundaries Ming Qian
2023-07-18  9:50   ` Ming Qian

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.