From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by lists.ozlabs.org (Postfix) with ESMTP id A48A01A0211 for ; Tue, 28 Apr 2015 23:54:56 +1000 (AEST) Date: Tue, 28 Apr 2015 10:54:53 -0300 From: Arnaldo Carvalho de Melo To: "Naveen N. Rao" Subject: Re: [PATCH v3 0/7] Fixes for perf probe issues on ppc Message-ID: <20150428135453.GL16849@kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linux-kernel@vger.kernel.org, masami.hiramatsu.pt@hitachi.com, sukadev@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org, srikar@linux.vnet.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Em Tue, Apr 28, 2015 at 05:35:33PM +0530, Naveen N. Rao escreveu: > This patchset fixes various issues with perf probe on powerpc across ABIv1 and > ABIv2: > - in the presence of DWARF debug-info, > - in the absence of DWARF, but with the symbol table, and > - in the absence of debug-info, but with kallsyms. > > Arnaldo, > I have moved all patches to use __weak functions. Kindly take a look and let me > know if this is what you had in mind. Ok, I applied all but the first, for which I am waiting for Masami's reaction, I kept Srikar's reviewed-by for the other patches, but would as well like to get his word that he keeps it after the __weak changes. So, for now, I'll leave it for a while sitting in my local tree, to give time to Masami and Srikar, ok? - Arnaldo