From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938786AbcKLK6z (ORCPT ); Sat, 12 Nov 2016 05:58:55 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34829 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936990AbcKLK6y (ORCPT ); Sat, 12 Nov 2016 05:58:54 -0500 Date: Sat, 12 Nov 2016 11:58:49 +0100 From: Ingo Molnar To: Peter Zijlstra Cc: Daniel Vetter , 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 , Chris Wilson , Rob Clark Subject: Re: [PATCH -v4 1/8] locking/drm: Kill mutex trickery Message-ID: <20161112105849.GA24520@gmail.com> References: <20161007145243.361481786@infradead.org> <20161007150210.927453282@infradead.org> <20161018124841.GW3117@twins.programming.kicks-ass.net> <20161018125718.GG3157@twins.programming.kicks-ass.net> <20161111113810.GF3117@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161111113810.GF3117@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > On Fri, Nov 11, 2016 at 12:22:02PM +0100, Daniel Vetter wrote: > > > Once all your locking rework is assembled it might be good to have a > > topic branch I could pull in. Both for testing and to handle conflicts > > before it goes boom in the merge window ;-) Not necessary ofc, but I > > think it'd be useful. > > Everything except the trylock_recursive is already in tip/locking/core. > > Ingo, is that all there is in that branch? It has other bits as well - but I can create a separate topic branch for this, which would be c7faee2109f9 plus trylock_recursive(). Could you send a final version of trylock_recursive() patch for me to apply? Thanks, Ingo