From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752710AbcCIIDF (ORCPT ); Wed, 9 Mar 2016 03:03:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42526 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751992AbcCIIC6 (ORCPT ); Wed, 9 Mar 2016 03:02:58 -0500 Date: Wed, 9 Mar 2016 09:02:46 +0100 From: Jiri Olsa To: Chris Phlipot Cc: Jiri Olsa , Adrian Hunter , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Fixes: cfc8874a485 ("perf script: Process cpu/threads maps") Message-ID: <20160309080246.GA13837@krava.redhat.com> References: <1457500314-8912-1-git-send-email-cphlipot0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457500314-8912-1-git-send-email-cphlipot0@gmail.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 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, jirka