[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] x86: extend coverage of HLE "bad page" workaround
- To: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 21 Mar 2023 17:03:55 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=SlJDbu1FlW8ZxTKqy3Vjn0gQyyL06P+7Nqw3mGCGkfo=; b=SAeib/DoQ7xW47RMBFmebC/ccpQRmGeLaUNKwB8rTFU/im2fB9uK6nvY6Y9bGix9payGKujtNfeVmcXMVe10yQ614vTi3JYEyaccL+D8rPq36u+WGXQDfAk5itx90b55itQzhXak+lNbZKwNXeO1iH4Go1KFnBhd0VUyeO9dK/W1oMWPkO1doyMKroyb6q2OhSBDnCrV0qX8Qr4NKx3/qNPb4I8mIH+3raYFfo+3ES/4O2cevGChwOCrDTMBfB+UQxILazRF+ol2/uIprO+H47xFbU+fKsIm/NQ0hF607dqI9qddZiO1WLdqMLfcHKZzCpCPWOK/LstTGjlvtly3sQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Js+dcOqgTaO5bRca/ApyvfYNdHFJd5qcIvP45m5SiuNXLvP0smiXiCEuFjEz1VnIzT13IzGqmVfOXuqJGilQ1p8t+iKL0SPrttB3lR8GyusCYVwck0LQlx5BRC6smAaPU58fm+/aaO+BVLeateIATb7DTYVVf8lAYXtSvGosF+/JMydNHTyxO/Dm40sxPKY7j7IbpADwab+vGpmzlsSkXSdVoyePckq4uYiJPuF3ME1+hlsoRzJbqlRXrNDxySdNR1FJl9Ehw2diLk2zKw5TPx4qyTvlhZ5OMK+3P22YcSvoiRQZKG7c+Z9E8ucdV7mHQQuRZcX3N+sU9mTQWIBuQw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Tue, 21 Mar 2023 16:04:10 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 21.03.2023 16:58, Roger Pau Monné wrote:
> On Tue, Mar 21, 2023 at 04:51:43PM +0100, Jan Beulich wrote:
>> On 21.03.2023 15:42, Roger Pau Monné wrote:
>>> On Tue, May 26, 2020 at 08:49:52AM +0200, Jan Beulich wrote:
>>>> Respective Core Gen10 processor lines are affected, too.
>>>>
>>>> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
>>>>
>>>> --- a/xen/arch/x86/mm.c
>>>> +++ b/xen/arch/x86/mm.c
>>>> @@ -6045,6 +6045,8 @@ const struct platform_bad_page *__init g
>>>> case 0x000506e0: /* errata SKL167 / SKW159 */
>>>> case 0x000806e0: /* erratum KBL??? */
>>>> case 0x000906e0: /* errata KBL??? / KBW114 / CFW103 */
>>>> + case 0x000a0650: /* erratum Core Gen10 U/H/S 101 */
>>>> + case 0x000a0660: /* erratum Core Gen10 U/H/S 101 */
>>>
>>> I think this is errata CML101, I would add that at the end of the
>>> comment.
>>
>> Indeed in the current version of the document CML prefix exist. The older
>> document I've been looking at has no such letter acronyms in front of the
>> errata numbers. I can certainly update.
>>
>>> Also you seem to be missing the '806ec' model (806e0 case)? (listed as
>>> 'U 4+2 V1')
>>
>> Isn't that pre-existing (see 2nd line of context above)?
>
> Oh, indeed. Would you mind also adding a reference to CML101 for
> 0x000806e0 then?
Already done. Provided there'll be a v2 in the first place, considering
Andrew's comments (which I still need to properly consume).
Jan
|