]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'veristat-files-list-txt-notation-for-object-files-list'
authorAndrii Nakryiko <andrii@kernel.org>
Mon, 3 Mar 2025 21:51:29 +0000 (13:51 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 15 Mar 2025 18:48:26 +0000 (11:48 -0700)
commit191598fc4dad72fca491ef629db3d0c411c234a9
treea137a378c79bcfa02e7ecd7ee9b6327866b37d26
parenta752ba4332788cd7ddfbe267c392898841799b44
parent346e4ca4628c7b318aa74afa8219f6e89bf82c4c
Merge branch 'veristat-files-list-txt-notation-for-object-files-list'

Eduard Zingerman says:

====================
veristat: @files-list.txt notation for object files list

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/
====================

Link: https://patch.msgid.link/20250301000147.1583999-1-eddyz87@gmail.com
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>