Received: by 2002:a17:90a:202a:0:0:0:0 with SMTP id n39csp3650661pjc; Sun, 2 Jun 2019 15:00:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqzqxp1ZKGd7oHYypWd554keyjAVLSRu2Jbq5sS7wCx56ICWz+NOctrr7pD0EyfpqF8/bdxe X-Received: by 2002:a63:5024:: with SMTP id e36mr25052328pgb.220.1559512844089; Sun, 02 Jun 2019 15:00:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559512844; cv=none; d=google.com; s=arc-20160816; b=ziyX/OVMaPWwG7bLIojQ/NCBBGlckiQSn001b+0g6KRxvjrL9XjpsChlcEcDtiw3Fb CPvDNpUkBdZjI9cEtmnJnt6wj+NNGJEkwzDayIO0wjJi4Q5GhK6f1cL3iXq/m5TuozvL Aom03hBJRE3I7WXzvYslVXttKDQSvbsJvC9mfoHrcG2z2J9Gi7bs+k7uxbSef1saxjJs cAFhlsPaYV1U+ozivsvblGFBoQBcv2AdHSmlDKdfyuUcpkyEdwy07eX1rFRsJ+u13KCC i3iBi5EOUIc42aDKtnjhFRDtHrZ3ant6/ITZDO6tvBEXLRtefONq0raFiyNSMJGBtKrb z0oA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=WqmUkNqabGInR0vZlWPaglaHnCgFvyEojWQ8F39Mnxg=; b=S6WK5HhsgkgUiXiLQnauOTZZrAC1epNybpOfiaEqRWIfafzcUrhKkaplbnb2I/0/gj rMSPmOPV3Hj5KpzgAkkTNDmU4LT7M4JVy71rwV1Ivm1htEqtkrn5FyXyen8ZxSc+/u3Z HqDGRUOksTVnS15tQqTNqpkXD5L2RMYz5aW+wuNfZPsYc9L4POLpvOhQehRGanFpWdVT faDaqZTNkNgA3l9h30MKcCdGVuGepIEqSOeJdw/5jTmtyMvmptCBBppT/kpjUZGV0Jak bsLrg3pQ009Dpfx80O7dRuGPCU5NOqmWat4n1hXUEPwRwUIyEuA2HqbwfnFFWpjgWTM/ NmLQ== 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 t28si15680332pfe.145.2019.06.02.14.51.48; Sun, 02 Jun 2019 15:00:44 -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 S1726784AbfFBVbi (ORCPT + 99 others); Sun, 2 Jun 2019 17:31:38 -0400 Received: from depni-mx.sinp.msu.ru ([213.131.7.21]:25 "EHLO depni-mx.sinp.msu.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726561AbfFBVbi (ORCPT ); Sun, 2 Jun 2019 17:31:38 -0400 Received: from spider (unknown [109.63.145.211]) by depni-mx.sinp.msu.ru (Postfix) with ESMTPSA id B68A01BF404; Mon, 3 Jun 2019 00:34:03 +0300 (MSK) From: Serge Belyshev To: Chris Wilson Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] drm/i915: Skip object locking around a no-op set-domain ioctl References: <20190321161908.8007-1-chris@chris-wilson.co.uk> <20190321161908.8007-2-chris@chris-wilson.co.uk> <878sv31mqk.fsf@depni.sinp.msu.ru> Date: Mon, 03 Jun 2019 00:31:33 +0300 In-Reply-To: <878sv31mqk.fsf@depni.sinp.msu.ru> (Serge Belyshev's message of "Sun, 19 May 2019 00:22:43 +0300") Message-ID: <878suj8yiy.fsf@depni.sinp.msu.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > This patch causes lockups in firefox. They appear like non-fatal hangs > of the webpage contents, "fixable" with alt-tab or a background system > load. I have verified that reverting the commit 754a254427 on top of > current Linus tree fixes the problem. This is still broken in v5.2-rc3. I have also verified that the particular commit, if backported to v5.1 release, breaks firefox there too in the same way. (for reference:) commit 754a25442705c4f90e0d05f1a7bd303ffe700ca9 Author: Chris Wilson Date: Thu Mar 21 16:19:08 2019 +0000 drm/i915: Skip object locking around a no-op set-domain ioctl