bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] Fix ip6ip6 crash for collect_md skbs
@ 2021-03-10  0:38 Daniel Borkmann
  2021-03-10  0:38 ` [PATCH net 1/2] net: Consolidate common blackhole dst ops Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Borkmann @ 2021-03-10  0:38 UTC (permalink / raw)
  To: davem
  Cc: kuba, john.fastabend, ast, willemb, edumazet, netdev, bpf,
	Daniel Borkmann

Fix a NULL pointer deref panic I ran into for regular ip6ip6 tunnel devices
when collect_md populated skbs were redirected to them for xmit. See patches
for further details, thanks!

Daniel Borkmann (2):
  net: Consolidate common blackhole dst ops
  net, bpf: Fix ip6ip6 crash with collect_md populated skbs

 include/net/dst.h | 11 +++++++++
 net/core/dst.c    | 59 +++++++++++++++++++++++++++++++++--------------
 net/ipv4/route.c  | 45 +++++++-----------------------------
 net/ipv6/route.c  | 36 ++++++++---------------------
 4 files changed, 70 insertions(+), 81 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-10 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10  0:38 [PATCH net 0/2] Fix ip6ip6 crash for collect_md skbs Daniel Borkmann
2021-03-10  0:38 ` [PATCH net 1/2] net: Consolidate common blackhole dst ops Daniel Borkmann
2021-03-10  0:38 ` [PATCH net 2/2] net, bpf: Fix ip6ip6 crash with collect_md populated skbs Daniel Borkmann
2021-03-10 20:40 ` [PATCH net 0/2] Fix ip6ip6 crash for collect_md skbs patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).