Hello: This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 11 Feb 2021 21:51:22 +0200 you wrote: > From: Ioana Ciornei <[email protected]> > > If xdp_do_redirect() fails, the calling driver should handle recycling > or freeing of the page associated with the frame. The dpaa2-eth driver > didn't do either of them and just incremented a counter. > Fix this by trying to DMA map back the page and recycle it or, if the > mapping fails, just free it. > > [...] Here is the summary with links: - [net] dpaa2-eth: fix memory leak in XDP_REDIRECT https://git.kernel.org/netdev/net/c/e12be9139cca You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
