On 28/02/2025 19:12, Eduard Zingerman 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. 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(-)
Patch set looks good to me. Acked-by: Mykyta Yatsenko <mykyta.yatsenko5@xxxxxxxxx>