Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965113AbcJ1QCS (ORCPT ); Fri, 28 Oct 2016 12:02:18 -0400 Received: from foss.arm.com ([217.140.101.70]:34588 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756326AbcJ1QCP (ORCPT ); Fri, 28 Oct 2016 12:02:15 -0400 Date: Fri, 28 Oct 2016 17:02:14 +0100 From: Will Deacon To: Neil Leeder Cc: Mark Rutland , Catalin Marinas , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Langsdorf , Mark Salter , Jon Masters , Timur Tabi , cov@codeaurora.org Subject: Re: [PATCH v6] soc: qcom: add l2 cache perf events driver Message-ID: <20161028160213.GH1076@arm.com> References: <1474492374-12140-1-git-send-email-nleeder@codeaurora.org> <20161004155304.GB29008@leverpostej> <4d049ac5-2661-9af5-561b-6cd4029c3b83@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d049ac5-2661-9af5-561b-6cd4029c3b83@codeaurora.org> 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 Content-Length: 203 Lines: 6 On Tue, Oct 04, 2016 at 12:25:54PM -0400, Neil Leeder wrote: > Thanks Mark. I'll move it, rebase on 4.9-rc1 and run perf fuzzer. Did the fuzzer explode, or do you have a new version you can post? Will