[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/3] xen/x86: Change stub page freeing to fix smt=0
- To: Jason Andryuk <jason.andryuk@xxxxxxx>, oleksii.kurochko@xxxxxxxxx
- From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Date: Fri, 5 Jun 2026 09:32:34 +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=nNsMsB8giOxuzXS+KnQoaYlk9xNl1w2DzXclUzTWedM=; b=gUwi7fu7Tam8TmoBAiMxyPEo2tKN9aUz499wFJv/6uTQfX/oTIKvkLmxtHKqAB14paLA+xAc8Ypau5WE3CKnt1vmGMHksSEzaKpwduQvuofCurh5ORSsgdxCmr/w4zE1/3678fCwuxFyjWDkmGQDeZeHagUAe3QEkTTdVoHuC4w/pgxzhhdNETL2waUHJnxzS2VqVx17QsiGaKy7QuHaRSm1a+bzty0jNmQ7eG+TVfkmH4uq9H64172+lRyfUZ0SeP0CRNlEWvNYrpgHFV9CjFJONjNEgvtElS7xhoHERIdrU45egvSzHcL4dCwje8Nve5ojuV+QlIxEBagGyHBqag==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=SXXhghop2KS1V/0oRL4xskh5mMWtdkYpFCvq6+G/nfuDSPbIweiNsTqdnvzdD8OyC3S+sV7eGftjSLYL6a8YeN31ZRWDqo8gqmUKfRxH0x5s7VsGWIIhErqKmmYcKokaCzp1FzFxiynM7eNh4aEf02+fn+ax2SJJ2CuPZy2m2s688xrGeJgy6FlQl25BxcMGn4bAhkV3B2NljcvL8HPncjGsogzSioF7blcVVCWyaxbtqWdlCZ2l+jk5M05E/B+S5jHUqGXVy4cEYPQsjs1Y0IECfJS13dPfW98maC/qCQl+47896Suva6tGxFVCMS392ZtJYGTwebjbH7KItjvDaQ==
- 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, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Teddy Astie <teddy.astie@xxxxxxxxxx>
- Delivery-date: Fri, 05 Jun 2026 07:32:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
You want to Cc Oleksii for those, as we would like to get them into
4.22. I've added him to the cover letter so he is aware.
Regards, Roger.
On Thu, Jun 04, 2026 at 07:18:34PM -0400, Jason Andryuk wrote:
> This is a different approach to fixing the stub page handling that is
> broken with !CONFIG_PV and smt=0.
>
> Jason Andryuk (3):
> xen/x86: Remove unneeded stub_page setting
> xen/x86: Split out page_walk_mfn() helper
> xen/x86: Change stub page allocation/free logic
>
> xen/arch/x86/include/asm/mm.h | 1 +
> xen/arch/x86/smpboot.c | 32 ++++++++++++++++++++------------
> xen/arch/x86/x86_64/mm.c | 31 +++++++++++++++++++++----------
> 3 files changed, 42 insertions(+), 22 deletions(-)
>
> --
> 2.54.0
>
|