From mboxrd@z Thu Jan 1 00:00:00 1970 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 F0256C433F5 for ; Fri, 18 Feb 2022 16:14:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237446AbiBRQO0 (ORCPT ); Fri, 18 Feb 2022 11:14:26 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:59892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231910AbiBRQOV (ORCPT ); Fri, 18 Feb 2022 11:14:21 -0500 Received: from mail.skyhub.de (mail.skyhub.de [5.9.137.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8EFD16C4D5 for ; Fri, 18 Feb 2022 08:14:04 -0800 (PST) Received: from zn.tnic (dslb-088-067-221-104.088.067.pools.vodafone-ip.de [88.67.221.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 7F2E21EC01FC; Fri, 18 Feb 2022 17:13:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1645200839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=7gXNi5HTe8UERuhg/odXJCtnt+1lAhAWiuip8GObiLA=; b=gNpyF+ELnVweX+WqHTBHsiOTlGuZnB1D8F/iMq7IY6wBZmyU0DgeE+le/cmrjroX5JwV4h mB0/1enDZpwTG91lkFwKGeVMEuJXKQp/AUPD53uVKuUDnVBRe1YRopY99zvRTt/a0W1CCV Vt2XteGzVQcFVGxFJ+WH63ur0HUzwZU= Date: Fri, 18 Feb 2022 17:14:02 +0100 From: Borislav Petkov To: Jue Wang Cc: Tony Luck , x86@kernel.org, linux-kernel@vger.kernel.org, patches@lists.linux.dev Subject: Re: [PATCH v2] x86/mce: work around an erratum on fast string copy instructions. Message-ID: References: <20220218013209.2436006-1-juew@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 18, 2022 at 08:03:24AM -0800, Jue Wang wrote: > Since MSR_IA32_MISC_ENABLE is not a MCA register, I wonder if we want > to mix its read/write with the injected MCE code. > > I was a bit concerned about potential race with mce-inject and the > read/write to MSR_IA32_MISC_ENABLE. It won't inject anything: offset = msr_to_offset(msr); if (offset < 0) ret = 0; Besides, you need to use those routines due to EX_TYPE_{RD,WR}MSR_IN_MCE -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette