mbox series

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

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

Message

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

---
v2: remove cyclic release cmdq
---

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  |  2 +-
 .../net/ethernet/huawei/hinic/hinic_hw_dev.c   |  2 +-
 .../net/ethernet/huawei/hinic/hinic_sriov.c    |  1 -
 4 files changed, 14 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 21, 2022, 5:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 19 Oct 2022 17:57:50 +0800 you wrote:
> Fix some issues in Huawei hinic driver. This patchset is compiled only,
> not tested.
> 
> ---
> v2: remove cyclic release cmdq
> ---
> 
> [...]

Here is the summary with links:
  - [net,v2,1/4] net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()
    https://git.kernel.org/netdev/net/c/c0605cd6750f
  - [net,v2,2/4] net: hinic: fix memory leak when reading function table
    https://git.kernel.org/netdev/net/c/4c1f602df895
  - [net,v2,3/4] net: hinic: fix the issue of CMDQ memory leaks
    https://git.kernel.org/netdev/net/c/363cc87767f6
  - [net,v2,4/4] net: hinic: fix the issue of double release MBOX callback of VF
    https://git.kernel.org/netdev/net/c/8ec2f4c6b2e1

You are awesome, thank you!