mbox series

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

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

Message

Jijie Shao May 7, 2024, 1:42 p.m. UTC
There are some bugfix for the HNS3 ethernet driver

---
changeLog:
v2 -> v3:
  - Fix coding errors in "net: hns3: using user configure after hardware reset", suggested by Simon Horman
  https://lore.kernel.org/all/20240426100045.1631295-1-shaojijie@huawei.com/
v1 -> v2:
  - Adjust the code sequence to completely eliminate the race window, suggested by Jiri Pirko
  v1: https://lore.kernel.org/all/20240422134327.3160587-1-shaojijie@huawei.com/
---

Jian Shen (1):
  net: hns3: direct return when receive a unknown mailbox message

Peiyang Wang (4):
  net: hns3: using user configure after hardware reset
  net: hns3: change type of numa_node_mask as nodemask_t
  net: hns3: release PTP resources if pf initialization failed
  net: hns3: use appropriate barrier function after setting a bit value

Yonglong Liu (2):
  net: hns3: fix port vlan filter not disabled issue
  net: hns3: fix kernel crash when devlink reload during initialization

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  2 +-
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 52 ++++++++++---------
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  5 +-
 .../hisilicon/hns3/hns3pf/hclge_mbx.c         |  7 +--
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      | 20 ++++---
 .../hisilicon/hns3/hns3vf/hclgevf_main.h      |  2 +-
 6 files changed, 47 insertions(+), 41 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 9, 2024, 9 a.m. UTC | #1
Hello:

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

On Tue, 7 May 2024 21:42:17 +0800 you wrote:
> There are some bugfix for the HNS3 ethernet driver
> 
> ---
> changeLog:
> v2 -> v3:
>   - Fix coding errors in "net: hns3: using user configure after hardware reset", suggested by Simon Horman
>   https://lore.kernel.org/all/20240426100045.1631295-1-shaojijie@huawei.com/
> v1 -> v2:
>   - Adjust the code sequence to completely eliminate the race window, suggested by Jiri Pirko
>   v1: https://lore.kernel.org/all/20240422134327.3160587-1-shaojijie@huawei.com/
> 
> [...]

Here is the summary with links:
  - [V3,net,1/7] net: hns3: using user configure after hardware reset
    https://git.kernel.org/netdev/net/c/05eb60e9648c
  - [V3,net,2/7] net: hns3: direct return when receive a unknown mailbox message
    https://git.kernel.org/netdev/net/c/669554c512d2
  - [V3,net,3/7] net: hns3: change type of numa_node_mask as nodemask_t
    https://git.kernel.org/netdev/net/c/6639a7b95321
  - [V3,net,4/7] net: hns3: release PTP resources if pf initialization failed
    https://git.kernel.org/netdev/net/c/950aa4239989
  - [V3,net,5/7] net: hns3: use appropriate barrier function after setting a bit value
    https://git.kernel.org/netdev/net/c/094c28122852
  - [V3,net,6/7] net: hns3: fix port vlan filter not disabled issue
    https://git.kernel.org/netdev/net/c/f5db7a3b65c8
  - [V3,net,7/7] net: hns3: fix kernel crash when devlink reload during initialization
    https://git.kernel.org/netdev/net/c/35d92abfbad8

You are awesome, thank you!