From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755219AbbEZPwI (ORCPT ); Tue, 26 May 2015 11:52:08 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:43733 "EHLO e39.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755169AbbEZPwA (ORCPT ); Tue, 26 May 2015 11:52:00 -0400 Date: Tue, 26 May 2015 08:51:54 -0700 From: "Paul E. McKenney" To: Steven Rostedt Cc: Denys Vlasenko , Josh Triplett , Mathieu Desnoyers , Lai Jiangshan , linux-kernel@vger.kernel.org, Tejun Heo , Oleg Nesterov Subject: Re: [PATCH] rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOC Message-ID: <20150526155153.GG5989@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1432202647-20201-1-git-send-email-dvlasenk@redhat.com> <20150521094541.0eb0ce34@gandalf.local.home> <555DF527.8070101@redhat.com> <20150521152612.GR6776@linux.vnet.ibm.com> <555E53D1.8070500@redhat.com> <20150526151803.GE5989@linux.vnet.ibm.com> <20150526113714.403b743a@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150526113714.403b743a@gandalf.local.home> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15052615-0033-0000-0000-0000049EEAEF Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 26, 2015 at 11:37:14AM -0400, Steven Rostedt wrote: > On Tue, 26 May 2015 08:18:03 -0700 > "Paul E. McKenney" wrote: > > > Steve, are you OK with Denys's most recent patch? > > The only comment I believe I had on it was the use of parenthesis > around the CONFIG names for defined(), as that seems to be the common > method used in the kernel. So it sounds the next step is for Denys to send an update with the parentheses. Thanx, Paul