Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4100599ybb; Tue, 7 Apr 2020 00:22:01 -0700 (PDT) X-Google-Smtp-Source: APiQypJHupmcbVqgvtnPbsy7vol5601m0Fi0pCRQi5shJvmLhcMbroYFqUmzkbs11f11S6YrSr6H X-Received: by 2002:a4a:3bd7:: with SMTP id s206mr773920oos.89.1586244121009; Tue, 07 Apr 2020 00:22:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586244121; cv=none; d=google.com; s=arc-20160816; b=eL+mRX6zSDE71fbJX0NoD83qwO48CRByFnielxX2r5jqMaUrP1n/VH8itaIsS1gLKI edbv3YS/QLBIfwldpy+55EaBepGPkxhvqH5HBjc67JNRAxc86YRvxyICYXTvo23c/mmw z+8TFp9C0ETaMgK9oxqlD0dhhEbMfvscoLruVwFUU2OvZuRiYGlq0VKHSaKndSPj6HPI fW58S+YdFSa4GsPkfDZru0ank6b5jOV91xYdyt4GrhKvZGAIyfIfgfPJGNE6hX4MSJ7K Uoetu5sS9MSAgMfnk2IwM5Xov48TK0xA1FdpNL69jWsrVBZwnCVnVylrijhBk1B7msXL pb9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=UbmZl1ZB1vxPvTvRa4CXoY9De6fuNh+2A4/7auruogM=; b=IYkQ57ll8ftRI1IWmJgJtS7yC/IkNX7fq8aClVEXHhw2gwDB8aXgEBLsSkRc8rWsRT pG/5s4/m04Fwr1OfTECuyAayyaXrjis2mYNPEKTY0QZBQRcU8BlUVUJUYsvbOC/l5UMk +BRHQNsAhAkyZz22+WBIV33t8P6tYLpDWI7irSd73Ovwy6dQSpDO2UE3QC9xjWokgOuv CRCRO2H5vQ+xyPwrOV/+FshVhdoAGlzwpOBKKE8fzStWP4oF6Bs+2kZBUs9RrVBG7VI4 JkPm1qSG8XjIwTI8pxAjtIipqfo9HaUrzaPqUSpLGh/u22IuC35q19XkEYvLGu9zPJ8d OE0Q== 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 u12si954807otg.9.2020.04.07.00.21.49; Tue, 07 Apr 2020 00:22:00 -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 S1727737AbgDGHUu (ORCPT + 99 others); Tue, 7 Apr 2020 03:20:50 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:35104 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726865AbgDGHUu (ORCPT ); Tue, 7 Apr 2020 03:20:50 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 935241C4A51; Tue, 7 Apr 2020 09:20:48 +0200 (CEST) Date: Tue, 7 Apr 2020 09:20:47 +0200 From: Pavel Machek To: kernel list , jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com, rodrigo.vivi@intel.com, intel-gfx@lists.freedesktop.org, airlied@redhat.com, chris@chris-wilson.co.uk, matthew.auld@intel.com, Linus Torvalds Cc: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, hpa@zytor.com Subject: Linus, please revert 7dc8f11437: regression in 5.7-rc0, hangs while attempting to run X Message-ID: <20200407072047.GA18532@amd.ucw.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri 2020-04-03 15:00:31, Pavel Machek wrote: > Hi! >=20 > 7dc8f1143778a35b190f9413f228b3cf28f67f8d >=20 > drm/i915/gem: Drop relocation slowpath > =20 > Since the relocations are no longer performed under a global > struct_mutex, or any other lock, that is also held by pagefault handl= ers, > we can relax and allow our fast path to take a fault. As we no longer > need to abort the fast path for lock avoidance, we no longer need the > slow path handling at all. >=20 > causes regression on thinkpad x220: instead of starting X, I'm looking > at blinking cursor. >=20 > Reverting the patch on too of 919dce24701f7b3 fixes things for me. I have received no feedback from patch authors, and I believe we don't want to break boot in -rc1 on Intel hardware... so the commit should be simply reverted. Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCXowpzwAKCRAw5/Bqldv6 8kkIAKCeh1vybMCCVOEA5UsenI/abMGdJwCgpcZnBGOuqMUIojYfdcW6XC9hOIM= =woPH -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd--