1
0
Fork 0
alistair23-linux/tools/bpf/bpftool
Jakub Kicinski 8207c6dd47 tools: bpftool: protect against races with disappearing objects
On program/map show we may get an ID of an object from GETNEXT,
but the object may disappear before we call GET_FD_BY_ID.  If
that happens, ignore the object and continue.

Fixes: 71bb428fe2 ("tools: bpf: add bpftool")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2017-12-23 01:09:52 +01:00
..
Documentation tools: bpftool: unify installation directories 2017-11-30 02:09:29 +01:00
bash-completion tools: bpftool: add bash completion for bpftool 2017-10-29 18:37:33 +09:00
Makefile tools: bpftool: declare phony targets as such 2017-11-30 02:09:29 +01:00
common.c tools: bpftool: show filenames of pinned objects 2017-11-11 12:35:41 +09:00
jit_disasm.c tools: bpf: handle long path in jit disasm 2017-11-02 20:25:27 +09:00
json_writer.c tools: bpftool: add JSON output for `bpftool prog dump xlated *` command 2017-10-24 01:25:08 +01:00
json_writer.h tools: bpftool: add JSON output for `bpftool prog dump xlated *` command 2017-10-24 01:25:08 +01:00
main.c tools: bpftool: make error message from getopt_long() JSON-friendly 2017-11-30 02:09:29 +01:00
main.h tools: bpftool: remove spurious line break from error message 2017-11-30 02:09:29 +01:00
map.c tools: bpftool: protect against races with disappearing objects 2017-12-23 01:09:52 +01:00
prog.c tools: bpftool: protect against races with disappearing objects 2017-12-23 01:09:52 +01:00