summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2023-05-26 01:13:11 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2023-05-26 13:05:52 +0300
commit4aadd2920b81b3d7e5c8ac63c7d5d673f3c8aaeb (patch)
tree4a1d54f6f718825b19120ab68b73447f570321e0 /tools/perf/scripts/python/export-to-postgresql.py
parent59842c5451fe830737600276ba9dee4595341d77 (diff)
downloadlinux-4aadd2920b81b3d7e5c8ac63c7d5d673f3c8aaeb.tar.xz
libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()
Improve bpf_map__reuse_fd() logic and ensure that dup'ed map FD is "good" (>= 3) and has O_CLOEXEC flags. Use fcntl(F_DUPFD_CLOEXEC) for that, similarly to ensure_good_fd() helper we already use in low-level APIs that work with bpf() syscall. Suggested-by: Lennart Poettering <lennart@poettering.net> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20230525221311.2136408-2-andrii@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions