mbox

[0/9] Coverity fixes and other cleanups

Message ID 20191001125315.6191-1-ktraynor@redhat.com (mailing list archive)
Headers

Message

Kevin Traynor Oct. 1, 2019, 12:53 p.m. UTC
  Patches 1-5 are Coverity fixes.
Patches 6-9 are removing commented out code.

Kevin Traynor (9):
  net/pcap: fix argument checks
  crypto/octeontx: fix possible NULL deference
  net/bnxt: remove logically dead code
  net/ipn3ke: fix incorrect commit check logic
  net/ipn3ke: remove useless if statement
  net/ipn3ke: remove commented out code
  compress/octeontx: remove commented out code
  event/opdl: remove commented out code
  net/bnxt: remove commented out code

 drivers/common/cpt/cpt_ucode.h               |   3 +-
 drivers/compress/octeontx/include/zip_regs.h |   8 --
 drivers/event/opdl/opdl_test.c               |   3 -
 drivers/net/bnxt/bnxt_ethdev.c               |   3 -
 drivers/net/bnxt/bnxt_hwrm.c                 | 118 +++++++++----------
 drivers/net/ipn3ke/ipn3ke_ethdev.c           |   3 +-
 drivers/net/ipn3ke/ipn3ke_ethdev.h           |   7 --
 drivers/net/ipn3ke/ipn3ke_tm.c               |   7 --
 drivers/net/pcap/rte_eth_pcap.c              |  19 +--
 9 files changed, 70 insertions(+), 101 deletions(-)