From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754837AbbEZPsE (ORCPT ); Tue, 26 May 2015 11:48:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45807 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752818AbbEZPsB (ORCPT ); Tue, 26 May 2015 11:48:01 -0400 Message-ID: <556495AD.9040106@redhat.com> Date: Tue, 26 May 2015 17:47:57 +0200 From: Denys Vlasenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Steven Rostedt , "Paul E. McKenney" CC: 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 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> In-Reply-To: <20150526113714.403b743a@gandalf.local.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/26/2015 05:37 PM, 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. I'm sending patch v3 with this change