Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp6876087ybi; Wed, 29 May 2019 14:54:57 -0700 (PDT) X-Google-Smtp-Source: APXvYqyTrXGHjaBKSF1wVaH+/WEDem4m2YOy9thU76eROKrW/8F7Kyule/3gzPWF+PJZOUfsZod1 X-Received: by 2002:a62:6444:: with SMTP id y65mr153427014pfb.148.1559166897719; Wed, 29 May 2019 14:54:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559166897; cv=none; d=google.com; s=arc-20160816; b=a3QBLuw2VbQWBM5m70m5s7kD/eJo02fK39iNku6/C0Zt9lnOkgdPvs5x5bEiS8ZXst KVpH33RwILsGEriPcGiPorg/rJ+ur/rsdvOEsW7Pqi7NMv5bgO1xaCWFuwlll8/ULCUd PQ0e94gD4CxluBq3Ukz5JWjnm98+xWZlUKBlll7FlK5IV0vYJWmRWC28bc1VY3NYlsKE 02XcJAaR8fdpJ5YG96Rc5O4bYwNCPgP5ttbwZD4159hmP7hUXB6MvMcruZy6GPkEQ2N3 ke20FmU39IGbXlCpn8GSqxsXL+JL7Gl3cNP0VsaYM5ZNEAHHMu9/L9InYgawMp34MLuV yn5w== 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=PffwF+5Gin2B+GbF6eeHOaGSYV3596cRDTd8dItTfRE=; b=frcwDF3n2Ybyn5VI7Bs1iZWRQU7vQc/kwngjUpApXGDQ4FAACO6X/v05Il9xHw1P1W h5B5kwXshvhptTxk5bYIBAGBZn2InDUm4hFeb6N5w1ct5366ob9Oy/Ifvg4e0upRV21x g6seGNeR7hC/woX6CXXKnD0hA5DDgPigXky0LmucN1OZyBqP1xM2R/U0Siu0vdTtsWFl uOpQx0Gro0IOfwRR7cCmHzKYpglZY44ukTk3nzDM+I3TIp5LGcVUSY6oq80uuDM6pNY3 R9hEoaflfq1GwukUC7xNXkDeftklP3etjn4BczFfmoVppgz0ro98ci8AWitXDzvexl0/ /MyA== 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 v32si993527plg.3.2019.05.29.14.54.40; Wed, 29 May 2019 14:54:57 -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 S1726462AbfE2Vxa (ORCPT + 99 others); Wed, 29 May 2019 17:53:30 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58221 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726018AbfE2Vxa (ORCPT ); Wed, 29 May 2019 17:53:30 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 1F38E80302; Wed, 29 May 2019 23:53:18 +0200 (CEST) Date: Wed, 29 May 2019 23:53:27 +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: <20190529215327.GA20914@amd> References: <20190529212519.GA15104@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" 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 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2019-05-29 23:27:34, Jiri Kosina wrote: > On Wed, 29 May 2019, Pavel Machek wrote: >=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 bo= ot at > > > least once in order to avoid first MCE bringing the system to its > > > knees. > >=20 > >=20 > > > 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 > >=20 > > Acked-by: Pavel Machek > >=20 > > But I'm less sure if this is -stable material. Is reverting > > 0cc3cd21657be04cb0559fe8063f2130493f92cf in -stable an option? >=20 > Well, without that commit, first MCE to come kills nosmt system. =2E..which is same situation 4.9-stable and 4.14-stable lives with for a long long time, right? But you are right, reverting 0cc3cd21657b does not look like good option :-(. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlzu/1cACgkQMOfwapXb+vJVUgCffNI3/12a9mauuop60+FR8/z+ MqgAn3S7yVE9nlSWs51frnsmzQ8paI+6 =G4vF -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--