Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932113AbbELHa3 (ORCPT ); Tue, 12 May 2015 03:30:29 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:34281 "EHLO e23smtp06.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932066AbbELHaZ (ORCPT ); Tue, 12 May 2015 03:30:25 -0400 Message-ID: <5551ABD6.9050007@linux.vnet.ibm.com> Date: Tue, 12 May 2015 12:59:26 +0530 From: Shreyas B Prabhu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: rostedt@goodmis.org CC: linux-kernel@vger.kernel.org, mingo@redhat.com, aneesh.kumar@linux.vnet.ibm.com, paulmck@linux.vnet.ibm.com, preeti@linux.vnet.ibm.com, mgorman@suse.de, namhyung@kernel.org, lizf@cn.fujitsu.com, acme@redhat.com Subject: Re: [PATCH RESEND 0/3] tracing/mm: Fix suspicious rcu_dereference_check() usage warnings References: <1431105646-26558-1-git-send-email-shreyas@linux.vnet.ibm.com> In-Reply-To: <1431105646-26558-1-git-send-email-shreyas@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15051207-0021-0000-0000-000001386206 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 30 Hi Steven, On closer look, there is no particular maintainer who picks changes to this file. Can you please pick these up? On Friday 08 May 2015 10:50 PM, Shreyas B. Prabhu wrote: > Since tracepoints use RCU for protection, they must not be called on > offline cpus. Running with LOCKDEP enabled discovered few scenarios > where trace points were called on offline cpus. These patches fix > this by converting these trace events into conditonal trace events > where condition is cpu_online(smp_processor_id()) > > Previous posting of the patchset can be found here: > https://lkml.org/lkml/2015/4/28/512 > > This resend CCs people who added/edited the trace events in question. > > Shreyas B. Prabhu (3): > tracing/mm: Don't trace kmem_cache_free on offline cpus > tracing/mm: Don't trace mm_page_free on offline cpus > tracing/mm: Don't trace mm_page_pcpu_drain on offline cpus > > include/trace/events/kmem.h | 26 ++++++++++++++++++++++---- > 1 file changed, 22 insertions(+), 4 deletions(-) > -- 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/