Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 062FBC64ED6 for ; Tue, 28 Feb 2023 19:29:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229909AbjB1T31 (ORCPT ); Tue, 28 Feb 2023 14:29:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbjB1T30 (ORCPT ); Tue, 28 Feb 2023 14:29:26 -0500 Received: from mail.ispras.ru (mail.ispras.ru [83.149.199.84]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0EC215541 for ; Tue, 28 Feb 2023 11:29:24 -0800 (PST) Received: from [10.10.3.121] (unknown [10.10.3.121]) by mail.ispras.ru (Postfix) with ESMTPS id 549B640770DC; Tue, 28 Feb 2023 19:29:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.ispras.ru 549B640770DC Date: Tue, 28 Feb 2023 22:29:23 +0300 (MSK) From: Alexander Monakov To: Borislav Petkov cc: Andrew Cooper , Tavis Ormandy , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: x86: AMD Zen2 ymm registers rolling back In-Reply-To: Message-ID: <4d21fe93-7b77-bf5a-9ba8-645256ab0983@ispras.ru> References: <0371ec3d-0899-f94a-7f21-21d805df2927@citrix.com> <4737f149-c5b7-8a51-7cc5-8bda6e98308b@ispras.ru> <3d007f98-a42a-3c0e-8d6a-c86c5d0e25be@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Feb 2023, Borislav Petkov wrote: > On Tue, Feb 28, 2023 at 10:24:40PM +0300, Alexander Monakov wrote: > > No, on the contrary, if there were no updates I would not be able to > > see microcode version increase after updating. > > So what are you saying then? That I can reproduce the bug even with the latest BIOS, i.e. the microcode in the latest BIOS update does not have the fix, and the linux-firmware.git microcode does not have a patch for this CPU family at all. Hence the question how to get fixed microcode for this CPU family. Alexander