All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] argo: few log fixes
@ 2026-06-04 21:49 dmukhin
  2026-06-04 21:49 ` [PATCH v6 1/6] argo: lower level of noisy connection-refused log dmukhin
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: dmukhin @ 2026-06-04 21:49 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, anthony.perard, jbeulich, julien, michal.orzel,
	roger.pau, sstabellini, dmukhin

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 re-wires argo_dprintk() to gprintk() to include mode debugging
        context.
Patch 5 adds new Kconfig for short-circuiting extra verbose Argo traces.
Patch 6 enables extra verbose Argo traces in CI for ease of catching
        potential issues.

CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/2577682899
Link to v5: https://lore.kernel.org/xen-devel/20260603194131.1468654-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/analyze.yaml |  2 ++
 automation/gitlab-ci/build.yaml   |  1 +
 xen/common/Kconfig                |  6 ++++++
 xen/common/argo.c                 | 22 ++++++++++------------
 4 files changed, 19 insertions(+), 12 deletions(-)

-- 
2.54.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2026-06-09  1:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-04 21:49 [PATCH v6 0/6] argo: few log fixes dmukhin
2026-06-04 21:49 ` [PATCH v6 1/6] argo: lower level of noisy connection-refused log dmukhin
2026-06-04 21:49 ` [PATCH v6 2/6] argo: correct logline in ring_unmap() dmukhin
2026-06-04 21:49 ` [PATCH v6 3/6] argo: drop argo prefix from argo_dprintk() calls dmukhin
2026-06-04 21:49 ` [PATCH v6 4/6] argo: fixup argo_dprintk() dmukhin
2026-06-04 21:49 ` [PATCH v6 5/6] argo: introduce CONFIG_ARGO_DEBUG dmukhin
2026-06-04 21:49 ` [PATCH v6 6/6] automation: enable Argo debugging in CI dmukhin
2026-06-05  6:23 ` [PATCH v6 0/6] argo: few log fixes Jan Beulich
2026-06-05 17:24   ` dmukhin
2026-06-08 21:49 ` Christopher Clark
2026-06-08 22:02   ` Andrew Cooper
2026-06-08 22:03   ` Jason Andryuk
2026-06-09  1:28   ` dmukhin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.