From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752287AbcAESnJ (ORCPT ); Tue, 5 Jan 2016 13:43:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58713 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598AbcAESnH (ORCPT ); Tue, 5 Jan 2016 13:43:07 -0500 Date: Tue, 5 Jan 2016 16:43:04 -0200 From: Arnaldo Carvalho de Melo To: Will Deacon Cc: mingo@kernel.org, linux-kernel@vger.kernel.org, acme@kernel.org Subject: Re: perf list SEGV still present in mainline? Message-ID: <20160105184304.GA2503@redhat.com> References: <20151222144022.GG32623@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151222144022.GG32623@arm.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Dec 22, 2015 at 02:40:22PM +0000, Will Deacon escreveu: > Hi Arnaldo, > > I'm seeing a SEGV running mainline perf list on my x86 and arm machines, > thanks to a missing array entry for PERF_COUNT_SW_BPF_OUTPUT in > util/parse-events.c. > > This seems to have been fixed in -next by ("perf list: Add support for > PERF_COUNT_SW_BPF_OUT"), but for some reason its not made it into > mainline nearly a month later! > > Do you plan to send this upstream as a fix for 4.4? This one is sitting in perf/urgent waiting for Ingo to push it upstream, should go in his next pull req to Linus. - Arnaldo