From owner-freebsd-current@FreeBSD.ORG Sat Feb 28 16:43:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBD216A4CE; Sat, 28 Feb 2004 16:43:29 -0800 (PST) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4520343D2D; Sat, 28 Feb 2004 16:43:29 -0800 (PST) (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 DB6514AADC; Sat, 28 Feb 2004 18:43:28 -0600 (CST) 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 13796-01-50; Sat, 28 Feb 2004 18:43:28 -0600 (CST) Received: by cs.rice.edu (Postfix, from userid 19572) id 85C574AA52; Sat, 28 Feb 2004 18:43:28 -0600 (CST) Date: Sat, 28 Feb 2004 18:43:28 -0600 From: Alan Cox To: Kris Kennaway Message-ID: <20040229004328.GQ13792@cs.rice.edu> References: <20040229003531.GA46612@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040229003531.GA46612@xor.obsecurity.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu cc: alc@FreeBSD.org cc: current@FreeBSD.org cc: peter@FreeBSD.org Subject: Re: pmap_lazyfix: spun for 50000000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 00:43:29 -0000 On Sat, Feb 28, 2004 at 04:35:31PM -0800, Kris Kennaway wrote: > bento is running a 5.2-BETA kernel from early December (AFAICR), and > recently logged this on the console: > > pmap_lazyfix: spun for 50000000 > > The code in i386/i386/pmap.c doesn't seem to have changed recently. > Is this a bug that has since been fixed? > To the best of my knowledge, it is not evidence of a bug. It is a warning that a deadlock avoidance mechanism kicked in. Alan