mbox series

[net,0/2] net: hns3: add two fixes for -net

Message ID 20220330134506.36635-1-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: hns3: add two fixes for -net | expand

Message

Guangbin Huang March 30, 2022, 1:45 p.m. UTC
This series adds two fixes for the HNS3 ethernet driver.

Guangbin Huang (1):
  net: hns3: fix software vlan talbe of vlan 0 inconsistent with
    hardware

Yufeng Mo (1):
  net: hns3: fix the concurrency between functions reading debugfs

 drivers/net/ethernet/hisilicon/hns3/hnae3.h       |  1 +
 .../net/ethernet/hisilicon/hns3/hns3_debugfs.c    | 15 +++++++++++----
 .../net/ethernet/hisilicon/hns3/hns3_debugfs.h    |  1 -
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c   |  6 +++---
 4 files changed, 15 insertions(+), 8 deletions(-)

Comments

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

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

On Wed, 30 Mar 2022 21:45:04 +0800 you wrote:
> This series adds two fixes for the HNS3 ethernet driver.
> 
> Guangbin Huang (1):
>   net: hns3: fix software vlan talbe of vlan 0 inconsistent with
>     hardware
> 
> Yufeng Mo (1):
>   net: hns3: fix the concurrency between functions reading debugfs
> 
> [...]

Here is the summary with links:
  - [net,1/2] net: hns3: fix the concurrency between functions reading debugfs
    https://git.kernel.org/netdev/net/c/9c9a04212fa3
  - [net,2/2] net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware
    https://git.kernel.org/netdev/net/c/7ed258f12ec5

You are awesome, thank you!