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 EC7B4C4708D for ; Fri, 6 Jan 2023 11:14:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232915AbjAFLOD (ORCPT ); Fri, 6 Jan 2023 06:14:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbjAFLOA (ORCPT ); Fri, 6 Jan 2023 06:14:00 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AD49A7149A; Fri, 6 Jan 2023 03:13:59 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2367511FB; Fri, 6 Jan 2023 03:14:41 -0800 (PST) Received: from [10.163.46.147] (unknown [10.163.46.147]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C51FF3F23F; Fri, 6 Jan 2023 03:13:54 -0800 (PST) Message-ID: Date: Fri, 6 Jan 2023 16:43:51 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH V7 0/6] arm64/perf: Enable branch stack sampling Content-Language: en-US To: James Clark Cc: Catalin Marinas , Will Deacon , Mark Brown , Rob Herring , Marc Zyngier , Suzuki Poulose , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , linux-perf-users@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, mark.rutland@arm.com References: <20230105031039.207972-1-anshuman.khandual@arm.com> <8362ba75-db80-e427-b610-988f92c961a8@arm.com> From: Anshuman Khandual In-Reply-To: <8362ba75-db80-e427-b610-988f92c961a8@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/6/23 15:53, James Clark wrote: > > On 05/01/2023 03:10, Anshuman Khandual wrote: >> This series enables perf branch stack sampling support on arm64 platform >> via a new arch feature called Branch Record Buffer Extension (BRBE). All >> relevant register definitions could be accessed here. >> > Hi Anshuman, > > The missing cc for linux-perf-users@vger.kernel.org on the other patches > means that this looks incomplete on the lore page for linux-perf-users. > b4 still picks up the full set, so it's probably fine. But it might be > worth adding the same cc for all patches next time. Right, actually forgot to add cc-cover option while sending via git.