summaryrefslogtreecommitdiffstats
path: root/tools/bpf
diff options
context:
space:
mode:
authorAlexei Starovoitov2019-05-05 08:26:37 +0200
committerAlexei Starovoitov2019-05-05 08:26:38 +0200
commitec1c8fa04ffc1f90fdf101cd734ee7d2517883be (patch)
tree578931a064200ac50725b386d33f451a00c60d5b /tools/bpf
parentselftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c (diff)
parentlibbpf: proper XSKMAP cleanup (diff)
downloadkernel-qcow2-linux-ec1c8fa04ffc1f90fdf101cd734ee7d2517883be.tar.gz
kernel-qcow2-linux-ec1c8fa04ffc1f90fdf101cd734ee7d2517883be.tar.xz
kernel-qcow2-linux-ec1c8fa04ffc1f90fdf101cd734ee7d2517883be.zip
Merge branch 'af_xdp-fixes'
Björn Töpel says: ==================== William found two bugs, when doing socket teardown within the same process. The first issue was an invalid munmap call, and the second one was an invalid XSKMAP cleanup. Both resulted in that the process kept references to the socket, which was not correctly cleaned up. When a new socket was created, the bind() call would fail, since the old socket was still lingering, refusing to give up the queue on the netdev. More details can be found in the individual commits. Thanks, Björn ==================== Reviewed-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/bpf')
0 files changed, 0 insertions, 0 deletions