[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/6] argo: few log fixes
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: dmukhin@xxxxxxxx
- Date: Tue, 26 May 2026 14:58:17 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 148.163.138.245) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=ford.com; dmarc=pass (p=reject sp=reject pct=100) action=none header.from=ford.com; dkim=pass (signature was verified) header.d=saarlouis.ford.com; dkim=pass (signature was verified) header.d=ford.com; arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Lu/bScFOTZ2NM1x5hnwYfy/6h1orYjRxEVbML1jLjls=; b=l6NK05Xw524gM1y77n7CvJcRVmb2ZsoIRukTve9AKmqUXTuK+1YELCyA+HkSGmdKz59xN5b8vHKWuaWdyrzD85YbFdJWMUBXKwN8hAmyrRwx9h/kVrTUiS8WBw/ffq4FLfPQxB0h0178R1ggwgTLtv0OmGd9dKIRaJmAM2oFTm6jw1HCNEvx/bM30jnb7NE2exE3KEj8GHYCy5+PUDD9etg4DvRf/n2cRc/0aCPnzwzC9wpvdH3EXhwFlkZx0yNAxRtj5hx+iRgLmbKUgAhPJWt+wCfUoboKJ1YhZ3BmGvj6boUSzYiiCcNawMgZKSk9v24xBty9OX0Wgi8QNghAlQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=jjW2cTjaCsEU7Ol41oOpyCCY8ev4DA//jbbinHrrhDEUtOela60G3ycDvfLBMtWqnZum8KyGuSXEMxkfNJHemmvLCFCoZiF15/XuuF2JVraBDO1q79x3e9+PuHbTSxa/oD39VIcI5511ykdXpCpFpW7ciTM1SNc7IzV8zkiR56KKPgAYPI08A1M140gOrRLSqITIi177Dd+PGSGkF/txPQRbZZuYy64dabdy9o5tsvoS5GIZnjh1DnwBt7GujeVxPXBtxN0hF996hKqGy3E4VWQPz3HKKQVwpHPNPwq6lj37QV7fir3dd/aJm3vc4Cfl8qtPRGLja22Wa00hOxErcQ==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=ppford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Transfer-Encoding:Content-Type:Date:From:Message-ID:MIME-Version:Subject:To"; dkim=pass header.s=selector2-azureford-onmicrosoft-com header.d=azureford.onmicrosoft.com header.i="@azureford.onmicrosoft.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"; dkim=pass header.s=ppserprodsaar header.d=saarlouis.ford.com header.i="@saarlouis.ford.com" header.h="Cc:Content-Transfer-Encoding:Date:From:Message-ID:MIME-Version:Subject:To"; dkim=pass header.s=ppfserpocford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Transfer-Encoding:Date:From:Message-ID:MIME-Version:Subject:To"
- Cc: andrew.cooper3@xxxxxxxxxx, anthony.perard@xxxxxxxxxx, jbeulich@xxxxxxxx, julien@xxxxxxx, michal.orzel@xxxxxxx, roger.pau@xxxxxxxxxx, sstabellini@xxxxxxxxxx, christopher.w.clark@xxxxxxxxx, dpsmith@xxxxxxxxxxxxxxxxxxxx, dmukhin@xxxxxxxx
- Delivery-date: Tue, 26 May 2026 21:58:53 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Pser-m365-app: SER-APP
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@xxxxxxxx/
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
|