Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 22 Oct 2025 11:44:21 +0800 you wrote:
When GSO tunnel is negotiated virtio_net_hdr_tnl_from_skb() tries to initialize the tunnel metadata but forget to zero unused rxhash fields. This may leak information to another side. Fixing this by zeroing the unused hash fields.
Acked-by: Michael S. Tsirkin mst@redhat.com Fixes: a2fb4bc4e2a6a ("net: implement virtio helpers to handle UDP GSO tunneling") Cc: stable@vger.kernel.org Signed-off-by: Jason Wang jasowang@redhat.com
[...]
Here is the summary with links: - [net,V2] virtio-net: zero unused hash fields https://git.kernel.org/netdev/net/c/b2284768c6b3
You are awesome, thank you!