mbox series

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

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

Message

Jijie Shao June 5, 2024, 7:20 a.m. UTC
There are some bugfix for the HNS3 ethernet driver

Jie Wang (1):
  net: hns3: add cond_resched() to hns3 ring buffer init process

Yonglong Liu (1):
  net: hns3: fix kernel crash problem in concurrent scenario

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  4 ++++
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |  2 ++
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 21 ++++++++++++++-----
 3 files changed, 22 insertions(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 7, 2024, 11:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 5 Jun 2024 15:20:56 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> Jie Wang (1):
>   net: hns3: add cond_resched() to hns3 ring buffer init process
> 
> Yonglong Liu (1):
>   net: hns3: fix kernel crash problem in concurrent scenario
> 
> [...]

Here is the summary with links:
  - [net,1/2] net: hns3: fix kernel crash problem in concurrent scenario
    https://git.kernel.org/netdev/net/c/12cda920212a
  - [net,2/2] net: hns3: add cond_resched() to hns3 ring buffer init process
    https://git.kernel.org/netdev/net/c/968fde83841a

You are awesome, thank you!