From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932840AbbLVOkY (ORCPT ); Tue, 22 Dec 2015 09:40:24 -0500 Received: from foss.arm.com ([217.140.101.70]:54132 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932547AbbLVOkX (ORCPT ); Tue, 22 Dec 2015 09:40:23 -0500 Date: Tue, 22 Dec 2015 14:40:22 +0000 From: Will Deacon To: acme@redhat.com Cc: mingo@kernel.org, linux-kernel@vger.kernel.org Subject: perf list SEGV still present in mainline? Message-ID: <20151222144022.GG32623@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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? Cheers, Will