From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wBhLR2T2GzDqCd for ; Tue, 25 Apr 2017 08:47:27 +1000 (AEST) In-Reply-To: <7f2eee86805057a5173f19a2b893ebdccdb91048.1492604782.git.naveen.n.rao@linux.vnet.ibm.com> To: "Naveen N. Rao" , Ingo Molnar From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Masami Hiramatsu , linux-kernel@vger.kernel.org Subject: Re: [v3,1/7] kprobes: convert kprobe_lookup_name() to a function Message-Id: <3wBhLR1bLpz9s8c@ozlabs.org> Date: Tue, 25 Apr 2017 08:47:27 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-04-19 at 12:51:00 UTC, "Naveen N. Rao" wrote: > The macro is now pretty long and ugly on powerpc. In the light of > further changes needed here, convert it to a __weak variant to be > over-ridden with a nicer looking function. > > Suggested-by: Masami Hiramatsu > Acked-by: Masami Hiramatsu > Signed-off-by: Naveen N. Rao Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/49e0b4658fe6aab5bf6bfe0738a86c cheers