[PATCH net-next 0/3] net: hns3: some cleanups for hns3 driver

From: Jijie Shao

Date: Tue Aug 04 2026 - 09:25:08 EST


This series contains three small cleanups for the hns3 driver.

Patch 1 sets msg->desc to NULL after kfree to avoid leaving a
dangling pointer in a struct that is reused across loop iterations.

Patch 2 adds the missing const qualifier to the reg parameter of
hclge_log_error(), which is never modified within the function.

Patch 3 uses the txqueue parameter passed by the ndo_tx_timeout
callback directly, instead of iterating all tx queues to find the
timed out one.

Jian Shen (2):
net: hns3: set msg->desc to NULL after kfree in hclge_query_reg_info()
net: hns3: use txqueue parameter directly in ndo_tx_timeout

Jijie Shao (1):
net: hns3: add missing const qualifier to hclge_log_error() reg
parameter

.../net/ethernet/hisilicon/hns3/hns3_enet.c | 47 ++++++++-----------
.../hisilicon/hns3/hns3pf/hclge_err.c | 3 +-
2 files changed, 22 insertions(+), 28 deletions(-)


base-commit: 69963a0678a347d57c4ac8b16939dba216eb95ce
--
2.43.0