]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-phy-sfp-fix-mii_bus-leak-and-revert-rollball-bridge-probe'
authorJakub Kicinski <kuba@kernel.org>
Tue, 30 Jun 2026 02:07:44 +0000 (19:07 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 30 Jun 2026 02:07:44 +0000 (19:07 -0700)
commit9282abe196537bff377104a64ea66561ef1c7aca
tree24b95771f9b517933730fd0dc0ef4986aad822e3
parent8ff7f2a6da4fccaa5cc9be7251a24e71e29fbd1a
parentb521003c27ebf29701ead5baf217462425c584aa
Merge branch 'net-phy-sfp-fix-mii_bus-leak-and-revert-rollball-bridge-probe'

Petr Wozniak says:

====================
net: phy: sfp: fix mii_bus leak and revert RollBall bridge probe

v4 tried to fix the RollBall regression from 8fe125892f40 by deferring the
bridge probe to PHY discovery time. Maxime Chevallier and Aleksander
Bajkowski both tested that on genuine RollBall hardware and confirmed it
does not restore PHY detection (the module still is not ready when the
probe runs), and the Sashiko static review flagged the same path.

So this version drops the deferred-probe patch and instead reverts
8fe125892f40, restoring the pre-regression behaviour for genuine RollBall
modules. A proper fix for slow-initializing modules needs per-module init
timing (a longer module_t_wait / a per-module quirk) and genuine RollBall
hardware to validate; that is better owned as a follow-up by someone with
such a module.
====================

Link: https://patch.msgid.link/cover.1782581445.git.petr.wozniak@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>