From owner-cvs-src@FreeBSD.ORG Thu Dec 2 08:49:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BF516A4CE; Thu, 2 Dec 2004 08:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85B943D39; Thu, 2 Dec 2004 08:49:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB28ns6l063068; Thu, 2 Dec 2004 08:49:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB28nsPC063067; Thu, 2 Dec 2004 08:49:54 GMT (envelope-from delphij) Message-Id: <200412020849.iB28nsPC063067@repoman.freebsd.org> From: Xin LI Date: Thu, 2 Dec 2004 08:49:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:49:55 -0000 delphij 2004-12-02 08:49:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_contig.c Log: MFC 1.41: Try to close a potential, but serious race in our VM subsystem that may result in panic with damaged page bucket hash table or file system corruption. The revision 1.41 tighten the check of vm_contigalloc1() and vm_contigalloc2(). Please note that this MFC does not merged 1.39 and 1.40's changes. Approved by: alc Revision Changes Path 1.38.2.1 +15 -2 src/sys/vm/vm_contig.c