Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Tue, 14 Mar 2023 10:33:51 -0500 you wrote: > 718a18a0c8a67f97781e40bdef7cdd055c430996 "veth: Rework veth_xdp_rcv_skb > in order to accept non-linear skb" introduced a bug where it tried to > use pskb_expand_head() if the headroom was less than > XDP_PACKET_HEADROOM. This however uses kmalloc to expand the head, > which will later allow consume_skb() to free the skb while is it still > in use by AF_XDP. > > [...] Here is the summary with links: - veth: Fix use after free in XDP_REDIRECT https://git.kernel.org/netdev/net/c/7c10131803e4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html