On Tue, Oct 21, 2025 at 05:01:47PM -0700, Jakub Kicinski wrote:
On Tue, 21 Oct 2025 16:46:51 -0700 Bobby Eshleman wrote:
Improve usability of logging functions. Remove the test name prefix from logging functions so that logging calls can be made deeper into the call stack without passing down the test name or setting some global. Teach log function to accept a LOG_PREFIX variable to avoid unnecessary argument shifting.
Remove log_setup() and instead use log_host(). The host/guest prefixes are useful to show whether a failure happened on the guest or host side, but "setup" doesn't really give additional useful information. Since all log_setup() calls happen on the host, lets just use log_host() instead.
And this cannot be posted separately / before the rest? I don't think this series has to be 26 patches long.
I'm dropping this from PW, please try to obey the local customs :(
Sorry about that, since these selftest changes were all part of one messier patch in the previous rev, I wasn't sure if the custom was to keep them in the original series or break them out into another series.
I'll break them out and resend.