Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp6853870ybi; Wed, 29 May 2019 14:27:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqyjvIVNHRuq+Hja4KF78qF0Q6hQhvhw0JbSh7za0oH30wMf5GskZyYnyy697KefdOst5Lk3 X-Received: by 2002:a17:90a:9bc4:: with SMTP id b4mr15092824pjw.100.1559165240116; Wed, 29 May 2019 14:27:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559165240; cv=none; d=google.com; s=arc-20160816; b=e/RrRYefLPrz50ySfEeqlaojMSLtgtvBOSuZmwtiTCmvsVoSuyCD7AGxpa+1F9h0K5 kvpCYU6LyUpkECiZszI5PX+GBAhYX+UTK5hCRhYetzPbbNf/2pG6jbscrhoBeOWvesp1 Vr1w//A83fiXSHzazAWh/pC0pbjSo2ODPr9DzP8qFG4x8HMaZdZgV6UOVD5JPgHCgjOa Dsxzg+g/vgx1mHrHnA/RR3IqpJR9LkGQ4H7ataxLAZ8huDCv6ODizdY9qxasdHdN+tyL /yEoJcB93nYI1zlXi982ymK2NDsKrSulbKsWmHKPiB5SYUDAOP5DOerSw2ZoGTjKQK7U m8oA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=YCAXuTwOOoykfxSW2rFO4IKXmkeswa2YeLff9FAr8hQ=; b=qP1SVBglHRe4QvqrZG1HU/NO5Fe9yjT4sdVBVQ/5frccHe3NQHRN6/Ni0Ys75c8eOa zhTTaoi3n/la7bo52sgMZaz1NdFTDyOLqX3yvd0Jl7ibQYps2ZXoeFQiu/i7bfcnmf8x n6N2Amwxm8GGkwP0tzSK+w9xDYW8+fOk1ROR/lbIKyG5P0HgYG6jFDcrMZyhIkscT78H vPkirWZi5bm6xBLU9VVlCB6JmD17ozXTmrbOaY/ud/7XNDVdV3RLVlkqFxEW7c2uNq/t AlfEWIpjYOjkU480iA3Ppc5ee7R/2oLovOFJ4D/c/0mtRW2owHFiW4SolStG+YEpP7L/ /k4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g70si861760pgc.588.2019.05.29.14.27.03; Wed, 29 May 2019 14:27:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726694AbfE2VZX (ORCPT + 99 others); Wed, 29 May 2019 17:25:23 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:57528 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726240AbfE2VZX (ORCPT ); Wed, 29 May 2019 17:25:23 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 93B8180302; Wed, 29 May 2019 23:25:10 +0200 (CEST) Date: Wed, 29 May 2019 23:25:20 +0200 From: Pavel Machek To: Jiri Kosina Cc: "Rafael J. Wysocki" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Josh Poimboeuf , Peter Zijlstra , x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] x86/power: Fix 'nosmt' vs. hibernation triple fault during resume Message-ID: <20190529212519.GA15104@amd> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2019-05-29 22:26:48, Jiri Kosina wrote: > From: Jiri Kosina >=20 > As explained in >=20 > 0cc3cd21657b ("cpu/hotplug: Boot HT siblings at least once") >=20 > we always, no matter what, have to bring up x86 HT siblings during boot at > least once in order to avoid first MCE bringing the system to its > knees. > Cc: stable@vger.kernel.org # v4.19+ > Debugged-by: Thomas Gleixner > Fixes: 0cc3cd21657b ("cpu/hotplug: Boot HT siblings at least once") > Signed-off-by: Jiri Kosina Acked-by: Pavel Machek But I'm less sure if this is -stable material. Is reverting 0cc3cd21657be04cb0559fe8063f2130493f92cf in -stable an option? Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlzu+L8ACgkQMOfwapXb+vK42gCcDq3p9dSpBuE42AZaTu65IWf+ p9IAmgII/jEQeVqx2wkgV9NAaDD5+H5G =pM3C -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--