[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] tools: specify C standard explicitly
- To: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Fri, 20 Feb 2026 11:56:28 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- 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=ZgqyFmxbU/ZnklkizziErMyDZ9QgcerDMgr20FC6Tus=; b=ipNdLQtkM+JEBtXU51M5BOhSIaMW2kpP2+8nPnLSDhP3ax6DNHsmVrr72CF9jYqYaBdSjQcBhhBClSZbleOtIjLsCbph+8dCCKMP7TI83JeLbV8fJAyyh/yeuEm4iePnOFlNkEZxxJEW7a6RtptKzlj+spCQBlM33Rbo9lyIY2TfJYyLtbNskAV4w234yXS9FpiH0DOl+GaSGJM+KeVxkhmIA+kshzwA6GyxFbgwlhYfqE19VHeGeGtBwu9C3Shtlhr4SVbDTCAq8UagxYsoKKFWboIaXUDlwU43rl0ysrqGfjib0hDZPD4R6ZSVSY9kvBOU+blRFl1K3FgSScSMYg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=XTBNHB8FNxP05/5sNKkeY+hTpjYZGOz+o7ziruXeRXZJ7ad8YJCrKD/OY0z/5CuaBEFM5nAfwkZ0jhjE12bd1W8B3/48E6681slgACujWNmR0BeFH2lqDXBUi7qPfdYBHlDzUhOl45zIZxgmEpGzCKWXVsaSkXmFPyy8/wjZJqzw+q1/QEK72wMlR0/BhDAVCTVkbk5n79mt1t2/esEwREcs8M3Ez4yrm/I64XmteD7oCdYOjs5TvN3K+sWv2JzNFaB4fg+prBm6J6EYUtMvLP2S20jexv6A+DJU8mM1uw3wfxxaw/y0Oc+8X0etimwiNRsytAkOCJjAOd7B7XQCwQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Fri, 20 Feb 2026 11:56:49 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20/02/2026 10:10 am, Marek Marczykowski-Górecki wrote:
> On Fri, Feb 20, 2026 at 08:34:08AM +0100, Jan Beulich wrote:
>> Is it possible that it's not so much the compiler, but glibc, which is the
>> problem here?
> Indeed, that's glibc. I tested it starting with CI container and updated
> packages one by one - it's about glic 2.42 -> 2.43.
>
>>> So, I guess iterate on v1?
>> Perhaps. As per above it first needs to become clear where the issue is
>> actually coming from. Otoh making the code suitably C23-const-correct will
>> want to happen at some point anyway, I suppose.
> I'll sent v3 with remarks from your review on v1 applied.
>
Agreed, the moment we limit tools to a specific std, we will fail to
find stuff like this.
In my copious free time, I keep on meaning to do one CI run with Xen
forced the the newest std too, so we can pick up fixes as we go rather
than finding them all in one go while trying to do something else in a
hurry.
~Andrew
|