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

Jijie Shao posted 2 patches 3 months, 2 weeks ago
There is a newer version of this series
.../ethernet/hisilicon/hns3/hns3_debugfs.c    | 67 ++++++++++++++-----
.../hisilicon/hns3/hns3pf/hclge_debugfs.c     |  6 ++
.../hisilicon/hns3/hns3pf/hclge_main.c        |  3 +-
.../hisilicon/hns3/hns3pf/hclge_mdio.c        |  9 ++-
.../hisilicon/hns3/hns3pf/hclge_mdio.h        |  2 +-
5 files changed, 65 insertions(+), 22 deletions(-)
[PATCH net 0/2] There are some bugfix for the HNS3 ethernet driver
Posted by Jijie Shao 3 months, 2 weeks ago
This patchset includes 2 fixes:
1. Patch1 fixes an incorrect function return value.
2. Patch2 fixes the issue of lost reset concurrent protection after
  seq_file reconstruction in debugfs.

Note: Compared to the previous version, this patchset has removed 2 patches
and added 1 new patch, so it is being resent as V1.

previous patchset:
https://lore.kernel.org/all/20250917122954.1265844-4-shaojijie@huawei.com/
Patch 'use user configuration after hardware reset when using kernel PHY'
will be sent separately.

Jijie Shao (2):
  net: hns3: return error code when function fails
  net: hns3: fix null pointer in debugfs issue

 .../ethernet/hisilicon/hns3/hns3_debugfs.c    | 67 ++++++++++++++-----
 .../hisilicon/hns3/hns3pf/hclge_debugfs.c     |  6 ++
 .../hisilicon/hns3/hns3pf/hclge_main.c        |  3 +-
 .../hisilicon/hns3/hns3pf/hclge_mdio.c        |  9 ++-
 .../hisilicon/hns3/hns3pf/hclge_mdio.h        |  2 +-
 5 files changed, 65 insertions(+), 22 deletions(-)

-- 
2.33.0
Re: [PATCH net 0/2] There are some bugfix for the HNS3 ethernet driver
Posted by Alexander Lobakin 3 months, 2 weeks ago
From: Jijie Shao <shaojijie@huawei.com>
Date: Thu, 23 Oct 2025 21:13:36 +0800

> This patchset includes 2 fixes:
> 1. Patch1 fixes an incorrect function return value.
> 2. Patch2 fixes the issue of lost reset concurrent protection after
>   seq_file reconstruction in debugfs.
> 
> Note: Compared to the previous version, this patchset has removed 2 patches
> and added 1 new patch, so it is being resent as V1.
> 
> previous patchset:
> https://lore.kernel.org/all/20250917122954.1265844-4-shaojijie@huawei.com/
> Patch 'use user configuration after hardware reset when using kernel PHY'
> will be sent separately.

For the series:

Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com>

> 
> Jijie Shao (2):
>   net: hns3: return error code when function fails
>   net: hns3: fix null pointer in debugfs issue
Thanks,
Olek