From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760075AbcJRM5m (ORCPT ); Tue, 18 Oct 2016 08:57:42 -0400 Received: from merlin.infradead.org ([205.233.59.134]:57076 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755097AbcJRM5e (ORCPT ); Tue, 18 Oct 2016 08:57:34 -0400 Date: Tue, 18 Oct 2016 14:57:18 +0200 From: Peter Zijlstra To: Linus Torvalds , Waiman Long , Jason Low , Ding Tianhong , Thomas Gleixner , Will Deacon , Ingo Molnar , Imre Deak , Linux Kernel Mailing List , Davidlohr Bueso , Tim Chen , Terry Rudd , "Paul E. McKenney" , Jason Low Cc: Chris Wilson , Daniel Vetter , Rob Clark Subject: Re: [PATCH -v4 1/8] locking/drm: Kill mutex trickery Message-ID: <20161018125718.GG3157@twins.programming.kicks-ass.net> References: <20161007145243.361481786@infradead.org> <20161007150210.927453282@infradead.org> <20161018124841.GW3117@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161018124841.GW3117@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 18, 2016 at 02:48:41PM +0200, Peter Zijlstra wrote: > On Fri, Oct 07, 2016 at 04:52:44PM +0200, Peter Zijlstra wrote: > > Poking at lock internals is not cool. Since I'm going to change the > > implementation this will break, take it out. > > > > Cc: Daniel Vetter > > Cc: Chris Wilson > > Cc: Rob Clark > > Signed-off-by: Peter Zijlstra (Intel) > > --- > > drivers/gpu/drm/i915/i915_gem_shrinker.c | 26 +++----------------------- > > drivers/gpu/drm/msm/msm_gem_shrinker.c | 23 +++-------------------- > > 2 files changed, 6 insertions(+), 43 deletions(-) > > OK, so it appears that i915 changed their locking around and got rid of > this thing entirely. Much appreciated Chris!! Hmm, I might have spoken too soon. My patch conflicted and I seem to have read too much in the Changelog of 3b4e896f14b1 ("drm/i915: Remove unused no-shrinker-steal").