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 3vN27s4DhHzDqyM for ; Tue, 14 Feb 2017 23:40:25 +1100 (AEDT) In-Reply-To: To: "Naveen N. Rao" , mhiramat@kernel.org, ananth@linux.vnet.ibm.com From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, mingo@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [1/3] kprobes: introduce weak variant of kprobe_exceptions_notify Message-Id: <3vN27s2kxcz9s7M@ozlabs.org> Date: Tue, 14 Feb 2017 23:40:25 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-02-07 at 19:54:14 UTC, "Naveen N. Rao" wrote: > kprobe_exceptions_notify() is not used on some of the architectures such > as arm[64] and powerpc anymore. Introduce a weak variant for such > architectures. > > Signed-off-by: Naveen N. Rao > Acked-by: Masami Hiramatsu Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/fc62d0207ae0ebc9d19df68394c0dc cheers