From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754007AbdJIKxd (ORCPT ); Mon, 9 Oct 2017 06:53:33 -0400 Received: from foss.arm.com ([217.140.101.70]:54410 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbdJIKxc (ORCPT ); Mon, 9 Oct 2017 06:53:32 -0400 Date: Mon, 9 Oct 2017 11:51:59 +0100 From: Mark Rutland To: Will Deacon Cc: linux-kernel@vger.kernel.org, jolsa@kernel.org, acme@redhat.com, stable@vger.kernel.org, Adrian Hunter , Borislav Petkov , David Ahern , Namhyung Kim , Peter Zijlstra Subject: Re: [PATCH] perf tools: unbreak perf record for arm/arm64 Message-ID: <20171009105158.GB10055@leverpostej> References: <1507315102-5942-1-git-send-email-mark.rutland@arm.com> <20171009102159.GA6882@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171009102159.GA6882@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 09, 2017 at 11:22:00AM +0100, Will Deacon wrote: > It sucks that we haven't noticed this being broken for so long, but I can > confirm that this fixes the issue: > > Acked-by: Will Deacon > Tested-by Will Deacon Cheers. > Any chance we can get this into 4.14? You'll probably need to do some > stable backports too, since this is a bit spread out. FWIW, I'm happy to do the backport(s) to stable. As long as the Fixes tag and stable Cc are kept, I should get pinged by the stable maintainers if/when the patch fails to apply. Thanks, Mark.