From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by kanga.kvack.org (Postfix) with ESMTP id 14B49900086 for ; Mon, 18 Apr 2011 12:30:10 -0400 (EDT) Subject: Re: [PATCH v3 2.6.39-rc1-tip 9/26] 9: uprobes: mmap and fork hooks. From: Peter Zijlstra In-Reply-To: <20110401143413.15455.75831.sendpatchset@localhost6.localdomain6> References: <20110401143223.15455.19844.sendpatchset@localhost6.localdomain6> <20110401143413.15455.75831.sendpatchset@localhost6.localdomain6> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Date: Mon, 18 Apr 2011 18:29:23 +0200 Message-ID: <1303144163.32491.875.camel@twins> Mime-Version: 1.0 Sender: owner-linux-mm@kvack.org List-ID: To: Srikar Dronamraju Cc: Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Jonathan Corbet , Christoph Hellwig , Masami Hiramatsu , Thomas Gleixner , Ananth N Mavinakayanahalli , Oleg Nesterov , LKML , SystemTap , Jim Keniston , Roland McGrath , Andi Kleen , Andrew Morton On Fri, 2011-04-01 at 20:04 +0530, Srikar Dronamraju wrote: > + if (vaddr > ULONG_MAX) > + /* > + * We cannot have a virtual address that is > + * greater than ULONG_MAX > + */ > + continue;=20 I'm having trouble with those checks.. while they're not wrong they're not correct either. Mostly the top address space is where the kernel lives and on 32-on-64 compat the boundary is much lower still. Ideally it'd be TASK_SIZE, but that doesn't work since it assumes you're testing for the current task. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org