atom feed6 messages in org.freebsd.freebsd-smpRe: NETGRAPH broken with witness
FromSent OnAttachments
Kris KennawayFeb 22, 2001 11:11 pm 
Julian ElischerFeb 23, 2001 1:57 am 
Kris KennawayFeb 23, 2001 2:08 am 
Julian ElischerFeb 23, 2001 2:46 am 
Chuck PatersonFeb 23, 2001 6:53 am 
John BaldwinFeb 23, 2001 10:59 am 
Subject:Re: NETGRAPH broken with witness
From:Kris Kennaway (kr@obsecurity.org)
Date:Feb 23, 2001 2:08:37 am
List:org.freebsd.freebsd-smp

On Fri, Feb 23, 2001 at 01:57:36AM -0800, Julian Elischer wrote:

Apparently this was never tested: early in the boot phase I get the following panic:

panic: spin lock netgraph worklist mutex not in order list

and indeed the witness code appears to have no knowledge of the netgraph spinlocks.

so how is it supposed to know?

From what I can gather, you add the locking hierarchy to be enforced to spin_order_list in kern.mutex.c

Kris