From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753416Ab3KGHs0 (ORCPT ); Thu, 7 Nov 2013 02:48:26 -0500 Received: from mail-ee0-f51.google.com ([74.125.83.51]:40313 "EHLO mail-ee0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291Ab3KGHsR (ORCPT ); Thu, 7 Nov 2013 02:48:17 -0500 Date: Thu, 7 Nov 2013 08:48:11 +0100 From: Ingo Molnar To: Oleg Nesterov Cc: Ingo Molnar , Ananth N Mavinakayanahalli , David Long , Srikar Dronamraju , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] uprobes: preparations for arm port Message-ID: <20131107074811.GA31560@gmail.com> References: <20131106191913.GA18661@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131106191913.GA18661@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Oleg Nesterov wrote: > Ingo, please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes/core > > > I have also attached the cumulative diff below. As you can see, > the changes are really simple and there are no functional changes. > > However I think it makes sense to merge this now, this way the > upcoming arm port doesn't (almost) need the changes outside of > arch/arm and thus it would be simpler to route everything via > arm trees. > > > David A. Long (1): > uprobes: Move function declarations out of arch > > Oleg Nesterov (3): > uprobes: Kill module_init() and module_exit() > uprobes: Introduce arch_uprobe->ixol > uprobes: Export write_opcode() as uprobe_write_opcode() > > arch/powerpc/include/asm/uprobes.h | 8 +------- > arch/x86/include/asm/uprobes.h | 12 ++++-------- > include/linux/uprobes.h | 9 +++++++++ > kernel/events/uprobes.c | 24 ++++++++++-------------- > 4 files changed, 24 insertions(+), 29 deletions(-) Pulled into tip:perf/core, thanks a lot Oleg! Ingo