]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init
authorFelix Fietkau <nbd@nbd.name>
Tue, 15 Oct 2024 08:17:55 +0000 (10:17 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 17 Oct 2024 10:02:29 +0000 (12:02 +0200)
commit88806efc034a9830f483963326b99930ad519af1
treed8e7ed6a046f017cdba4c91dc3efedf056989859
parent4678adf94da4a9e9683817b246b58ce15fb81782
net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init

The loop responsible for allocating up to MTK_FQ_DMA_LENGTH buffers must
only touch as many descriptors, otherwise it ends up corrupting unrelated
memory. Fix the loop iteration count accordingly.

Fixes: c57e55819443 ("net: ethernet: mtk_eth_soc: handle dma buffer size soc specific")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241015081755.31060-1-nbd@nbd.name
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/mediatek/mtk_eth_soc.c