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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0B677C6FA82 for ; Fri, 23 Sep 2022 09:33:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RLrYiMeRc6o9+ljacRvUSrPcSNxO30LQhjJJieDIdxg=; b=DSRRLEtzy2tQZ+ LKmuOSqLCfD8pv2XT/ckRMC4j+4o3cDGZI6AJgK8NK0p7pifwU6v2HqTy045gfUGjkeaEI4bplVNl iLNBsB9UV+FQZP/xoY+tRLXOceU2f2wS01grKedZbZoxL+n3xvwxrKiI681UYfAy+ros0RVaCyhTx wGZXSQoCEh9EJ3hWWtSIO0GTqgaPJJnkqbhkhoetH1BRJUu3kTMIenGuBBHN2J/wwudAe2jaMmWvp ak5m1CLgaYtefU8F8R/BST4E9MBuagENXeYPIvq3cRfJ2ycwVeDwUAXfSyPt8ee47ARW3G+OPVWIr KrBNS4DlR5JAFTQpCNBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obf2r-003MGv-Bg; Fri, 23 Sep 2022 09:32:30 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obf2k-003MDY-H5 for linux-arm-kernel@lists.infradead.org; Fri, 23 Sep 2022 09:32:24 +0000 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 11EFE13D5; Fri, 23 Sep 2022 02:32:25 -0700 (PDT) Received: from [10.57.2.155] (unknown [10.57.2.155]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A42BB3F73B; Fri, 23 Sep 2022 02:32:16 -0700 (PDT) Message-ID: <1dabe308-21f7-aa2e-ee8f-48807878f91b@arm.com> Date: Fri, 23 Sep 2022 10:32:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v3 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions Content-Language: en-US To: Will Deacon Cc: catalin.marinas@arm.com, kernel-team@android.com, linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org, acme@kernel.org, john.garry@huawei.com, Jonathan Corbet , leo.yan@linaro.org, broonie@kernel.org, linux-doc@vger.kernel.org, Mark Rutland , linux-arm-kernel References: <20220901132658.1024635-1-james.clark@arm.com> <166385556279.1475166.2989569100449667346.b4-ty@kernel.org> From: James Clark In-Reply-To: <166385556279.1475166.2989569100449667346.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220923_023222_657231_7CCE5838 X-CRM114-Status: GOOD ( 12.97 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 22/09/2022 21:33, Will Deacon wrote: > On Thu, 1 Sep 2022 14:26:56 +0100, James Clark wrote: >> I'm resubmitting this with a few of the changes suggested by Will on V2. >> >> I haven't made any changes regarding the open questions about the >> discoverability or saving the new reg and passing to output_sample() >> because I think it's best to be consistent with the implementations on >> other platforms first. I have explained in more detail on v2 [1]. >> >> [...] > > Applied to will (for-next/perf), thanks! > > [1/2] perf: arm64: Add SVE vector granule register to user regs > https://git.kernel.org/will/c/cbb0c02caf4b > [2/2] arm64/sve: Add Perf extensions documentation > https://git.kernel.org/will/c/1f2906d1e10a > > Cheers, Thanks Will. Sorry about the build, I will fix my config for next time. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel