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 73C68ECAAD8 for ; Thu, 22 Sep 2022 20:34:25 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Iuc4LQMzPuc3DZl7xSnlxcVYPqtIj/lPsH7CewtUbnA=; b=IdNxMqBkDADJMV 283fgNfW1a6clBFKhT/BsLxApmwk1ax5zQMgv9/WRcjp1qZTEahxe7H3s5ehw4yWa+usuPT1vBSFy ha/vVZO8KjpJCYHvtzzCs0r7UQ59hfPGWetVcwkSq/i7LzmWC3a7teiXdnVRpUt5KSN8NPrbBWbbo +J7E/VxaNCTRkYaw179RnO1CmfX0WrSyop1RNv93HzmO8mybkH+wt8kNhhOHo0rAzrpEHPCsnIzf5 pjpXZyfsUlOKoKDXnlWAichbgdHaTX2YGWfSbYgyhBDbvljzzkXf29N7VknF63G2CTBoIA9aWhwwF MwCSzvkqbchl3vg8+A/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obSt0-00070S-6g; Thu, 22 Sep 2022 20:33:30 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1obSsp-0006w7-Uh for linux-arm-kernel@lists.infradead.org; Thu, 22 Sep 2022 20:33:21 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B7E55B838A4; Thu, 22 Sep 2022 20:33:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F09FBC433B5; Thu, 22 Sep 2022 20:33:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663878795; bh=urcA7+hARfPA3IhXqmBZCx3ulGuq1r3MPqnSKQa3knY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SgYxfhemqOxJ5S7W/lKJJ8AlpQ8LIQGDGSse3HuBnrsyPc7EA6vkA1MGBaRmb2QAt ZDW3YD2oxQcESWr/vdaefK+anH8CsHMBp9LA7vM4Q33CegiYyltdSdkyX5u+AROl9O QHXlQ9aC7YG2PaERFd/FdCh0QrUvTJrHfZsJxopsFjauRhVQ+wLq4QMFBxKoha2sRt hiMCXasAUSJ5JSajDuld2zje0l5TZO9c2NaUiH21U4sku2qnMaIbwYQfYvH2308fLY m6l1UQv12B/bGpkQxb+UD1+XVQvCzuCAwuEqnpRojDG1Nho1ILdIBw1mSNT7lypeyh a3dRyAD72UbHQ== From: Will Deacon To: James Clark , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , 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 Subject: Re: [PATCH v3 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions Date: Thu, 22 Sep 2022 21:33:04 +0100 Message-Id: <166385556279.1475166.2989569100449667346.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220901132658.1024635-1-james.clark@arm.com> References: <20220901132658.1024635-1-james.clark@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220922_133320_165929_068594D0 X-CRM114-Status: GOOD ( 13.24 ) 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 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, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel