From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vKRvJ2D63zDq8g for ; Fri, 10 Feb 2017 18:50:36 +1100 (AEDT) Received: by mail-wr0-x243.google.com with SMTP id k90so14208806wrc.3 for ; Thu, 09 Feb 2017 23:50:36 -0800 (PST) Sender: Ingo Molnar Date: Fri, 10 Feb 2017 08:50:30 +0100 From: Ingo Molnar To: Michael Ellerman Cc: "Naveen N. Rao" , mhiramat@kernel.org, ananth@linux.vnet.ibm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 1/3] kprobes: introduce weak variant of kprobe_exceptions_notify Message-ID: <20170210075030.GA24405@gmail.com> References: <87vasizp8u.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <87vasizp8u.fsf@concordia.ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Michael Ellerman wrote: > "Naveen N. Rao" writes: > > > 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. > > I'll merge patch 1 & 3 via the powerpc tree for v4.11. Acked-by: Ingo Molnar Thanks, Ingo