]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: Clean up bpf_helper_defs.h generation output
authorAndrii Nakryiko <andriin@fb.com>
Mon, 13 Jan 2020 07:31:39 +0000 (23:31 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 14 Jan 2020 01:48:13 +0000 (17:48 -0800)
commitb9be1ce12772cc4f1ceec03f1703e34d5a5c146b
tree808d3cd36b91f34f2724e9dcdf3924ba56bdac57
parent04c243b94d2d28c00689a36963b880067bce6792
libbpf: Clean up bpf_helper_defs.h generation output

bpf_helpers_doc.py script, used to generate bpf_helper_defs.h, unconditionally
emits one informational message to stderr. Remove it and preserve stderr to
contain only relevant errors. Also make sure script invocations command is
muted by default in libbpf's Makefile.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200113073143.1779940-3-andriin@fb.com
scripts/bpf_helpers_doc.py
tools/lib/bpf/Makefile