[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 5/6] argo: introduce CONFIG_ARGO_DEBUG


  • To: Jason Andryuk <jason.andryuk@xxxxxxx>
  • From: dmukhin@xxxxxxxx
  • Date: Thu, 4 Jun 2026 14:47:22 -0700
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 205.220.161.53) 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=OKuUim0XHBTmoKqBC2L84b1tnn2gZJvVnuzUdKCrPwg=; b=P7StWGXFKzWlh7hIFHwi5DYTyNYprb7G2zEe9hA1JeyW8wQR/XsIhgezP428TZCjDheqYRAGRW2sGFgT+7GmNBQ5115oCwONyzQXV2jvRskEnnGnOj4MdKut535Ic2c6ILigUKp0Tm11aMEJdIVCnzAwBrfEt3ubeYGjmOcd0gkIoBTk7fP9tfiTLC/ZWOFaFkvl7oDGcYBtKB3zt8HHhpbcaAnGdSZdC+k80JcUbi9I/AI+cWXPfPQuOQ+kqldVwiBnVe+w1qjUTVNQw6EknP9d0exg/6yw31sIQ6yBp5b33xscI3ZZeEs1d1M406QKkHHuT4NnC4dLInE89p1ftQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=ty4XNM04o8hImDJx9KUGHtYgrfHwc5u0jkcotRwDNTWhuCMDoAs6lrg9te1tnH5nlw3HOrURmfTKyrXwnO44PeFjpzfkj55S1frsQoGh5ZAj77leTkMBSr7bckZUEWbwa1M1XwMMksih1Y8IRqCU/q9m2HitZE/C7051HpXqb9SV/odwF8eNWZSzYert4sXKpBnlJH7PGMXFzsDHysw16K+H+jm7ZbBtwoH1X6UL5gZZ+aMNcbU7EmymKL6kRe3HMrNPkx5L9OEqJcYRBmKY5anBVH2J9T6yDQUQt2EjxRpJ1jz1TOpcKkqasjnnP0c+ZRau1lggUrNkH/eLpNPmww==
  • Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=ppford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References: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-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"; dkim=pass header.s=ppfserpocford header.d=ford.com header.i="@ford.com" header.h="Cc:Content-Type:Date:From:In-Reply-To:Message-ID:MIME-Version:References:Subject:To"
  • Cc: Jan Beulich <jbeulich@xxxxxxxx>, dmukhin@xxxxxxxx, andrew.cooper3@xxxxxxxxxx, anthony.perard@xxxxxxxxxx, julien@xxxxxxx, michal.orzel@xxxxxxx, roger.pau@xxxxxxxxxx, sstabellini@xxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx
  • Delivery-date: Thu, 04 Jun 2026 21:47:37 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Pser-m365-app: SER-APP

On Thu, Jun 04, 2026 at 02:52:50PM -0400, Jason Andryuk wrote:
> On 2026-06-04 13:37, Jan Beulich wrote:
> > On 03.06.2026 21:41, dmukhin@xxxxxxxx wrote:
> > > Add Kconfig knob to enable traces for Argo debugging.
> > > 
> > > Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx>
> > > ---
> > > Changes since v4:
> > > - fixed dependency on a new Kconfig knob on ARGO
> > > 
> > > Changes since v3:
> > > - dropped uneeded "If unsure, say N." from new Kconfig description
> > > ---
> > >   xen/common/Kconfig | 6 ++++++
> > >   xen/common/argo.c  | 3 +--
> > >   2 files changed, 7 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/xen/common/Kconfig b/xen/common/Kconfig
> > > index 5ff71480eebe..7676a78dca71 100644
> > > --- a/xen/common/Kconfig
> > > +++ b/xen/common/Kconfig
> > > @@ -491,6 +491,12 @@ config ARGO
> > >             If unsure, say N.
> > > +config ARGO_DEBUG
> > > + bool "Argo: enable debug traces (UNSUPPORTED)" if ARGO
> > 
> > Why is the "if ARGO" still there? That's fully redundant with ...
> > 
> > > + depends on ARGO
> > 
> > ... this. I said the v4 issue could be fixed while committing. Now you've
> > posted another version (adding to overall mail volume) and an adjustment
> > still needs doing.
> 
> With the if ARGO removed:
> 
> Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>

Thank you!



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.