From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 5 19:40:08 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E4E216A41F for ; Thu, 5 Jan 2006 19:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1315043D62 for ; Thu, 5 Jan 2006 19:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k05Je7X1032289 for ; Thu, 5 Jan 2006 19:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k05Je73Q032288; Thu, 5 Jan 2006 19:40:07 GMT (envelope-from gnats) Date: Thu, 5 Jan 2006 19:40:07 GMT Message-Id: <200601051940.k05Je73Q032288@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Guy Harris Cc: Subject: Re: bin/88463: devfs(8): 'devfs rule add' before 'devfs ruleset' kills devfs. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guy Harris List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 19:40:08 -0000 The following reply was made to PR bin/88463; it has been noted by GNATS. From: Guy Harris To: bug-followup@FreeBSD.org, trasz@pin.if.uz.zgora.pl Cc: Subject: Re: bin/88463: devfs(8): 'devfs rule add' before 'devfs ruleset' kills devfs. Date: Thu, 05 Jan 2006 11:32:09 -0800 This is a dup of kern/91338; the latter has the right category (the bug is in the devfs kernel code), and a higher severity (it pretty badly locked up my machine, although if it's unlikely to happen, it might be less severe). One of them should be closed. In any case, the fix should be a no-brainer - the bug, and fix, are fairly obvious.