From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 14 Oct 2002 11:45:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 14 Oct 2002 11:45:39 -0400 Received: from mx1.elte.hu ([157.181.1.137]:15535 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Mon, 14 Oct 2002 11:45:39 -0400 Date: Mon, 14 Oct 2002 18:02:30 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: William Lee Irwin III Cc: Linus Torvalds , , Subject: Re: [patch, feature] nonlinear mappings, prefaulting support, 2.5.42-F8 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > if this is really an issue then we could force vma->vm_page_prot to > PROT_NONE within remap_file_pages(), so at least all subsequent faults > will be PROT_NONE and the user would have to explicitly re-mprotect() > the vma again to change this. i've added this to the -G1 patch at: http://redhat.com/~mingo/remap-file-pages-patches/ Ingo