mbox series

[net,0/5] There are some bugfix for the HNS3 ethernet driver

Message ID 20240813141024.1707252-1-shaojijie@huawei.com (mailing list archive)
Headers show
Series There are some bugfix for the HNS3 ethernet driver | expand

Message

Jijie Shao Aug. 13, 2024, 2:10 p.m. UTC
There are some bugfix for the HNS3 ethernet driver

Jie Wang (2):
  net: hns3: fix a deadlock problem when config TC during resetting
  net: hns3: fix wrong use of semaphore up

Peiyang Wang (3):
  net: hns3: use the user's cfg after reset
  net: hns3: void array out of bound when loop tnl_num
  net: hns3: use correct release function during uninitialization

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  3 ++
 .../hisilicon/hns3/hns3pf/hclge_err.c         |  6 ++--
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 30 +++++++++++++------
 .../hisilicon/hns3/hns3pf/hclge_mdio.c        |  3 ++
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  4 +--
 5 files changed, 32 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 15, 2024, 11:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 13 Aug 2024 22:10:19 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> Jie Wang (2):
>   net: hns3: fix a deadlock problem when config TC during resetting
>   net: hns3: fix wrong use of semaphore up
> 
> Peiyang Wang (3):
>   net: hns3: use the user's cfg after reset
>   net: hns3: void array out of bound when loop tnl_num
>   net: hns3: use correct release function during uninitialization
> 
> [...]

Here is the summary with links:
  - [net,1/5] net: hns3: fix wrong use of semaphore up
    https://git.kernel.org/netdev/net/c/8445d9d3c031
  - [net,2/5] net: hns3: use the user's cfg after reset
    https://git.kernel.org/netdev/net/c/30545e17eac1
  - [net,3/5] net: hns3: fix a deadlock problem when config TC during resetting
    https://git.kernel.org/netdev/net/c/be5e816d00a5
  - [net,4/5] net: hns3: void array out of bound when loop tnl_num
    https://git.kernel.org/netdev/net/c/86db7bfb0670
  - [net,5/5] net: hns3: use correct release function during uninitialization
    https://git.kernel.org/netdev/net/c/7660833d2175

You are awesome, thank you!