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 C2551C433EF for ; Wed, 11 May 2022 03:48:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239575AbiEKDsL (ORCPT ); Tue, 10 May 2022 23:48:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230296AbiEKDsI (ORCPT ); Tue, 10 May 2022 23:48:08 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0217816ABC5; Tue, 10 May 2022 20:48:07 -0700 (PDT) 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 71BB9106F; Tue, 10 May 2022 20:48:07 -0700 (PDT) Received: from [192.168.0.8] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2029B3F5A1; Tue, 10 May 2022 20:48:00 -0700 (PDT) Message-ID: <6322e2d1-eaa0-e5ee-84b1-5c4a5ce522f3@arm.com> Date: Wed, 11 May 2022 09:19:00 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH V5 0/8] perf: Expand perf_branch_entry Content-Language: en-US To: Arnaldo Carvalho de Melo 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 References: <20220404045046.634522-1-anshuman.khandual@arm.com> From: Anshuman Khandual In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/28/22 19:15, Arnaldo Carvalho de Melo wrote: > 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 No, this series is still waiting for reviews for the kernel changes. > tools/ ones. Sure. > > In future series, please, on the final patch submission, please send two > series, one for the kernel and another for tooling. Sure, will do.