From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754315Ab3GTPqU (ORCPT ); Sat, 20 Jul 2013 11:46:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36829 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754138Ab3GTPqS (ORCPT ); Sat, 20 Jul 2013 11:46:18 -0400 Date: Sat, 20 Jul 2013 17:40:40 +0200 From: Oleg Nesterov To: Steven Rostedt Cc: Ingo Molnar , Frederic Weisbecker , Peter Zijlstra , David Ahern , Ingo Molnar , Masami Hiramatsu , "zhangwei(Jovi)" , linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND 0/3] Teach perf_trace_##call() to check hlist_empty(perf_events) Message-ID: <20130720154040.GA1169@redhat.com> References: <20130718183018.GA4043@redhat.com> <20130719074339.GA22597@gmail.com> <1374265641.3356.31.camel@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1374265641.3356.31.camel@gandalf.local.home> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/19, Steven Rostedt wrote: > > On Fri, 2013-07-19 at 09:43 +0200, Ingo Molnar wrote: > > > > Peter, Steve, any objections? > > > > Yep, agreed. > > > The whole series... > > Reviewed-and-Acked-by: Steven Rostedt Thanks! But, to avoid the confusion, please do not forget that this series textually depends on cd92bf61 "Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()" in your tree. So this should be routed via rostedt/linux-trace as well. Oleg.