[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/3] xen/arm: Warn user on cpu errata 832075
- To: Julien Grall <julien@xxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Thu, 29 Oct 2020 09:55:15 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=/Utgxc1gYS05fnkTtMDjRM647ko6/E1RfiZUyMuo/lg=; b=YVTd1bxdYtUm65d8XGDRa5ROusDy2sowtOPvV2bx/TBWxHwE2qevOTqjMsw2HNVG4vup0oZgJR/eIiX3Yc3+AQXTCOdzXBLZ1SmijqE39bKg0tOOHl7kCgakkNIEkhxR64Jl3QgmFjsn1Qpdn1vbjLz7CwW8orrzdJRdW8iKfSIxeuYx9Fc1q9Zna5xwZRrOwYnDIrPi86YZqVQHVQTDfZKWL/7Oi3Z5ox/PM6fGNpuSKVXyCQpzeifWSk86CnpS4VI1ru7H/6Q/lVIwZwjp3UzfErDKTp0x3TMOWCzSbzMIEEVTH/psuThIO7A6g/9zn09bF0RX15qGDAcmpCtqbA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CTqxJ5A17c1AppxU8Ty9usC6Cul2ng6OaePjnTKQfTqYuVuO5kH+/8UcU9nuHrP68RV9DgEPAZbGPRgtm7xzhIuwKkOlsZPFKMdt5N4wQH+RLz1Cm+bzfhhG1OCKMTEFFp0QIyTEIjdSzcEk1u6zBIRz1hqroN+QQ+xmoz6wcLhVWho8wpAYuhoY9c+UwOdRCitPXIUq0KVCr9n8sEYxLSUqNY8A3a1uW11SkzEcxWMmnPigh+2MAA5JPY03OxeA5GEVqTJBVwAq227j3DChPxRVE7HDMql5pf9/3LKlBkL0IuwjGKgPeuYencMWaWf1jVnE+/E/OIA4OGUjClAzyw==
- Authentication-results-original: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Cc: "open list:X86" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Thu, 29 Oct 2020 09:55:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Thread-index: AQHWq7RKM3lRt4XRXUWYGPT9/eCkOKmtW9sAgAD/7gA=
- Thread-topic: [PATCH v2 3/3] xen/arm: Warn user on cpu errata 832075
Hi Julien,
> On 28 Oct 2020, at 18:39, Julien Grall <julien@xxxxxxx> wrote:
>
> Hi Bertrand,
>
> On 26/10/2020 16:21, Bertrand Marquis wrote:
>> When a Cortex A57 processor is affected by CPU errata 832075, a guest
>> not implementing the workaround for it could deadlock the system.
>> Add a warning during boot informing the user that only trusted guests
>> should be executed on the system.
>> An equivalent warning is already given to the user by KVM on cores
>> affected by this errata.
>> Also taint the hypervisor as unsecure when this errata applies and
>> mention Cortex A57 r0p0 - r1p2 as not security supported in SUPPORT.md
>> Signed-off-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
>
> Reviewed-by: Julien Grall <jgrall@xxxxxxxxxx>
Thanks
>
> If you don't need to resend the series, then I would be happy to fix the typo
> pointed out by George on commit.
There is only the condensing from Stefano.
If you can handle that on commit to great but if you need me to send a v3 to
make your life easier do not hesitate to tell me
Cheers
Bertrand
>
> Cheers,
>
> --
> Julien Grall
>
|