[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 5/6] argo: introduce CONFIG_ARGO_DEBUG
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: dmukhin@xxxxxxxx
- Date: Thu, 4 Jun 2026 14:46:58 -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=3rkXkEswGjjazpEzcRwcbtrCGdqlbg1ua9p2WVNs/X8=; b=tOcz1Im7pcAVojHy0nc9Xnsw3vzRYv/xIuPdEhiMY+xfaMJzil+ucQA/qw3fQwkH+KZtWClzp2+YzU7bbivlIFfLy7o4nsgZOrVxmzEE9kXuaPQri8sUPQcBkX+0Fq6enewzH4ZjgLzDNNa52WSlVVh8Ok4GZcJADDsA7Mz/dNj7YtPVFvA6wAq5G7Z+hgz2LtTkIGmygwr58kdf94yKlTrfcXhY5eoDa/S1mlV6QHUyXehRTmP4yPFwkQL4oRDooJJqkM4pUMtRyAMg+VXGZuKH54xFRAcK+g7i88dNHViyaWx6J8e6c3TfiV89UFRnfiJBwsycqvkgc8AidsXxIA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=dNGJnH2ZsgEQrz7nVeu/eTFP8vgyBHCwO1EdyR0+7pfMrI1C1WKoSJXBwSyNwtzRRoT3FdZW6+c15xhzoilH5PbpmtiRaRNrh/fZ7cPV7FUFrzzagFrtImRCgwjSqQZY+EHHFLFpa5ejmBI2gX4BJBF9zSmNxJ5OZTUIwh2olmn51RngyqXeOkgLDNBvckfC+wIPMfZH3ZUoE5zGaCQAl9sTyYnSfHgQPiu7VsCnkVq2HYLllrIyRsz0RqPfh0gymd//Oh2grDDgHwrDYzyIxPqbBo/CTvlyEZjziaJMIRq9oVu+Z/DnGHl3U9IwPMNZof9UnSalRR8gOQTwFyzDjA==
- 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: 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:31 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Pser-m365-app: SER-APP
On Thu, Jun 04, 2026 at 07:37:28PM +0200, 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.
I was not expecting this series to be approved for 4.22, so decided
to send an update, supposedly so no adjustments are needed in the future.
Let me fix that.
--
Denis
|