All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] fix some issues in Huawei hinic driver
@ 2022-10-19  2:42 Zhengchao Shao
  2022-10-19  2:42 ` [PATCH net 1/4] net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() Zhengchao Shao
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Zhengchao Shao @ 2022-10-19  2:42 UTC (permalink / raw)
  To: netdev, davem, edumazet, kuba, pabeni
  Cc: keescook, gustavoars, gregkh, ast, peter.chen, bin.chen, luobin9,
	weiyongjun1, yuehaibing, shaozhengchao

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(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-10-19 13:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19  2:42 [PATCH net 0/4] fix some issues in Huawei hinic driver Zhengchao Shao
2022-10-19  2:42 ` [PATCH net 1/4] net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() Zhengchao Shao
2022-10-19  2:42 ` [PATCH net 2/4] net: hinic: fix memory leak when reading function table Zhengchao Shao
2022-10-19  2:42 ` [PATCH net 3/4] net: hinic: fix the issue of CMDQ memory leaks Zhengchao Shao
2022-10-19  7:20   ` Leon Romanovsky
2022-10-19  7:41     ` shaozhengchao
2022-10-19  8:39       ` Leon Romanovsky
2022-10-19  9:37         ` shaozhengchao
2022-10-19 10:02           ` Leon Romanovsky
2022-10-19  2:42 ` [PATCH net 4/4] net: hinic: fix the issue of double release MBOX callback of VF Zhengchao Shao

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.