Re: [PATCH net] net: dsa: b53: fix error propagation from b53_fdb_dump()
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <178700040565.1735578.574294228176111818.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: On Wed, 12 Aug 2026 23:11:21 +0300 you wrote: > The blamed commit replaced "return ret" statements in b53_fdb_dump() > with "break;" which jumps to the mutex_unlock() -> return 0 section. > > This is notably problematic because it swallows errors from the > b53_fdb_copy() -> cb() path, and this will result in FDB dump truncation > when the netlink skb overflows - see commit 21b52fed928e ("net: dsa: > sja1105: fix broken backpressure in .port_fdb_dump"). > > [...] Here is the summary with links: - [net] net: dsa: b53: fix error propagation from b53_fdb_dump() https://git.kernel.org/netdev/net/c/4f1d06cf8aaa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html