Re: [PATCH bpf 0/2] Two BPF sockmap fixes

2018-08-24 Thread Alexei Starovoitov
On Fri, Aug 24, 2018 at 10:08:49PM +0200, Daniel Borkmann wrote: > This series contains two fixes found while working with the BPF > sockmap code. One refcount leakage and one case for a small window > of use after free. See patches for more info. Thanks! Applied, Thanks

[PATCH bpf 0/2] Two BPF sockmap fixes

2018-08-24 Thread Daniel Borkmann
This series contains two fixes found while working with the BPF sockmap code. One refcount leakage and one case for a small window of use after free. See patches for more info. Thanks! Daniel Borkmann (2): bpf, sockmap: fix potential use after free in bpf_tcp_close bpf, sockmap: fix psock refc