From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752811Ab2H3IS6 (ORCPT ); Thu, 30 Aug 2012 04:18:58 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:43308 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752584Ab2H3ISz (ORCPT ); Thu, 30 Aug 2012 04:18:55 -0400 Date: Thu, 30 Aug 2012 10:18:47 +0200 From: Ingo Molnar To: Oleg Nesterov Cc: Ingo Molnar , Peter Zijlstra , Srikar Dronamraju , Ananth N Mavinakayanahalli , Anton Arapov , linux-kernel@vger.kernel.org, Sebastian Andrzej Siewior Subject: Re: [GIT PULL] (Was: uprobes: teach uprobes to clear MMF_HAS_UPROBES) Message-ID: <20120830081847.GB3741@gmail.com> References: <20120819164008.GA25454@redhat.com> <20120827174428.GA438@redhat.com> <20120829175424.GA2732@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120829175424.GA2732@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: > On 08/27, Oleg Nesterov wrote: > > > > Srikar, this is still waiting for your review ;) > > I was informed that Srikar is travelling and can't review this seris. > > So I think it doesn't make sense to delay the already acked patches, > the more testing the better ;) Yes, uprobe_munmap() looks strange, > we should either remove it or apply this series. But we can do this > later, and uprobes have other problems. > > Ingo, please pull from > > git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc uprobes > > Note: the patch from Sebastian wasn't acked by Srikar, but I hope > this cleanup is simple enough. > > Oleg Nesterov (7): > uprobes: Kill uprobes_state->count > uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap > uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pending() > uprobes: Do not use -EEXIST in install_breakpoint() paths > uprobes: Introduce MMF_HAS_UPROBES > uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap() > uprobes: Remove "verify" argument from set_orig_insn() > > Sebastian Andrzej Siewior (1): > uprobes: Remove check for uprobe variable in handle_swbp() > > Srikar Dronamraju (1): > uprobes: Remove redundant lock_page/unlock_page > > include/linux/sched.h | 2 + > include/linux/uprobes.h | 13 ++-- > kernel/events/uprobes.c | 159 +++++++++++++---------------------------------- > kernel/fork.c | 6 +-- > 4 files changed, 54 insertions(+), 126 deletions(-) Pulled into tip:perf/core for v3.7, thanks a lot Oleg! Ingo