Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 21 Jun 2023 06:38:48 +0200 you wrote:
Fix an issue where the kernel would stall during netboot, showing the "sched: RT throttling activated" message. This stall was triggered by the behavior of the mii_interrupt bit (Bit 7 - DP83TD510E_STS_MII_INT) in the DP83TD510E's PHY_STS Register (Address = 0x10). The DP83TD510E datasheet (2020) states that the bit clears on write, however, in practice, the bit clears on read.
[...]
Here is the summary with links: - [v2,1/1] net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driver https://git.kernel.org/netdev/net/c/fc0649395dca
You are awesome, thank you!