Subject: PR/34648 CVS commit: src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Elad Efrat <elad@netbsd.org>
List: netbsd-bugs
Date: 09/30/2006 12:50:03
The following reply was made to PR kern/34648; it has been noted by GNATS.
From: Elad Efrat <elad@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34648 CVS commit: src/sys/dev
Date: Sat, 30 Sep 2006 12:47:32 +0000 (UTC)
Module Name: src
Committed By: elad
Date: Sat Sep 30 12:47:32 UTC 2006
Modified Files:
src/sys/dev: firmload.c
Log Message:
PR/34648: Nino Dehne: Kernel panic when using NFS root and configuring an
interface that needs firmware
Firmload routines were using FSCRED, which in this case would get to the
NFS code and dereferenced, resulting in a panic. Use the credentials from
the LWP instead.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/firmload.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.