Re: [PATCH net] net: psample: Fix netlink skb length with tunnel info

2021-02-25 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 25 Feb 2021 15:51:45 +0800 you wrote: > Currently, the psample netlink skb is allocated with a size that does > not account for the nested 'PSAMPLE_ATTR_TUNNEL' attribute and the > padding required for the 64-bit attribu

[PATCH net] net: psample: Fix netlink skb length with tunnel info

2021-02-24 Thread Chris Mi
Currently, the psample netlink skb is allocated with a size that does not account for the nested 'PSAMPLE_ATTR_TUNNEL' attribute and the padding required for the 64-bit attribute 'PSAMPLE_TUNNEL_KEY_ATTR_ID'. This can result in failure to add attributes to the netlink skb due to insufficient tail r