[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: Stefano Stabellini <sstabellini@xxxxxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Fri, 30 Oct 2020 08:40:11 +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=CmKpdbIhxEmml/pXgr/joDp7FIh++K/fjT2Nx/u2Oig=; b=N5CTm7sw8T47ZtUcTZvfkghYvrzWwhH5Xz6uPGzle2iuSAbbxfryYinZmSLLB2wB+Nx7d+MuMac7+Rx3oRLlmnrnF+9p22E9BL3GlpkUGBt3TzuPCgJT9f4z81y9DKgNw64YB7WNJkCJXTOgwfpBc+s4GzVlShL3ZYSWdsRLNZcNg0+GOK5uvsn5N0MIdD0UyddCKsAd/RH07maWWdg51ONo9WjyKtgZdJ3fAiJRAcP1IgaPHOnto1Mu5V7Oi2rHh/56QnvphdgsYbU6vSxbknge+q5xFyyUx4h67Nn/qd//ZPGnYXF0G3/eM7IkmACB0u1cwmL9e1EhyneKXbmCuQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=BSSJ+jIYq7m9Sm4bXrVCkYh7gCXOpgA1k7VwCWvUkhoRUBY182Stezyhp2i2TG4DA+wgxXcP1vZre9L1lChoVRoxHHSLsFjaPJt1e3Ccx+BrdFMK6Tg8FMLhyOiQF/T5ci6O7JBjXk37MFmLEgKZ0DpxsleykmygssxiRbhIyYmr3ArJmhAKO2aUaRDnFxWJcZHQUx1miXiF5vKL4jkvswBI6OIwKf6M0ROBNzq4q5n1jjT9JEgIXZOJI7Im4EC1KEl/xjdgctiAKcd9E/oVvAbehPQvRSYkiDhBmfjmEIRO1+efeW/JUZ84PA0LsJoC5MLe4CdUufN6PptHsuy4uA==
- Authentication-results-original: kernel.org; dkim=none (message not signed) header.d=none;kernel.org; dmarc=none action=none header.from=arm.com;
- Cc: Julien Grall <julien@xxxxxxx>, "open list:X86" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Wei Liu <wl@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Fri, 30 Oct 2020 08:40:48 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: kernel.org; dkim=none (message not signed) header.d=none;kernel.org; dmarc=none action=none header.from=arm.com;
- Thread-index: AQHWq7RKM3lRt4XRXUWYGPT9/eCkOKmtW9sAgAD/7gCAAORhAIAAmPsA
- Thread-topic: [PATCH v2 3/3] xen/arm: Warn user on cpu errata 832075
> On 29 Oct 2020, at 23:32, Stefano Stabellini <sstabellini@xxxxxxxxxx> wrote:
>
> On Thu, 29 Oct 2020, Bertrand Marquis wrote:
>> 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
>
> I have just done the committing
Thanks a lot :-)
Cheers
Bertrand
|