Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbbEYUf3 (ORCPT ); Mon, 25 May 2015 16:35:29 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46879 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbbEYUfZ (ORCPT ); Mon, 25 May 2015 16:35:25 -0400 Message-ID: <1432586115.2185.61.camel@stgolabs.net> Subject: Re: [PATCH -rfc 4/4] locking/rtmutex: Support spin on owner (osq) From: Davidlohr Bueso To: Paul Bolle Cc: Thomas Gleixner , Peter Zijlstra , Ingo Molnar , Steven Rostedt , Mike Galbraith , "Paul E. McKenney" , Sebastian Andrzej Siewior , linux-kernel@vger.kernel.org Date: Mon, 25 May 2015 13:35:15 -0700 In-Reply-To: <1432105871.21715.30.camel@x220> References: <1432056298-18738-1-git-send-email-dave@stgolabs.net> <1432056298-18738-5-git-send-email-dave@stgolabs.net> <1432105871.21715.30.camel@x220> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 21 On Wed, 2015-05-20 at 09:11 +0200, Paul Bolle wrote: > (This is pasted as an RFC, so you probably don't want feedback going > into detail yet, but I couldn't help spotting this.) > > On Tue, 2015-05-19 at 10:24 -0700, Davidlohr Bueso wrote: > > --- a/kernel/Kconfig.locks > > +++ b/kernel/Kconfig.locks > > > +config RT_MUTEX_SPIN_ON_OWNER > > + def_bool y > > + depends on SMP && RT_MUTEXES && !CONFIG_DEBUG_RT_MUTEXES && ARCH_SUPPORTS_ATOMIC_RMW > > s/CONFIG_DEBUG_RT_MUTEXES/DEBUG_RT_MUTEXES/? Ah, yes thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/