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 56DF5C77B7A for ; Thu, 18 May 2023 12:16:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229954AbjERMQs (ORCPT ); Thu, 18 May 2023 08:16:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230416AbjERMQr (ORCPT ); Thu, 18 May 2023 08:16:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9708B199; Thu, 18 May 2023 05:16:46 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 34AE364E2C; Thu, 18 May 2023 12:16:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62E0FC433EF; Thu, 18 May 2023 12:16:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684412205; bh=mcVhlqWDf8YEu82NWeaJqSJVzk6m3lkRayQT2pSqDXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HmbXU3e56GBnnNkZvZCmwpsx3YRc1CzpobjXZEOdmSKSv30d0nOyMjqCjfi1r52lQ pArZ+xXZfYbIyqiE/iV2fmhW7lOIUAbB5w86aNzwGLjGf2hupBoOBchosk1k//gPQ5 1hwvtlCVPP/1NUNSuMl5q1x6Vxp2Ad5YuXk3FUyUCy6lYpSgpyVkKuEmMPNdgy1PFH +C8ygesDu+JwAi3TMpupOvi2P1uNA+j/HfrxXaBmvCU41X0oCJccEzAkbr9cuTy8r+ qTbqSs5B/AMWBOHU9btRE2kMhd69U7NrF/7HK/TrW2gIN4eLd814PWo/44laW5atbA I9EQZ3OZjCrDw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id AE68B403B5; Thu, 18 May 2023 09:16:42 -0300 (-03) Date: Thu, 18 May 2023 09:16:42 -0300 From: Arnaldo Carvalho de Melo To: Leo Yan Cc: Huacai Chen , Tiezhu Yang , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Ian Rogers , Adrian Hunter , linux-perf-users@vger.kernel.org, loongarch@lists.linux.dev, linux-kernel@vger.kernel.org, loongson-kernel@lists.loongnix.cn Subject: Re: [PATCH] perf symbol: Add LoongArch case in get_plt_sizes() Message-ID: References: <1683615352-10794-1-git-send-email-yangtiezhu@loongson.cn> <20230518030618.GB1068119@leoy-yangtze.lan> <20230518032129.GC1068119@leoy-yangtze.lan> <20230518040553.GE1068119@leoy-yangtze.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230518040553.GE1068119@leoy-yangtze.lan> X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Thu, May 18, 2023 at 12:05:53PM +0800, Leo Yan escreveu: > On Thu, May 18, 2023 at 11:57:29AM +0800, Huacai Chen wrote: > > On Thu, May 18, 2023 at 11:21 AM Leo Yan wrote: > > > > > > On Thu, May 18, 2023 at 11:12:26AM +0800, Huacai Chen wrote: > > > > On Thu, May 18, 2023 at 11:06 AM Leo Yan wrote: > > > > > > > > > > On Thu, May 18, 2023 at 10:11:27AM +0800, Huacai Chen wrote: > > > > > > Queued, thanks. > > > > > > > > > > The patch is fine for me. > > > > > > > > > > Should not perf patches are to be merged via Arnaldo's tree? > > > > > > > > I think both are OK, if Arnaldo takes this patch, I will drop it. > > > > > > A good practice is to firstly inquiry the maintainers. > > > > > > AFAIK, Arnaldo will test perf patches before sending out pull request; > > > if perf patches are scattered out, it might be out of the testing > > > radar. > > OK, I know, thank you very much. > > You are welcome! > > I found the code base for bfd: > https://github.com/bminor/binutils-gdb/blob/master/bfd/elfnn-loongarch.c > > And this patch is consistent with above link, FWIW: > > Reviewed-by: Leo Yan Thanks, applied. - Arnaldo