netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf 0/3] Couple of sockmap fixes
@ 2018-08-08 17:23 Daniel Borkmann
  2018-08-08 17:23 ` [PATCH bpf 1/3] bpf, sockmap: fix bpf_tcp_sendmsg sock error handling Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Daniel Borkmann @ 2018-08-08 17:23 UTC (permalink / raw)
  To: netdev; +Cc: ast, john.fastabend, Daniel Borkmann

Two sockmap fixes in bpf_tcp_sendmsg(), and one fix for the
sockmap kernel selftest. Thanks!

Daniel Borkmann (3):
  bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
  bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
  bpf, sockmap: fix cork timeout for select due to epipe

 kernel/bpf/sockmap.c                       | 9 ++++++---
 tools/testing/selftests/bpf/test_sockmap.c | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2018-08-08 21:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-08 17:23 [PATCH bpf 0/3] Couple of sockmap fixes Daniel Borkmann
2018-08-08 17:23 ` [PATCH bpf 1/3] bpf, sockmap: fix bpf_tcp_sendmsg sock error handling Daniel Borkmann
2018-08-08 17:23 ` [PATCH bpf 2/3] bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path Daniel Borkmann
2018-08-08 17:23 ` [PATCH bpf 3/3] bpf, sockmap: fix cork timeout for select due to epipe Daniel Borkmann
2018-08-08 19:13 ` [PATCH bpf 0/3] Couple of sockmap fixes Alexei Starovoitov
2018-08-08 19:33   ` Daniel Borkmann

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).