From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7CAA5C4167B for ; Mon, 4 Dec 2023 19:41:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232531AbjLDTlN (ORCPT ); Mon, 4 Dec 2023 14:41:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230299AbjLDTlL (ORCPT ); Mon, 4 Dec 2023 14:41:11 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AFB33B6 for ; Mon, 4 Dec 2023 11:41:17 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18A96C433C7; Mon, 4 Dec 2023 19:41:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701718877; bh=RXdn7YdWXNah7nltudb7qfhHrrahkAbHAZJ9llIwtKk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=skGr+AUrsXfkqS8yjxDbQcG1zzlrRlu6/XRbuE/W1hpt7mvk3YKmkmqnk0r1w4CcT 4WN2hCtnHymCJWtSmr2QbG4PbzJRvGlWkXTqiNiYPMQbOHiHiYG4Idp3vhRseXYdpZ vo7P6CgJoQPm67QxvSMW4fGwefcYs1WyVhsF80C79Ymr7tmIb6GKKanV9QJorMqULn xxosg2gN7/8TkIHIrcFHd5BfGo2Q4KvqMw9xFPl7WO5j0PACRfzCSqgbvvTjxZeSN8 YrQxgFn9RvTcKWsXSAXY98uzdE4ertHEuBks4tjh9SP6esxgRgOM5qqR7VbML6v9G5 gQsqAQio3ta+Q== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id D568240094; Mon, 4 Dec 2023 16:41:13 -0300 (-03) Date: Mon, 4 Dec 2023 16:41:13 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Ilkka Koskinen , John Garry , Will Deacon , James Clark , Mike Leach , Leo Yan , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org Subject: Re: [PATCH 1/3] perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields Message-ID: References: <20231201021550.1109196-1-ilkka@os.amperecomputing.com> <20231201021550.1109196-2-ilkka@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Dec 04, 2023 at 11:02:31AM -0800, Ian Rogers escreveu: > On Thu, Nov 30, 2023 at 6:16 PM Ilkka Koskinen > wrote: > > > > AmpereOne metrics were missing DefaultMetricgroupName from metrics with > > "Default" in group name resulting perf to segfault. Add the missing > > field to address the issue. > > > > Fixes: 59faeaf80d02 ("perf vendor events arm64: Fix for AmpereOne metrics") > > Signed-off-by: Ilkka Koskinen > > Sorry, I just stumbled across this and sent a fix too. > https://lore.kernel.org/lkml/20231204182330.654255-1-irogers@google.com/ > The patches are identical so I'd suggest taking this one and the first > patch in my changes. > > Reviewed-by: Ian Rogers Thanks, applied the series. - Arnaldo