Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp529812ybi; Fri, 31 May 2019 05:20:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqxHDEEs1WMMYz7SD+faLcHBcqy5Pjg4ltmHJ+oLJUCalBM8NXb1640pAprtzMdDMuw5fert X-Received: by 2002:aa7:8108:: with SMTP id b8mr9639719pfi.205.1559305221429; Fri, 31 May 2019 05:20:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559305221; cv=none; d=google.com; s=arc-20160816; b=RoUQuVebpNyVpj76+o3f5WUobYcW1cYzjXXKHujfuAJ68gqO1s1FHzqwR8LhEvFFfm c5+sTHs2JaxLTfyNM1CYa4MrrKc5EgJue2zNqnphQsh6yLF0LmAOzYRhga6LcrDDjrCo 2MY42LrtIRhYzneFHdl239unYJWi6biGYr6Kv+7ZCa3ROvWGGWuGGau7i+QDj5WrGkpc 7C3aB9V42lqAXcSucwKtbF2WaK6hDzm8iUEajYz4XHsVKcnUOxtMUo1qqjjeJsN0z2sN wSIXOqmL1P89turfRzGTr1l+W0vDCNOttjHmrCpf+zNK/1FqjpGtiBNvb52JdpOG4bBS 6+pQ== 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=2KHcHAK1uo+Y4O6derjc0UsHZ0Z67bt4qXZraL4ypkA=; b=vl9FkL8MSyO9wvJgnpE7bApnOR4Y/aObRPPbW1CFfY/i+1XTYeD0KSkTwCiOzVFRbK u0xqkjUj90HQZaGzoTVxkHK7v7Da6BpzifdvW/jaNWmdr/gOV19WmpwVCWDiwhyYm1BV 3wAxQSyicrczs8tY7ae+sJjrTwgAkuSfIU5+6VoIMnAXQkUO6ghGu0xS/yYcD3zHGVym B3gQ/w/fM/fmE63cPStRgKNHUbbKORrVCyH4VyMUQAVEsXUx4V5ONinMOuZGNjb/+2FB 1ln3a+jNqV2cbAXFk6cdWkBmCMSi9qR6dIdP0sYnDypYQtVZrJgnEfZqVTH0zsM8vZn4 mNjw== 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 m19si5488520pgj.149.2019.05.31.05.20.02; Fri, 31 May 2019 05:20:21 -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 S1727118AbfEaMSX (ORCPT + 99 others); Fri, 31 May 2019 08:18:23 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:55288 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726331AbfEaMSX (ORCPT ); Fri, 31 May 2019 08:18:23 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 74D2B802E6; Fri, 31 May 2019 14:18:10 +0200 (CEST) Date: Fri, 31 May 2019 14:18:20 +0200 From: Pavel Machek To: Jiri Kosina Cc: Josh Poimboeuf , "Rafael J. Wysocki" , Thomas Gleixner , the arch/x86 maintainers , "Rafael J. Wysocki" , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Peter Zijlstra , Linux PM , Linux Kernel Mailing List Subject: Re: [PATCH v4] x86/power: Fix 'nosmt' vs. hibernation triple fault during resume Message-ID: <20190531121820.GA3722@amd> References: <20190530233804.syv4brpe3ndslyvo@treble> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" 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 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2019-05-31 01:42:02, Jiri Kosina wrote: > On Thu, 30 May 2019, Josh Poimboeuf wrote: >=20 > > > > Reviewed-by: Thomas Gleixner > > >=20 > > > Yes, it is, thanks! > >=20 > > I still think changing monitor/mwait to use a fixmap address would be a > > much cleaner way to fix this. I can try to work up a patch tomorrow. >=20 > I disagree with that from the backwards compatibility point of view. >=20 > I personally am quite frequently using differnet combinations of=20 > resumer/resumee kernels, and I've never been biten by it so far. I'd gues= s=20 > I am not the only one. > Fixmap sort of breaks that invariant. If we get less tricky code, it may be worth it... Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlzxG4wACgkQMOfwapXb+vL4dwCgtSpSgpdvZHaImr55/SbbOMad 9MQAoK0rb5nzJTsI242mfK7pEZ/i4Xmy =bqKz -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3--