From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755761AbbI2H5b (ORCPT ); Tue, 29 Sep 2015 03:57:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53742 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755642AbbI2H5X (ORCPT ); Tue, 29 Sep 2015 03:57:23 -0400 Date: Tue, 29 Sep 2015 09:57:17 +0200 From: Jiri Olsa To: He Kuang Cc: Vinson Lee , "H. Peter Anvin" , Thomas Gleixner , Namhyung Kim , David Ahern , Jiri Olsa , Ingo Molnar , Peter Zijlstra , raphael.beamonte@gmail.com, matt@codeblueprint.co.uk, Arnaldo Carvalho de Melo , linux-tip-commits@vger.kernel.org, LKML Subject: Re: [tip:perf/core] tools: Add err.h with ERR_PTR PTR_ERR interface Message-ID: <20150929075717.GC27383@krava.redhat.com> References: <1441615087-13886-2-git-send-email-jolsa@kernel.org> <20150929071410.GA27383@krava.redhat.com> <20150929072028.GB27383@krava.redhat.com> <560A4329.7090100@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <560A4329.7090100@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2015 at 03:52:09PM +0800, He Kuang wrote: > hi, jirka > > On 2015/9/29 15:20, Jiri Olsa wrote: > >On Tue, Sep 29, 2015 at 09:14:10AM +0200, Jiri Olsa wrote: > > > >SNIP > > > >>>>$ gcc --version > >>>>gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) > >>>>Copyright (C) 2010 Free Software Foundation, Inc. > >>>>This is free software; see the source for copying conditions. There is NO > >>>>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >>>> > >>>>Cheers, > >>>>Vinson > >>> > >>>Hi. > >>> > >>>This build error still occurs with next-20150929. > >> > >>attached patch should fix it > >> > >>FYI there's another instance of this bug in parse-events.c in > >>Arnaldo's perf/core due to recent fixes, I'll send out fix shortly > > > >and here it is.. > > > >He Kuang, > >this might collide with your recent fixes.. > > > > Do I need to send new ones based on your patch below now? that'd be great.. also please make sure you don't reintroduce it thanks, jirka