Skip to content
Commit f2bdff9d authored by Felix Fietkau's avatar Felix Fietkau Committed by Zhengchao Shao
Browse files

net: bridge: fix multicast-to-unicast with fraglist GSO

stable inclusion
from stable-v4.19.314
commit 01386957ca757e31fb66caceb303f71f9e577b83
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IA7IEQ

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=01386957ca757e31fb66caceb303f71f9e577b83



--------------------------------

[ Upstream commit 59c878cbcdd80ed39315573b3511d0acfd3501b5 ]

Calling skb_copy on a SKB_GSO_FRAGLIST skb is not valid, since it returns
an invalid linearized skb. This code only needs to change the ethernet
header, so pskb_copy is the right function to call here.

Fixes: 6db6f0ea ("bridge: multicast to unicast")
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
Acked-by: default avatarPaolo Abeni <pabeni@redhat.com>
Acked-by: default avatarNikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarZhengchao Shao <shaozhengchao@huawei.com>
parent 1328f39a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment