[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180816194910.9040-1-daniel@iogearbox.net>
Date: Thu, 16 Aug 2018 21:49:05 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: alexei.starovoitov@...il.com
Cc: john.fastabend@...il.com, netdev@...r.kernel.org,
Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH bpf 0/5] BPF sockmap and ulp fixes
Batch of various fixes related to BPF sockmap and ULP, including
adding module alias to restrict module requests, races and memory
leaks in sockmap code. For details please refer to the individual
patches. Thanks!
Daniel Borkmann (5):
tcp, ulp: add alias for all ulp modules
tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
bpf, sockmap: fix leakage of smap_psock_map_entry
bpf, sockmap: fix map elem deletion race with smap_stop_sock
bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist
include/net/tcp.h | 4 ++
kernel/bpf/sockmap.c | 120 +++++++++++++++++++++++++++++----------------------
net/ipv4/tcp_ulp.c | 4 +-
net/tls/tls_main.c | 1 +
4 files changed, 76 insertions(+), 53 deletions(-)
--
2.9.5
Powered by blists - more mailing lists