This series corrects Argo module tracing.
Patch 1 lowers the verbosity of a spammy log message.
Patch 2 corrects the debug logline.
Patch 3 cleans up existing loglines by dropping duplicate prefixes.
Patch 4 rewires argo_dprintk() to gprintk() to include more debugging
context.
Patch 5 adds new Kconfig for short-circuiting extra verbose Argo traces.
Patch 6 enables extra verbose Argo traces in CI to make it easier to
catch potential issues.
CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/2554382112
Link to v2: https://lore.kernel.org/xen-devel/20260522165238.844649-1-dmukhin@ford.com/
Denis Mukhin (6):
argo: lower level of noisy connection-refused log
argo: correct logline in ring_unmap()
argo: drop argo prefix from argo_dprintk() calls
argo: fixup argo_dprintk()
argo: introduce CONFIG_ARGO_DEBUG
automation: enable Argo debugging in CI
automation/gitlab-ci/build.yaml | 1 +
xen/common/Kconfig | 7 +++++++
xen/common/argo.c | 22 ++++++++++------------
3 files changed, 18 insertions(+), 12 deletions(-)
--
2.54.0