Re: [PATCH] net: phy: dp83869: fix memory corruption when enabling fiber

From: Andrew Lunn
Date: Wed Oct 02 2024 - 11:55:00 EST


On Tue, Oct 01, 2024 at 09:57:33AM +0200, Ingo van Lil wrote:
> When configuring the fiber port, the DP83869 PHY driver incorrectly
> calls linkmode_set_bit() with a bit mask (1 << 10) rather than a bit
> number (10). This corrupts some other memory location -- in case of
> arm64 the priv pointer in the same structure.

Please add a Fixes: tag, and base on net.

https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html


Andrew

---
pw-bot: cr