From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756006AbcHYT7R (ORCPT ); Thu, 25 Aug 2016 15:59:17 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:49660 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbcHYT7Q (ORCPT ); Thu, 25 Aug 2016 15:59:16 -0400 Date: Thu, 25 Aug 2016 21:26:33 +0200 From: Peter Zijlstra To: huang ying Cc: Jason Low , Davidlohr Bueso , Linus Torvalds , Waiman Long , Ding Tianhong , Thomas Gleixner , Will Deacon , Ingo Molnar , Imre Deak , Linux Kernel Mailing List , Tim Chen , "Paul E. McKenney" , Jason Low Subject: Re: [RFC][PATCH 0/3] locking/mutex: Rewrite basic mutex Message-ID: <20160825192633.GM10138@twins.programming.kicks-ass.net> References: <20160823124617.015645861@infradead.org> <20160823161750.GD31186@linux-80c1.suse> <1471970103.2381.51.camel@j-VirtualBox> <1472001223.2381.96.camel@j-VirtualBox> <20160825154331.GI10138@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Thu, Aug 25, 2016 at 12:11:25PM -0700, huang ying wrote: > Hi, Peter, > > Do you have a git tree branch for this patchset? We want to test it in > 0day performance test. That will make it a little easier. I just pushed it out to: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git locking/rfc But as stated, there's still a number of known issues, like lockdep builds will not work.