[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/9] x86/mwait-idle: move pre-initialized struct idle_cpu instances
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Date: Fri, 24 Apr 2026 17:33:50 +0200
- 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=DE/BHIikYq5tbOS2DaaMjqrjw+0xUtVCDg7y0Uqbn+M=; b=jRYlR4m7TrjkGe+GcbQ2yqIeCbCe7VG/KlxQiRyE1cC73J4ZsVMTJ1MigXPmQLU8zaQxuYF9NnTmfwU4LK/AE1prKUPQs4gNPlI2IwDb42J6aUJfCA8Y9eunWAPldgAry8lOU4tc7Vu04X7Ck4yj9Nf1OV4/bIevkpxx0K6JGID3y52LcV3W2VqeJfcS/VbFOpywVSeH47oHERfZGFf+P34FRPc1o2lqCpl5NxjFnredZ5XQN1axU31wY+aAi6BhOWCeZLOKv1GhUnkL7OD3cLrGC04k80MViefm0jFxk0E2myCrpFs4UHjG1/038+7tNkIT7PVrXHFCydkjDjbaqw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=psi/kyokUD+9wQJVYBdHMchJT0jvdb/Vig2Zssaf0GyC6OhV23lCqwPKRVs+tXI0fy1dGg23XHnC0V5cWPqlvTOEkcFIA+mdaJiaVKLWQsp/ol7tw36jHEzF5KGCNH9nzS/L5JUx966FXDQ31e38QczUFKrDAHVVH+t1K+mBkGdiVN48bWhlNATfORMpGroaeU6aL6jpPynRI2MH2QC9/+zdAc+09jBZltOpCMbdsIxy6THrw2qFj9bdC/aIdqOmWU3WPsGe+Y4Vqy+AxQo/1Wtu7RtgGWVxGuyDBKuU0taBxPJl3u6JxPQu1MXJvzhwXSkn1YA7ZRF/liWNqSXxpw==
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=selector1 header.d=citrix.com header.i="@citrix.com" header.h="From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck"
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=citrix.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Fri, 24 Apr 2026 15:34:06 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Thu, Mar 12, 2026 at 05:55:50PM +0100, Jan Beulich wrote:
> Now that they're not referenced anymore post-init, they can themselves
> move into .init.rodata. (idle_cpu_adl{,_l} can also become const in the
> first place.)
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Oh, OK, that's what I was missing from the previous patch, then for
this and the previous:
Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Albeit I'm still concerned whether us diverging (further?) from Linux
would causes more work when picking up upstream changes.
FWIW, I would also consider squashing this into the previous patch.
Thanks, Roger.
|