]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'log-clean-up-and-tap-follow-ups'
authorJakub Kicinski <kuba@kernel.org>
Sun, 10 May 2026 17:20:23 +0000 (10:20 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 10 May 2026 17:20:23 +0000 (10:20 -0700)
Allison Henderson says:

====================
Log clean up and TAP follow ups

This is a follow up series to the  "Log collection, TAP compliance and
cleanups" set.  The sashiko report had made some points that I thought
was worth addressing.  This patch set fixes a few more TAP compliance
prints in the check_gcov* routines.  Also since the user must now pass
in the log folder to collect logs, log clean up is tightened to only
remove rds* prefixed artifacts instead of the entire folder.  Lastly a
the signal handler alarm should be disarmed after the completes to
avoid multiple calls to the stop_pcaps routine.
====================

Link: https://patch.msgid.link/20260507233213.556182-1-achender@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge