From owner-cvs-all@FreeBSD.ORG Sun Aug 7 22:38:26 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 353FA16A41F; Sun, 7 Aug 2005 22:38:26 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68EB843D49; Sun, 7 Aug 2005 22:38:20 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 77F4D4A9BE; Sun, 7 Aug 2005 17:38:19 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 16010-01-58; Sun, 7 Aug 2005 17:38:18 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id EA6174A9AC; Sun, 7 Aug 2005 17:38:18 -0500 (CDT) Date: Sun, 7 Aug 2005 17:38:18 -0500 From: Alan Cox To: John Baldwin Message-ID: <20050807223818.GE18131@cs.rice.edu> References: <200508041641.j74GfQws097031@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508041641.j74GfQws097031@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-2.2.1 at cs.rice.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 22:38:26 -0000 On Thu, Aug 04, 2005 at 04:41:26PM +0000, John Baldwin wrote: > jhb 2005-08-04 16:41:26 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/i386/i386 pmap.c > Log: > MFC: Fix a bug in pmap_protect() in the PAE case where it could look up the > wrong vm_page_t associated with a pte. > > Approved by: re (kensmith) > > Revision Changes Path > 1.523.2.1 +2 -2 src/sys/i386/i386/pmap.c Can you please apply this change to RELENG_5 as well? Alan