]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
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>

Trivial merge