Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262245AbTEMXDc (ORCPT ); Tue, 13 May 2003 19:03:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263614AbTEMXDc (ORCPT ); Tue, 13 May 2003 19:03:32 -0400 Received: from holomorphy.com ([66.224.33.161]:3774 "EHLO holomorphy") by vger.kernel.org with ESMTP id S262245AbTEMXDb (ORCPT ); Tue, 13 May 2003 19:03:31 -0400 Date: Tue, 13 May 2003 16:16:07 -0700 From: William Lee Irwin III To: Dave McCracken Cc: Mika Penttil? , Linux Memory Management , Linux Kernel Subject: Re: Race between vmtruncate and mapped areas? Message-ID: <20030513231607.GA8978@holomorphy.com> Mail-Followup-To: William Lee Irwin III , Dave McCracken , Mika Penttil? , Linux Memory Management , Linux Kernel References: <154080000.1052858685@baldur.austin.ibm.com> <3EC15C6D.1040403@kolumbus.fi> <199610000.1052864784@baldur.austin.ibm.com> <20030513224929.GX8978@holomorphy.com> <220550000.1052866808@baldur.austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <220550000.1052866808@baldur.austin.ibm.com> Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 24 On Tuesday, May 13, 2003 15:49:29 -0700 William Lee Irwin III wrote: >> That doesn't sound like it's going to help, there isn't a unique >> mmap_sem to be taken and so we just get caught between acquisitions >> with the same problem. On Tue, May 13, 2003 at 06:00:08PM -0500, Dave McCracken wrote: > Actually it does fix it. I added code in vmtruncate_list() to do a > down_write(&vma->vm_mm->mmap_sem) around the zap_page_range(), and the > problem went away. It serializes against any outstanding page faults on a > particular page table. New faults will see that the page is no longer in > the file and fail with SIGBUS. Andrew's test case stopped failing. > I've attached the patch so you can see what I did. > Can anyone think of any gotchas to this solution? How many processes are you doing this with? If it's a small number can you try it with 1000 or so? -- wli - 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/