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 A7E7AC433F5 for ; Thu, 28 Apr 2022 14:01:38 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FK1nVXIEMJzbAjw2IolqB+hCPARurW1SMUXjctqVtUc=; b=HwuKxwYtDTp5Ur DYyberJgWvqtAr2ge3C5HIZu5ZO/vjZUyvEY5RpmYf2azlNUukxU1/608TJ3i8zjjlXm6I4Sijh9V BsRtkk1kuI6nXqDlQcD2HW34lfA0VRrZ3BrIIvw25qaM9iRX2x/ZaM93gWi+/9B2Fkqu7THJsRSnF SChwV5lGWfVk1D2Io0ULM1FYrLTygi48nofHTZGR2Uc7UVMpvQwLLLXiU48oIOG/mVVSRlamLaDOb lPHaOlPiJQRl04gIfwEJksscQ0WfA6DXPBRukYHZ8oan9nJ/z8nMJxVK3uRJ0iFUlbfAsesiVACxa X4Dlb/Z5PvYnTiLpV9/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nk4gh-007HCm-HV; Thu, 28 Apr 2022 14:00:07 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nk4Sk-007Abp-MF for linux-arm-kernel@bombadil.infradead.org; Thu, 28 Apr 2022 13:45:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=FC4ussbJ7ZXt47iZTIdnIjC3yRTFcHSmEloue/T2CJA=; b=UBFIDAkw5N9W8C6MZ1MBEfWXVz MCNh80C3Nwo0WPzGPdtVW2plXneaSxA/adkcl/Vm6yhZbtHgRjHAuKUxruXPZsRtqJxS+EZtMWgcG gCiFe4IrfDX8kDspSAMGEy8S7UKKO5YHMW2uUlt2O+DEGtyEFXK6ORY/mAOK5fxo6PFzAWmU24zPr t0QTPZ7Phl3TAYkipezzidc52s9sQhmTsZfiGxx7VepBfyzS/bFeS/D6vvPR9jwmzemTvY2QHK9Ha 3MFkVs4HlYIjTG9Ddri8Td1MI/Bw9HTvNuGGvoyOZfFMc0Q+bVkH9wQokSzKOsF8QlJHDdZfLLcFR GCSHkhnQ==; Received: from [187.19.239.237] (helo=quaco.ghostprotocols.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nk4Sh-009LWv-Se; Thu, 28 Apr 2022 13:45:40 +0000 Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 327AD400B1; Thu, 28 Apr 2022 10:45:37 -0300 (-03) Date: Thu, 28 Apr 2022 10:45:37 -0300 From: Arnaldo Carvalho de Melo To: Anshuman Khandual Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, peterz@infradead.org, Robin Murphy , Suzuki Poulose , James Clark , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Thomas Gleixner , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V5 0/8] perf: Expand perf_branch_entry Message-ID: References: <20220404045046.634522-1-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com 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 Em Mon, Apr 18, 2022 at 12:17:53PM +0530, Anshuman Khandual escreveu: > On 4/11/22 11:16, Anshuman Khandual wrote: > > On 4/4/22 10:20, Anshuman Khandual wrote: > >> - Rebased series on v5.18-rc1 > > > > Gentle ping, any updates on this series ? > > Gentle ping, any updates on this series ? > > I have posted BRBE RFC V2 accommodating all these new perf ABI changes being > proposed here. I would really appreciate reviews and/or suggestions on this > series, which is essential and also prerequisite for the BRBE driver itself. > > https://lore.kernel.org/all/20220412115455.293119-1-anshuman.khandual@arm.com/ Has the kernel bits been merged? When that happens I'll cherry pick the tools/ ones. In future series, please, on the final patch submission, please send two series, one for the kernel and another for tooling. - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel