Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752918Ab1FOSHp (ORCPT ); Wed, 15 Jun 2011 14:07:45 -0400 Received: from merlin.infradead.org ([205.233.59.134]:49400 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752088Ab1FOSHo (ORCPT ); Wed, 15 Jun 2011 14:07:44 -0400 Subject: Re: [PATCH v4 3.0-rc2-tip 7/22] 7: uprobes: mmap and fork hooks. From: Peter Zijlstra To: Srikar Dronamraju Cc: Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Andi Kleen , Hugh Dickins , Christoph Hellwig , Jonathan Corbet , Thomas Gleixner , Masami Hiramatsu , Oleg Nesterov , LKML , Jim Keniston , Roland McGrath , Ananth N Mavinakayanahalli , Andrew Morton In-Reply-To: <20110607125931.28590.12362.sendpatchset@localhost6.localdomain6> References: <20110607125804.28590.92092.sendpatchset@localhost6.localdomain6> <20110607125931.28590.12362.sendpatchset@localhost6.localdomain6> Content-Type: text/plain; charset="UTF-8" Date: Wed, 15 Jun 2011 20:11:26 +0200 Message-ID: <1308161486.2171.61.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 678 Lines: 17 On Tue, 2011-06-07 at 18:29 +0530, Srikar Dronamraju wrote: > + up_write(&mm->mmap_sem); > + mutex_lock(&uprobes_mutex); > + down_read(&mm->mmap_sem); egads, and all that without a comment explaining why you think that is even remotely sane. I'm not at all convinced, it would expose the mmap() even though you could still decide to tear it down if this function were to fail, I bet there's some funnies there. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/