Re: [PATCH] tracing: fix va_list breakage in trace_check_vprintf()

From: Nikita Yushchenko
Date: Thu Nov 18 2021 - 09:54:47 EST


Hi

If testing seq->full condition is preferred over forcibly consuming args from va_list, then such a test
shall be done before trace_check_vprintf() tries to use va_arg(). Will submit a patch doing that.

I'm happy with that patch, but can you please resend it as a top level
patch and not a reply, otherwise my patchwork doesn't catch it and my
scripts will not work on it.

Sure, doing that now.

Nikita