"panic: spin lock entropy harvest mutex not in order list"
Brian Fundakowski Feldman
green at freebsd.org
Mon Oct 11 11:54:19 PDT 2004
On Mon, Oct 11, 2004 at 04:26:23AM -0400, Robert Watson wrote:
> On Sun, 10 Oct 2004, Robert Huff wrote:
>
> >
> > About 2000 UTC Sunday I cvsuped system source and rebuilt.
> > "make buildworld" went fine. (Log available)
> > "make buildkernel" also good. (Log also available)
> > I installed the new kernel and rebooted.
> > When the system came up, I got:
> >
> > Real memory: XXXXXXXXX
> > Avail memory: YYYYYYYYY
> > panic: spin lock entropy harvest mutex not in order list
> > KDB: enter: panic
> > [thread 0]
> > ddb>
>
> When I committed the rewrite of the /dev/random entropy harvesting
> locking, I ommitted to commit the change to subr_witness.c telling witness
> about the lock change; witness requires that all spin locks be identified
> in the hard-coded lock order (although maybe only if witness skipspin is
> off, hence more people not running into it?). I've merged the change to
> subr_witness.c as change 1.182 as of a minute or two ago. Please letme
> know if that change doesn't fix the problem.
We should really not do that -- makes loading modules that try to use
spinlocks ~impossible. For example, the nvidia driver.
--
Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\
<> green at FreeBSD.org \ The Power to Serve! \
Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\
More information about the freebsd-current
mailing list