Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Mon, 18 Aug 2025 17:45:07 +0900 you wrote: > Syzbot reported shift-out-of-bounds exception on MDIO bus initialization. > > The PHY address should be masked to 5 bits (0-31). Without this > mask, invalid PHY addresses could be used, potentially causing issues > with MDIO bus operations. > > Fix this by masking the PHY address with 0x1f (31 decimal) to ensure > it stays within the valid range. > > [...] Here is the summary with links: - net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization https://git.kernel.org/netdev/net/c/24ef2f53c07f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html