]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-hns3-fix-configuration-deadlocks-and-refactor-link-setup'
authorJakub Kicinski <kuba@kernel.org>
Thu, 25 Jun 2026 16:15:46 +0000 (09:15 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Jun 2026 16:15:47 +0000 (09:15 -0700)
commitb78f348d4c4d862b1ad232f30c818f3ec8b97efb
tree029df15a6f9cb0eab58cc4243975b7d6321dd4ea
parent5316394b1752f6cf3f9901e7fefdec1cd1d97fd3
parentd9d349c4e8a0acd73bac8baa3605443c0df5eb26
Merge branch 'net-hns3-fix-configuration-deadlocks-and-refactor-link-setup'

Jijie Shao says:

====================
net: hns3: fix configuration deadlocks and refactor link setup

This patch series addresses a sequence of link configuration deadlocks
and parameter contamination issues in the hns3 network driver, which
typically occur during hardware resets or driver initialization under
specific user-configured scenarios.

The bugs root from asynchronous discrepancies between the MAC state
machine and cached user requests during sudden hardware resets, leading
to invalid parameter combos or frozen registers.
====================

Link: https://patch.msgid.link/20260624141319.271439-1-shaojijie@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>