From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 23 22:10:09 2005 Return-Path: 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 18B8E16A4CF for ; Sat, 23 Apr 2005 22:10:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF91243D58 for ; Sat, 23 Apr 2005 22:10: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.3/8.13.3) with ESMTP id j3NMA8A0020119 for ; Sat, 23 Apr 2005 22:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3NMA8ur020118; Sat, 23 Apr 2005 22:10:08 GMT (envelope-from gnats) Date: Sat, 23 Apr 2005 22:10:08 GMT Message-Id: <200504232210.j3NMA8ur020118@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Subject: Re: kern/80136: mdconfig can reboot the system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 22:10:09 -0000 The following reply was made to PR kern/80136; it has been noted by GNATS. From: Kris Kennaway To: bug-followup@freeBSD.org Cc: Subject: Re: kern/80136: mdconfig can reboot the system Date: Sat, 23 Apr 2005 15:09:59 -0700 Adding to audit trail ----- Forwarded message from Doug White ----- Date: Sat, 23 Apr 2005 15:03:48 -0700 (PDT) From: Doug White Subject: Re: [harry@schmalzbauer.de: kern/80136: mdconfig can reboot the system] In-reply-to: <20050423201514.GA34729@xor.obsecurity.org> To: Kris Kennaway Cc: qa@freeBSD.org On Sat, 23 Apr 2005, Kris Kennaway wrote: > Can anyone confirm? The "preload" type is undocumented for mdconfig(8). I figured this type was only used if you had a preloaded module already but weren't using MD_ROOT... I guess there must be a bug somewhere that triple faults if there is no module loaded. > >Description: > mdconfig causes a hard reboot when trying to create a preload md > >How-To-Repeat: > mdconfig -a -t preload -s 12m -u md0 > >Fix: