Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750778AbWEMWzO (ORCPT ); Sat, 13 May 2006 18:55:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750800AbWEMWzO (ORCPT ); Sat, 13 May 2006 18:55:14 -0400 Received: from fmr17.intel.com ([134.134.136.16]:25002 "EHLO orsfmr002.jf.intel.com") by vger.kernel.org with ESMTP id S1750778AbWEMWzN (ORCPT ); Sat, 13 May 2006 18:55:13 -0400 Date: Sat, 13 May 2006 15:54:43 -0700 From: Valerie Henson To: Nick Piggin Cc: Ulrich Drepper , Blaisorblade , Andrew Morton , linux-kernel@vger.kernel.org, Linux Memory Management , Arjan van de Ven Subject: Re: [patch 00/14] remap_file_pages protection support Message-ID: <20060513225442.GE9612@goober> References: <20060430172953.409399000@zion.home.lan> <4456D5ED.2040202@yahoo.com.au> <200605030225.54598.blaisorblade@yahoo.it> <445CC949.7050900@redhat.com> <445D75EB.5030909@yahoo.com.au> <4465E981.60302@yahoo.com.au> <20060513181945.GC9612@goober> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060513181945.GC9612@goober> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 914 Lines: 22 On Sat, May 13, 2006 at 11:19:46AM -0700, Valerie Henson wrote: > The original program mmapped everything with the same permissions and > no alignment restrictions, so all the mmaps were coalesced into one. > This version alternates PROT_WRITE permissions on the mmap'd areas > after they are written, so you get lots of vma's: ... Which is of course exactly the case that Blaisorblade's patches should coalesce into one vma. So I wrote another option which uses holes instead - takes more memory initially, unfortunately. Grab it from: http://www.nmt.edu/~val/patches/ebizzy.tar.gz -p for preventing coaelescing via protections, -P for preventing via holes. -VAL - 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/