Hello: This patch was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Fri, 2 Feb 2024 17:32:20 +0100 you wrote: > xsk_build_skb() allocates a page and adds it to the skb via > skb_add_rx_frag() and specifies 0 for truesize. This leads to a warning > in skb_add_rx_frag() with CONFIG_DEBUG_NET enabled because size is > larger than truesize. > > Increasing truesize requires to add the same amount to socket's > sk_wmem_alloc counter in order not to underflow the counter during > release in the destructor (sock_wfree()). > > [...] Here is the summary with links: - [bpf] xsk: Add truesize to skb_add_rx_frag(). https://git.kernel.org/bpf/bpf/c/2127c6043836 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html