Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752151Ab1FNOgj (ORCPT ); Tue, 14 Jun 2011 10:36:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50038 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509Ab1FNOgi (ORCPT ); Tue, 14 Jun 2011 10:36:38 -0400 Date: Tue, 14 Jun 2011 16:29:59 +0200 From: Oleg Nesterov To: Srikar Dronamraju Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Ananth N Mavinakayanahalli , Hugh Dickins , Christoph Hellwig , Jonathan Corbet , Thomas Gleixner , Andrew Morton , Jim Keniston , Roland McGrath , Andi Kleen , LKML Subject: Re: [PATCH v4 3.0-rc2-tip 4/22] 4: Uprobes: register/unregister probes. Message-ID: <20110614142959.GC5139@redhat.com> References: <20110607125804.28590.92092.sendpatchset@localhost6.localdomain6> <20110607125900.28590.16071.sendpatchset@localhost6.localdomain6> <20110613195701.GA14656@redhat.com> <20110614120023.GB4952@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110614120023.GB4952@linux.vnet.ibm.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 951 Lines: 32 On 06/14, Srikar Dronamraju wrote: > > * Oleg Nesterov [2011-06-13 21:57:01]: > > > > + mutex_lock(&mapping->i_mmap_mutex); > > > + vma_prio_tree_foreach(vma, &iter, &mapping->i_mmap, 0, 0) { > > > > I didn't actually read this patch yet, but this looks suspicious. > > Why begin == end == 0? Doesn't this mean we are ignoring the mappings > > with vm_pgoff != 0 ? > > > > Perhaps this should be offset >> PAGE_SIZE? > > > > Okay, > I guess you meant something like this. > > vma_prio_tree_foreach(vma, &iter, &mapping->i_mmap, pgoff, pgoff) { > > where pgoff == offset >> PAGE_SIZE > Right? Yes, modulo s/PAGE_SIZE/PAGE_SHIFT. But please double check, I can be easily wrong ;) Oleg. -- 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/