All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] fix coverity issues
@ 2023-11-15  3:23 Chaoyong He
  2023-11-15  3:23 ` [PATCH 1/5] vdpa/nfp: fix checking return value Chaoyong He
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Chaoyong He @ 2023-11-15  3:23 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series aims to fix some coverity issues:
- Coverity issue 385406
- Coverity issue 385412
- Coverity issue 405351
- Coverity issue 405352
- Coverity issue 405356

Chaoyong He (5):
  vdpa/nfp: fix checking return value
  vdpa/nfp: fix integer handling issues
  common/nfp: fix integer handling issues
  net/nfp: fix integer shift problem
  net/nfp: fix null pointer dereferences

 drivers/common/nfp/nfp_common.c      | 4 ++--
 drivers/net/nfp/nfdk/nfp_nfdk_dp.c   | 3 +++
 drivers/net/nfp/nfpcore/nfp_target.c | 2 +-
 drivers/vdpa/nfp/nfp_vdpa.c          | 4 +++-
 drivers/vdpa/nfp/nfp_vdpa_core.c     | 2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-11-23  2:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15  3:23 [PATCH 0/5] fix coverity issues Chaoyong He
2023-11-15  3:23 ` [PATCH 1/5] vdpa/nfp: fix checking return value Chaoyong He
2023-11-15  3:23 ` [PATCH 2/5] vdpa/nfp: fix integer handling issues Chaoyong He
2023-11-15  3:23 ` [PATCH 3/5] common/nfp: " Chaoyong He
2023-11-22 11:50   ` Thomas Monjalon
2023-11-23  1:23     ` Chaoyong He
2023-11-23  2:08       ` Thomas Monjalon
2023-11-15  3:23 ` [PATCH 4/5] net/nfp: fix integer shift problem Chaoyong He
2023-11-15  3:23 ` [PATCH 5/5] net/nfp: fix null pointer dereferences Chaoyong He

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.