From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9236 invoked by alias); 23 Oct 2002 06:52:23 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 9219 invoked from network); 23 Oct 2002 06:52:23 -0000 Received: from unknown (HELO deimos.hpl.hp.com) (192.6.19.190) by sources.redhat.com with SMTP; 23 Oct 2002 06:52:23 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by deimos.hpl.hp.com (8.9.3 (PHNE_24419)/HPL-PA Relay) with ESMTP id XAA20581; Tue, 22 Oct 2002 23:52:16 -0700 (PDT) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.10.2/8.10.2 HPL-PA Hub) with ESMTP id g9N6qGe12049; Tue, 22 Oct 2002 23:52:16 -0700 (PDT) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) with ESMTP id g9N6qFHW027325; Tue, 22 Oct 2002 23:52:15 -0700 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) id g9N6qFxL027321; Tue, 22 Oct 2002 23:52:15 -0700 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15798.18207.411393.399100@napali.hpl.hp.com> Date: Tue, 22 Oct 2002 23:58:00 -0000 To: Ulrich Drepper Cc: rohit.seth@intel.com, davidm@hpl.hp.com, libc-hacker@sources.redhat.com Subject: Re: [patch] add alloc_pages/free_pages support In-Reply-To: <3DB60C2E.6050203@redhat.com> References: <15772.47660.333934.293189@napali.hpl.hp.com> <200210032146.g93LkB119076@magilla.sf.frob.com> <15772.48947.101500.167377@napali.hpl.hp.com> <3D9CC520.8010403@redhat.com> <15773.11197.780790.750761@napali.hpl.hp.com> <15797.65387.878109.733469@napali.hpl.hp.com> <3DB60C2E.6050203@redhat.com> Reply-To: davidm@hpl.hp.com X-SW-Source: 2002-10/txt/msg00089.txt.bz2 >>>>> On Tue, 22 Oct 2002 19:40:46 -0700, Ulrich Drepper said: Uli> Actually, I won't apply the patch. There is talk again about Uli> removing these syscalls and I surely hope it'll happen. If Uli> such mapping should happen use mmap. Until Linus makes a final Uli> decision nothing happens. Linus *has* made a final decision. Those syscalls were added upon his explicit request. Go back and check the mail archives. Please apply the patch. --david