linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
To: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: acme@redhat.com, lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Fix segfault in perf probe
Date: Tue, 12 Mar 2013 15:16:42 +0530	[thread overview]
Message-ID: <20130312094642.GA24260@linux.vnet.ibm.com> (raw)
In-Reply-To: <20130312090217.GC4668@in.ibm.com>

* Ananth N Mavinakayanahalli <ananth@in.ibm.com> [2013-03-12 14:32:17]:

> From: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
> 
> Fix segfault in perf probe due to a bug introduced by commit d8639f068
> (perf tools: Stop using 'self' in strlist).
> 
> 
> Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>

Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>

> 
> ---
> Index: linus/tools/perf/util/strlist.c
> ===================================================================
> --- linus.orig/tools/perf/util/strlist.c
> +++ linus/tools/perf/util/strlist.c
> @@ -143,7 +143,7 @@ struct strlist *strlist__new(bool dupstr
>  		slist->rblist.node_delete = strlist__node_delete;
> 
>  		slist->dupstr	 = dupstr;
> -		if (slist && strlist__parse_list(slist, list) != 0)
> +		if (list && strlist__parse_list(slist, list) != 0)
>  			goto out_error;
>  	}
> 

-- 
Thanks and Regards
Srikar Dronamraju


  reply	other threads:[~2013-03-12  9:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-12  9:02 [PATCH] Fix segfault in perf probe Ananth N Mavinakayanahalli
2013-03-12  9:46 ` Srikar Dronamraju [this message]
2013-03-18 10:56 ` [tip:perf/urgent] perf probe: Fix segfault tip-bot for Ananth N Mavinakayanahalli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130312094642.GA24260@linux.vnet.ibm.com \
    --to=srikar@linux.vnet.ibm.com \
    --cc=acme@redhat.com \
    --cc=ananth@in.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).