From sc@xilinxpc.ho.lucent.com  Wed Apr  5 17:20:13 2006
Return-Path: <sc@xilinxpc.ho.lucent.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9ED9A16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 17:20:13 +0000 (UTC)
	(envelope-from sc@xilinxpc.ho.lucent.com)
Received: from hoemail1.lucent.com (hoemail1.lucent.com [192.11.226.161])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F200D43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 17:20:12 +0000 (GMT)
	(envelope-from sc@xilinxpc.ho.lucent.com)
Received: from homail.ho.lucent.com (h135-17-192-10.lucent.com [135.17.192.10])
	by hoemail1.lucent.com (8.12.11/8.12.11) with ESMTP id k35HKAOV024663
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Apr 2006 12:20:11 -0500 (CDT)
Received: from xilinxpc.ho.lucent.com (xilinxpc.ho.lucent.com [135.112.126.43]) by homail.ho.lucent.com (8.11.7p1+Sun/EMS-1.5 sol2)
	id k35HKA620420; Wed, 5 Apr 2006 13:20:10 -0400 (EDT)
Received: from xilinxpc.ho.lucent.com (localhost [127.0.0.1])
	by xilinxpc.ho.lucent.com (8.13.1/8.13.1) with ESMTP id k35HJjjh014109
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Apr 2006 13:19:45 -0400 (EDT)
	(envelope-from sc@xilinxpc.ho.lucent.com)
Received: (from sc@localhost)
	by xilinxpc.ho.lucent.com (8.13.1/8.13.1/Submit) id k35HJjmi014108;
	Wed, 5 Apr 2006 13:19:45 -0400 (EDT)
	(envelope-from sc)
Message-Id: <200604051719.k35HJjmi014108@xilinxpc.ho.lucent.com>
Date: Wed, 5 Apr 2006 13:19:45 -0400 (EDT)
From: Stephen.Corteselli@xilinxpc.ho.lucent.com
Reply-To: Stephen Corteselli <sacrab81@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bug in sys/kern/kern_event.c 1.97 2006/04/01
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95356
>Category:       kern
>Synopsis:       [kernel] bug in sys/kern/kern_event.c 1.97 2006/04/01
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jmg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 17:30:13 GMT 2006
>Closed-Date:    Fri Apr 07 17:22:08 GMT 2006
>Last-Modified:  Fri Apr 07 17:22:08 GMT 2006
>Originator:     Stephen Corteselli <sacrab81@yahoo.com>
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Apr  2 21:34:14 EDT 2006 sc@FreeBSD:/usr/sys/i386/compile/SC i386
>Description:
It seems to me that sys/kern/kern_event.c 1.97 line 1677
(in function knlist_init()):

	        if (kl_lock == NULL)
should be
	        if (kl_unlock == NULL)
>How-To-Repeat:
I haven't actually seen a problem due to this; it just looks
wrong.
>Fix:
Change the line.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jmg 
Responsible-Changed-By: glebius 
Responsible-Changed-When: Fri Apr 7 09:18:40 UTC 2006 
Responsible-Changed-Why:  
Assign committer of revision in question. 

To submitter: you don't need to file a PR for recent revision in HEAD. Just write email to the committer, ccing cvs-src@ mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95356 
State-Changed-From-To: open->closed 
State-Changed-By: jmg 
State-Changed-When: Fri Apr 7 17:21:39 UTC 2006 
State-Changed-Why:  
thanks, I've patched it...  I'll merge it in to the other branches in 
3 days.. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95356 
>Unformatted:
