From: Jakub Kicinski Date: Tue, 30 Jun 2026 02:07:44 +0000 (-0700) Subject: Merge branch 'net-phy-sfp-fix-mii_bus-leak-and-revert-rollball-bridge-probe' X-Git-Tag: v7.2-rc2~22^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9282abe196537bff377104a64ea66561ef1c7aca;p=thirdparty%2Fkernel%2Flinux.git 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 --- 9282abe196537bff377104a64ea66561ef1c7aca