Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758902AbXF0Dsd (ORCPT ); Tue, 26 Jun 2007 23:48:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752926AbXF0Ds0 (ORCPT ); Tue, 26 Jun 2007 23:48:26 -0400 Received: from nz-out-0506.google.com ([64.233.162.233]:1759 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752269AbXF0DsZ (ORCPT ); Tue, 26 Jun 2007 23:48:25 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RU8O08H0zhKY00gDYmJD7jnc3pQeAKXkp9dCoO5S01o5ZeUxnK3VvWulhaGyRShUPs6u2bsZjT0Fky12L1NW65Jyr1tP+wm34Z6ycZU9Ek5lW9g+ifkyvJhA1cZWrcdaHWMpzXWLJ5qHyHaK556l7T05hP+qkN1RzX9/LK1WhOU= Message-ID: Date: Tue, 26 Jun 2007 20:48:19 -0700 From: "Ulrich Drepper" To: "Davide Libenzi" Subject: Re: [patch 2/3] MAP_NOZERO - implement sys_brk2() Cc: "Linux Kernel Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 547 Lines: 11 On 6/26/07, Davide Libenzi wrote: > The following patch implements the sys_brk2() syscall, that nothing is > other than a sys_brk() with an extra "flags" parameter. Shouldn't we wait for Linus' sys_indirect to arrive and make this another syscall which takes advantage of it? - 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/