This short series focus on improving the usability of test_progs, making the output cleaner, easier to select test to run, and adding a summary of all failed the tests at the end of the output. Yucong Sun (5): Skip loading bpf_testmod when using -l to list tests. Add glob matching for test selector in test_progs. Correctly display subtest skip status Display test number when listing test names Record all failed tests and output after the summary line. tools/testing/selftests/bpf/test_progs.c | 144 ++++++++++++++++++++--- tools/testing/selftests/bpf/test_progs.h | 2 + 2 files changed, 132 insertions(+), 14 deletions(-) -- 2.30.2