Re: [PATCH net] net: openvswitch: ensure LSE is pullable before reading it

2020-12-03 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 3 Dec 2020 10:46:06 +0100 you wrote: > when openvswitch is configured to mangle the LSE, the current value is > read from the packet dereferencing 4 bytes at mpls_hdr(): ensure that > the label is contained in the skb "

[PATCH net] net: openvswitch: ensure LSE is pullable before reading it

2020-12-03 Thread Davide Caratti
when openvswitch is configured to mangle the LSE, the current value is read from the packet dereferencing 4 bytes at mpls_hdr(): ensure that the label is contained in the skb "linear" area. Found by code inspection. Fixes: d27cf5c59a12 ("net: core: add MPLS update core helper and use in OvS") Sig