From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751601Ab1K3SxW (ORCPT ); Wed, 30 Nov 2011 13:53:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8610 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895Ab1K3SxV (ORCPT ); Wed, 30 Nov 2011 13:53:21 -0500 Date: Wed, 30 Nov 2011 19:47:48 +0100 From: Oleg Nesterov To: Peter Zijlstra Cc: Andi Kleen , Srikar Dronamraju , Linus Torvalds , Andrew Morton , LKML , Linux-mm , Ingo Molnar , Christoph Hellwig , Steven Rostedt , Roland McGrath , Thomas Gleixner , Masami Hiramatsu , Arnaldo Carvalho de Melo , Anton Arapov , Ananth N Mavinakayanahalli , Jim Keniston , Stephen Wilson Subject: Re: [PATCH RFC 0/5] uprobes: kill xol vma Message-ID: <20111130184748.GA7886@redhat.com> References: <20111118110631.10512.73274.sendpatchset@srdronam.in.ibm.com> <20111128190614.GA4602@redhat.com> <20111129103040.GF13445@linux.vnet.ibm.com> <20111129182643.GB7339@redhat.com> <91601168bd8039233da8d91a07560f20.squirrel@www.firstfloor.org> <1322670031.2921.286.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1322670031.2921.286.camel@twins> 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 On 11/30, Peter Zijlstra wrote: > > What we > could do though is do a UPROBES_XOL_SLOT_BYTES * nr_cpu_ids bootmem > allocation or so. Agreed, this looks much better. I'd prefer to do this in a separate patch to keep this change as simple as possible. Oleg.