[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What to expect with the 2.6 VM
- To: Andrea Arcangeli <andrea@suse.de>
- Subject: Re: What to expect with the 2.6 VM
- From: William Lee Irwin III <wli@holomorphy.com>
- Date: Thu, 3 Jul 2003 18:36:12 -0700
- Cc: Jamie Lokier <jamie@shareable.org>,"Martin J. Bligh" <mbligh@aracnet.com>, Mel Gorman <mel@csn.ul.ie>,Linux Memory Management List <linux-mm@kvack.org>,Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
- Fake-Sender: owner-linux-mm@kvack.org
- In-Reply-To: <20030704004641.GR23578@dualathlon.random>
- Mail-Followup-To: William Lee Irwin III <wli@holomorphy.com>,Andrea Arcangeli <andrea@suse.de>,Jamie Lokier <jamie@shareable.org>,"Martin J. Bligh" <mbligh@aracnet.com>, Mel Gorman <mel@csn.ul.ie>,Linux Memory Management List <linux-mm@kvack.org>,Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
- Organization: The Domain of Holomorphy
- Original-Recipient: rfc822;linux-mm-archive@humbolt.geo.uu.nl
- References: <20030702233014.GW23578@dualathlon.random> <20030702235540.GK26348@holomorphy.com> <20030703113144.GY23578@dualathlon.random> <20030703114626.GP26348@holomorphy.com> <20030703125839.GZ23578@dualathlon.random> <20030703184825.GA17090@mail.jlokier.co.uk> <20030703185431.GQ26348@holomorphy.com> <20030703193328.GN23578@dualathlon.random> <20030703222113.GS26348@holomorphy.com> <20030704004641.GR23578@dualathlon.random>
- Sender: Rik van Riel <riel@nl.linux.org>
- User-Agent: Mutt/1.5.4i
On Thu, Jul 03, 2003 at 03:21:13PM -0700, William Lee Irwin III wrote:
>> It's obvious what to do about protections.
On Fri, Jul 04, 2003 at 02:46:41AM +0200, Andrea Arcangeli wrote:
> so you agree it'd better be a separate syscall, also given it seems
> the current remap_file_pages api in 2.5 seems unfortunately already
> frozen since I think it's wrong as it should only work on VM_NONLINEAR
> vmas, it's very unclean to allow remap_file_pages to mangle whatever vma
> out there despite it has to deal with truncate etc.. I think the minium
> required change to the API is to add a MAP_NONLINEAR that converts in
> kernel space to a VM_NONLINEAR. You allocate the mapping with
> mmap(MAP_NONLINAER) and only then remap_file_pages will work. This
> solves all the current brekages (and it'll be trivial to skip over
> VM_NONLINEAR in the 2.4 vm too). (then there's the rmap/mlock/munlock
> issue but that's an implementation issue non visible from userspace
> [modulo security with the sysctl], this one instead is a API bug IMHO
> and it'd better be fixed before people puts the backport in production)
sys_chattr_file_pages() etc. sounds fine to me; GC's would love it.
I'll tackle the rest in another (somewhat more inflammatory) post.
-- wli
--
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/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>