diff options
author | David S. Miller <davem@davemloft.net> | 2021-06-10 14:06:43 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-10 14:06:43 -0700 |
commit | 172947ac678e426cc8eb0e4107017d1fb38c6037 (patch) | |
tree | 15eb00d6b79d73c4eb064f8942acf9a0e20a436c /include/net/sock.h | |
parent | 9d44fa3e50cc91691896934d106c86e4027e61ca (diff) | |
parent | cfc579f9d89af4ada58c69b03bcaa4887840f3b3 (diff) | |
download | linux-stable-172947ac678e426cc8eb0e4107017d1fb38c6037.tar.gz linux-stable-172947ac678e426cc8eb0e4107017d1fb38c6037.tar.bz2 linux-stable-172947ac678e426cc8eb0e4107017d1fb38c6037.zip |
Merge branch 'bridge-egress-fixes'
Nikolay Aleksandrov says:
====================
net: bridge: vlan tunnel egress path fixes
These two fixes take care of tunnel_dst problems in the vlan tunnel egress
path. Patch 01 fixes a null ptr deref due to the lockless use of tunnel_dst
pointer without checking it first, and patch 02 fixes a use-after-free
issue due to wrong dst refcounting (dst_clone() -> dst_hold_safe()).
Both fix the same commit and should be queued for stable backports:
Fixes: 11538d039ac6 ("bridge: vlan dst_metadata hooks in ingress and egress paths")
v2: no changes, added stable list to CC
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sock.h')
0 files changed, 0 insertions, 0 deletions