Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 18 Nov 2002 10:19:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 18 Nov 2002 10:19:24 -0500 Received: from mx1.elte.hu ([157.181.1.137]:19876 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Mon, 18 Nov 2002 10:19:23 -0500 Date: Mon, 18 Nov 2002 17:42:58 +0100 (CET) From: Ingo Molnar Reply-To: Ingo Molnar To: Alan Cox Cc: Luca Barbieri , Ulrich Drepper , Linus Torvalds , Linux Kernel Mailing List Subject: Re: [patch] threading fix, tid-2.5.47-A3 In-Reply-To: <1037625619.7547.6.camel@irongate.swansea.linux.org.uk> 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 Content-Length: 653 Lines: 18 On 18 Nov 2002, Alan Cox wrote: > What is the behaviour of someone setting VM_DONTCOPY on memory that was > copy on write between a large number of processes (say an executable > image) ? Don't copy - but don't copy from what, from the original > mapping or from the COW mapping of the original mapping ? it would result in a VM 'hole' - completely unmapped virtual memory with no vma backing it. Ingo - 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/