From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932646AbcCINfm (ORCPT ); Wed, 9 Mar 2016 08:35:42 -0500 Received: from mail.kernel.org ([198.145.29.136]:60770 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753621AbcCINfc (ORCPT ); Wed, 9 Mar 2016 08:35:32 -0500 Date: Wed, 9 Mar 2016 10:35:27 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Chris Phlipot , Jiri Olsa , Adrian Hunter , Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Fixes: cfc8874a485 ("perf script: Process cpu/threads maps") Message-ID: <20160309133527.GA3529@kernel.org> References: <1457500314-8912-1-git-send-email-cphlipot0@gmail.com> <20160309080246.GA13837@krava.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160309080246.GA13837@krava.redhat.com> X-Url: http://acmel.wordpress.com 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 Em Wed, Mar 09, 2016 at 09:02:46AM +0100, Jiri Olsa escreveu: > On Tue, Mar 08, 2016 at 09:11:54PM -0800, Chris Phlipot wrote: > > fix the perf script python database export crash. > > Remove the union in evsel so that the database id and priv pointer can be > > used simultainously without conflicting and crashing. > > > > Detailed Description for the fixed bug follows: > > > > perf script crashes with a segmentaiton fault on user space tool version > > 4.5.rc7.ge2857b when using the python database export API. It works > > properly in 4.4 and prior versions. > > > > the crash fist appeared in > > cfc8874a485 ("perf script: Process cpu/threads maps") > > ouch, missed this one.. > > Acked-by: Jiri Olsa Thanks, applied. - Arnaldo