On Tue, Oct 08, 2024 at 07:40:17AM +0200, Heiner Kallweit wrote:
RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore make sure that the allocated memory area is big enough to hold all of the tally counter values, even if we use only parts of it. Fixes: f1bce4ad2f1c ("r8169: add support for RTL8125") Cc: stable@xxxxxxxxxxxxxxx # up to 6.11 Signed-off-by: Heiner Kallweit <hkallweit1@xxxxxxxxx> --- Original commit: ced8e8b8f40accfcce4a2bbd8b150aa76d5eff9a
I've fixed it up by taking 8df9439389a4 ("r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"") as a dependency instead. Thanks! -- Thanks, Sasha