mbox series

[bpf-next,v2,0/3] veristat: @files-list.txt notation for object files list

Message ID 20250301000147.1583999-1-eddyz87@gmail.com (mailing list archive)
Headers show
Series veristat: @files-list.txt notation for object files list | expand

Message

Eduard Zingerman March 1, 2025, 12:01 a.m. UTC
A few small veristat improvements:
- It is possible to hit command line parameters number limit,
  e.g. when running veristat for all object files generated for
  test_progs. This patch-set adds an option to read objects files list
  from a file.
- Correct usage of strerror() function.
- Avoid printing log lines to CSV output.

Changelog:
- v1 -> v2:
  - replace strerror(errno) with strerror(-err) in patch #2 (Andrii)

v1: https://lore.kernel.org/bpf/3ee39a16-bc54-4820-984a-0add2b5b5f86@gmail.com/T/

Eduard Zingerman (3):
  veristat: @files-list.txt notation for object files list
  veristat: strerror expects positive number (errno)
  veristat: report program type guess results to sdterr

 tools/testing/selftests/bpf/veristat.c | 70 +++++++++++++++++++++-----
 1 file changed, 57 insertions(+), 13 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 3, 2025, 10 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Fri, 28 Feb 2025 16:01:44 -0800 you wrote:
> A few small veristat improvements:
> - It is possible to hit command line parameters number limit,
>   e.g. when running veristat for all object files generated for
>   test_progs. This patch-set adds an option to read objects files list
>   from a file.
> - Correct usage of strerror() function.
> - Avoid printing log lines to CSV output.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2,1/3] veristat: @files-list.txt notation for object files list
    https://git.kernel.org/bpf/bpf-next/c/128cd7672577
  - [bpf-next,v2,2/3] veristat: strerror expects positive number (errno)
    https://git.kernel.org/bpf/bpf-next/c/164975333cec
  - [bpf-next,v2,3/3] veristat: report program type guess results to sdterr
    https://git.kernel.org/bpf/bpf-next/c/b12752801e44

You are awesome, thank you!