[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 for-4.21 0/2] x86/AMD: deal with RDSEED issues
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Date: Fri, 31 Oct 2025 11:22:20 +0100
- 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=YDPPxaU5cgjulpHuc3X5fYsYbuYW/U3NgdljOsOacN8=; b=kkqbhj5hoh79JGyEJZgnGuCh2/0zVcI6RuLzmEbXG6Y4jzMIgJXrlgZCq9weQkBhPNv7WTGu2sgj4J0sZHIZQRbxVvu/EhdEHVCt7E1c8ltYcfGf5rC6w88FnSqugqdkKYnlfLIoqmToWJGgjh7TZ+QBi+wDPrDcaawmjYmHwi8rj7jd5Pu3IvG7re7zbEyZeSy6zw26d49ug5bCK5NIreza7SD8oSvRhWQuyyHttS3Je83Y3Sn/KvTecldrApbZkIyBmAi6ijiTq6Hnoz8bl0YzlZAZTEFoXb0beh8AZGwVle+MuGg9fMuqneY0r5303en763HUDGvBOkcKKaPZMg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=iIAFSDACvMRfU6xfVsEGu5O3uj7nN6sWopzYrohfA/mW6znulpL/uqpQHYqQpSYecE9/57dCg8exS2gBXSCXyzmHEAKV+ZqhED+dm8kKL5H/A9Kmgmr+CyhwZbn6BNIu0Kxiu/QKlMyQdYBG0NTPswuZTs9ro3+r7brIs4mawSEiiyLyt312GAKAAoSbIlzU9dL+HAJCnxx0kFwS14mb1PlYSiyobIEgnZdj3i/qTIQKlwIb7rB2A0lZB3QwWUf0LD5/oQGA2v9Yp2U9LHIfmVqxG3viYQyWb021iSPC1is6fLQweXK9EjHGUM7kd3ncfNS6IXAj/G+ZrEJ+UfesoA==
- 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>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- Delivery-date: Fri, 31 Oct 2025 10:22:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Tue, Oct 28, 2025 at 04:32:17PM +0100, Jan Beulich wrote:
> Both patches also want 'x86/CPU: extend is_forced_cpu_cap()'s "reach"' in
> place.
>
> 1: disable RDSEED on Fam17 model 47 stepping 0
> 2: disable RDSEED on most of Zen5
For both patches: don't we need to set the feature in the max policy
to allow for incoming migrations of guests that have already seen the
feature?
Thanks, Roger.
|