Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Jul 2001 13:57:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Jul 2001 13:57:26 -0400 Received: from bacchus.veritas.com ([204.177.156.37]:32749 "EHLO bacchus-int.veritas.com") by vger.kernel.org with ESMTP id ; Mon, 9 Jul 2001 13:57:22 -0400 Date: Mon, 9 Jul 2001 18:58:32 +0100 (BST) From: Hugh Dickins To: Linus Torvalds cc: Andrea Arcangeli , Andrew Morton , Abraham vd Merwe , Linux Kernel Development Subject: Re: msync() bug 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 On Mon, 9 Jul 2001, Linus Torvalds wrote: > On Mon, 9 Jul 2001, Hugh Dickins wrote: > > > > > > that cannot happen, remap_pte_range only maps invalid pages or reserved > > > pages. > > > > Anyone know why mmap() of /dev/mem behaves in this way - solves the > > problem Andrew raises, but surely that could be solved in a better way? > > Seems strange that mmap() cannot give you what read() and write() can. > > Simple: we MUST NOT muck around with the page counts of random pages. Of course. > And if the pages aren't marked Reserved, the page counts _would_ get > corrupted by the VM page handling. As it stands, yes. But shouldn't there be some kind of VM_ASIFRESERVED vma flag to treat all its pages as if they were reserved, for /dev/mem? Hugh - 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/