From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751533AbcAUT6H (ORCPT ); Thu, 21 Jan 2016 14:58:07 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54355 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750939AbcAUT6D (ORCPT ); Thu, 21 Jan 2016 14:58:03 -0500 Date: Thu, 21 Jan 2016 11:58:02 -0800 From: Greg KH To: Gustavo Padovan Cc: Gustavo Padovan , Steven Rostedt , Ingo Molnar , open list Subject: Re: [PATCH] dma-buf/fence: fix timeline str value on fence_annotate_wait_on Message-ID: <20160121195802.GA18488@kroah.com> References: <1453376895-30747-1-git-send-email-gustavo@padovan.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453376895-30747-1-git-send-email-gustavo@padovan.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 21, 2016 at 09:48:14AM -0200, Gustavo Padovan wrote: > From: Gustavo Padovan > > timeline was wrongly assigned with ->get_driver_name(). > > Signed-off-by: Gustavo Padovan > --- > include/trace/events/fence.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/trace/events/fence.h b/include/trace/events/fence.h > index 98feb1b..d6dfa05 100644 > --- a/include/trace/events/fence.h > +++ b/include/trace/events/fence.h > @@ -17,7 +17,7 @@ TRACE_EVENT(fence_annotate_wait_on, > > TP_STRUCT__entry( > __string(driver, fence->ops->get_driver_name(fence)) > - __string(timeline, fence->ops->get_driver_name(fence)) > + __string(timeline, fence->ops->get_timeline_name(fence)) > __field(unsigned int, context) > __field(unsigned int, seqno) Why would you send this to: me? I am not the trace maintainer...