From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751192AbdE3RY2 (ORCPT ); Tue, 30 May 2017 13:24:28 -0400 Received: from isilmar-4.linta.de ([136.243.71.142]:51144 "EHLO isilmar-4.linta.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbdE3RYX (ORCPT ); Tue, 30 May 2017 13:24:23 -0400 X-Greylist: delayed 566 seconds by postgrey-1.27 at vger.kernel.org; Tue, 30 May 2017 13:24:23 EDT Date: Tue, 30 May 2017 19:14:40 +0200 From: Dominik Brodowski To: Mikulas Patocka Cc: Bernhard Held , Andy Lutomirski , Toshi Kani , Borislav Petkov , Andrew Morton , Brian Gerst , Linus Torvalds , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , "Luis R. Rodriguez" , Denys Vlasenko , Josh Poimboeuf , "linux-kernel@vger.kernel.org" Subject: Re: [tip:x86/urgent] x86/PAT: Fix Xorg regression on CPUs that don't support PAT Message-ID: <20170530171440.GA1599@light.dominikbrodowski.net> References: <3d69fb9d-651a-8266-8e00-789fedd74659@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Same boot problem here (Intel(R) Core(TM) i5-5200U CPU on a Dell XPS 13), git-bisected to the same patch... On Mon, May 29, 2017 at 06:50:57PM -0400, Mikulas Patocka wrote: > Please do the following three tests and test if the kernel boots. >=20 > 1. use the PAT patch and revert the change to the function pat_enabled() > - i.e. change it to the original: > bool pat_enabled(void) > { > return !!__pat_enabled; > } No joy. > 2. use the PAT patch and revert the change to the function pat_ap_init > - i.e. change it to the original: > static void pat_ap_init(u64 pat) > { > if (!boot_cpu_has(X86_FEATURE_PAT)) { Joy. > 3. use the full PAT patch and apply the below patch on the top of it. No joy. Best, Dominik --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEmgXaWKgmjrvkPhLCmpdgiUyNow0FAlktqHwACgkQmpdgiUyN ow34+BAAng9RQ88x7EIdyjQgI0YH2Hw8YJzH9yi7GU5TKvUmOpMFK6ffLbEyHNJk axPDi4og9GZ2IM9xsWvUBDJ1S209LJpTVVFyjMJW7mGQvNkLIPlU7AaZoVg5qPBt JHr2ZSF+2XqGF6/HCK2a9LGlvbYaLWi3LE1FKl5lH+p0orlHgDA9dyHhVmu0MPYO K2fruZPw92lI4AI/HPHoZVXurBbKsZC+xYoYfSH7Ir/pTDWuyoc20j+HFP2K++lI 5Pq9Twhr6pMrEIVW5+a1CAnjoxoaI/rOhhnKTS0v0LqEp68EtrmdgJg/8W+T+X9c ern1I9sw9JpcIwu4IH15JxA7eJgsZvGQ2muw5nMTbbTmllrCzshNjaUgOz00ZR4y 1gmlmFqlajV0lCKyri/0M3eoPHLtSpC9L+Z4Ef/M2yfR1GGQVQHxFgJZFhUrjyop C5HyB3pJau8/hXMZuDvSERLFCDZII015bx9YqYAfZq0OQ1eL46JVLZc+K8NukxWm bAcLCRrpEMMlVGvua396I2E8JfkfdoTFir3edhZmeq3Vo6xLOT1qbQKyN2Xdiqux 6lFepb/pBzV4pUYzt7hm4TfqJMqzFMudpg/W+ToKIRN2mDdkph4if3vyenYTZs6Y VUBGDSZlqHMihlWDOxgipBKr3fTVVn72zrvdODUMa2t8B7VP18A= =fT0v -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs--