mbox series

[net,0/4] fix some issues in Huawei hinic driver

Message ID 20221019024220.376178-1-shaozhengchao@huawei.com (mailing list archive)
Headers show
Series fix some issues in Huawei hinic driver | expand

Message

shaozhengchao Oct. 19, 2022, 2:42 a.m. UTC
Fix some issues in Huawei hinic driver. This patchset is compiled only, 
not tested.

Zhengchao Shao (4):
  net: hinic: fix incorrect assignment issue in
    hinic_set_interrupt_cfg()
  net: hinic: fix memory leak when reading function table
  net: hinic: fix the issue of CMDQ memory leaks
  net: hinic: fix the issue of double release MBOX callback of VF

 .../net/ethernet/huawei/hinic/hinic_debugfs.c  | 18 ++++++++++++------
 .../net/ethernet/huawei/hinic/hinic_hw_cmdq.c  |  5 +++++
 .../net/ethernet/huawei/hinic/hinic_hw_dev.c   |  2 +-
 .../net/ethernet/huawei/hinic/hinic_sriov.c    |  1 -
 4 files changed, 18 insertions(+), 8 deletions(-)