From owner-cvs-all@FreeBSD.ORG Tue Nov 18 18:06:21 2003 Return-Path: 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 5288016A4CE; Tue, 18 Nov 2003 18:06:21 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B1043F93; Tue, 18 Nov 2003 18:06:19 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7F4B86543E; Wed, 19 Nov 2003 02:06:18 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53707-01-2; Wed, 19 Nov 2003 02:06:18 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 0607F65435; Wed, 19 Nov 2003 02:06:18 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 938151B; Wed, 19 Nov 2003 02:06:02 +0000 (GMT) Date: Wed, 19 Nov 2003 02:06:02 +0000 From: Bruce M Simpson To: Mark Murray Message-ID: <20031119020602.GT89189@saboteur.dek.spc.org> Mail-Followup-To: Mark Murray , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311181435.hAIEZhtY048135@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311181435.hAIEZhtY048135@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 19 Nov 2003 02:06:21 -0000 On Tue, Nov 18, 2003 at 06:35:43AM -0800, Mark Murray wrote: > Log: > Hackfix to patch around a kernel panic I introduced. Real fix to > follow. In the meanwhile, we are not harvesting interrupt entropy. Looks like this one bit me today. Rebuilding kernel now. I concur with the other suggested fixes. BMS