All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] argo: few log fixes
@ 2026-06-03 19:41 dmukhin
  2026-06-03 19:41 ` [PATCH v5 1/6] argo: lower level of noisy connection-refused log dmukhin
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: dmukhin @ 2026-06-03 19:41 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/2574255630
Link to v4: https://lore.kernel.org/xen-devel/20260603060539.1181809-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] 15+ messages in thread

end of thread, other threads:[~2026-06-04 21:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-03 19:41 [PATCH v5 0/6] argo: few log fixes dmukhin
2026-06-03 19:41 ` [PATCH v5 1/6] argo: lower level of noisy connection-refused log dmukhin
2026-06-03 19:41 ` [PATCH v5 2/6] argo: correct logline in ring_unmap() dmukhin
2026-06-03 19:41 ` [PATCH v5 3/6] argo: drop argo prefix from argo_dprintk() calls dmukhin
2026-06-03 19:41 ` [PATCH v5 4/6] argo: fixup argo_dprintk() dmukhin
2026-06-04 18:51   ` Jason Andryuk
2026-06-04 21:47     ` dmukhin
2026-06-03 19:41 ` [PATCH v5 5/6] argo: introduce CONFIG_ARGO_DEBUG dmukhin
2026-06-04 17:37   ` Jan Beulich
2026-06-04 18:52     ` Jason Andryuk
2026-06-04 21:47       ` dmukhin
2026-06-04 21:46     ` dmukhin
2026-06-03 19:41 ` [PATCH v5 6/6] automation: enable Argo debugging in CI dmukhin
2026-06-04 18:53   ` Jason Andryuk
2026-06-04  9:51 ` [PATCH v5 0/6] argo: few log fixes Oleksii Kurochko

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.