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 E609ECA0EE8 for ; Fri, 30 Aug 2024 07:35:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=bqeCCaR+O25+f+HMDW/0ljP9ykx5ZuBJ68FtUODLXNM=; b=BuyGrHWRrD5yYzK7QVufraU8u4 ISITfY/xK0nH3eMagMqCLxs7sbsm9yGyZ9vOzmAQ8ryre47Qbat4ngFBZvMSITRV77MaQ0Ev4SA6N Pl0NpYgpzbaXHTteML5RMPUcMSCEkI9l7TrzBcrkskHvQx3XFUGIh+zKqmaDqM3SP9wrRoOWgjzQP g/KPrrbDOnl9y8C+uCAW2AQcEL3l4KSfsyaWErN0y5bTpQu230tfZYwbRhfN9eekDaCMdzlojkD5V ytaM0nu0RNlp/jwHQN0tbPpn3qvb5Y7TucnR30vmB+h8b3HAi/7AfCI8CYHUrA6lnAFvVr/CYRkXV bEqbDtbA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjw9m-000000059I1-38MI; Fri, 30 Aug 2024 07:34:54 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjw7q-000000058l7-0Fsw for linux-arm-kernel@lists.infradead.org; Fri, 30 Aug 2024 07:32:56 +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 2845F1063; Fri, 30 Aug 2024 00:33:17 -0700 (PDT) Received: from [10.2.76.71] (e132581.arm.com [10.2.76.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5C3523F66E; Fri, 30 Aug 2024 00:32:49 -0700 (PDT) Message-ID: <1bac3bc6-172f-4b45-8087-d0779cee8dd7@arm.com> Date: Fri, 30 Aug 2024 08:32:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v1 2/9] perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_record To: Arnaldo Carvalho de Melo , Adrian Hunter Cc: Namhyung Kim , Ian Rogers , James Clark , Suzuki K Poulose , Mike Leach , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Liang, Kan" References: <20240806204130.720977-1-leo.yan@arm.com> <20240806204130.720977-3-leo.yan@arm.com> <53c51dfc-9727-4e11-8846-6f37bc64744a@intel.com> Content-Language: en-US From: Leo Yan In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240830_003254_210457_D3A2A2CB X-CRM114-Status: UNSURE ( 9.55 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Arnaldo, On 8/28/24 22:16, Arnaldo Carvalho de Melo wrote: > On Fri, Aug 09, 2024 at 11:02:16AM +0300, Adrian Hunter wrote: >> On 6/08/24 23:41, Leo Yan wrote: >>> The 'pmu' pointer in the auxtrace_record structure is not used after >>> support multiple AUX events, remove it. >>> >>> Signed-off-by: Leo Yan >> >> Reviewed-by: Adrian Hunter > > Applied the first reviewed two patches. I confirmed it is fine to picking up these two patches. Just note, I combined these two patches into the multiple AUX event series [1]. Once I receive response for that series, I will drop the picked two patches and send new series. Thanks, Leo [1] https://lore.kernel.org/linux-perf-users/20240823113306.2310957-2-leo.yan@arm.com/