Message ID | 20220207171319.157775-1-atenart@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | net: fix issues when uncloning an skb dst+metadata | expand |
Hello: This series was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Mon, 7 Feb 2022 18:13:17 +0100 you wrote: > Hi, > > This fixes two issues when uncloning an skb dst+metadata in > tun_dst_unclone; this was initially reported by Vlad Buslov[1]. Because > of the memory leak fixed by patch 2, the issue in patch 1 never happened > in practice. > > [...] Here is the summary with links: - [net,v2,1/2] net: do not keep the dst cache when uncloning an skb dst and its metadata https://git.kernel.org/netdev/net/c/cfc56f85e72f - [net,v2,2/2] net: fix a memleak when uncloning an skb dst and its metadata https://git.kernel.org/netdev/net/c/9eeabdf17fa0 You are awesome, thank you!