netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] There are some bugfix for the HNS3 ethernet driver
@ 2025-10-23 13:13 Jijie Shao
  2025-10-23 13:13 ` [PATCH net 1/2] net: hns3: return error code when function fails Jijie Shao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jijie Shao @ 2025-10-23 13:13 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, andrew+netdev, horms
  Cc: shenjian15, liuyonglong, chenhao418, lantao5, huangdonghua3,
	yangshuaisong, jonathan.cameron, salil.mehta, netdev,
	linux-kernel, shaojijie

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-28  1:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23 13:13 [PATCH net 0/2] There are some bugfix for the HNS3 ethernet driver Jijie Shao
2025-10-23 13:13 ` [PATCH net 1/2] net: hns3: return error code when function fails Jijie Shao
2025-10-23 13:13 ` [PATCH net 2/2] net: hns3: fix null pointer in debugfs issue Jijie Shao
2025-10-28  0:54   ` Jakub Kicinski
2025-10-28  1:55     ` Jijie Shao
2025-10-23 15:09 ` [PATCH net 0/2] There are some bugfix for the HNS3 ethernet driver Alexander Lobakin
2025-10-28  1:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).