Subject: Re: aue panic in 3.0
To: Ignatios Souvatzis <is@NetBSD.org>
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
List: tech-net
Date: 09/14/2006 10:47:51
On Wed, Sep 13, 2006 at 02:44:46PM +0200, Ignatios Souvatzis wrote:

> I've seen occasional aue panics (on netbsd-3.0), due to ltsleep() in 
> multicast filter setting in interupt context - I think related to neighbour
> discovery. Is this a known and fixed in -current bug, or do I need to hunt
> that one myself?

*sigh*

To document:

ltsleep,
usbd_transfer
usb_do_request_flags_pipe
usb_do_request_flags
aud_csr_read_1
aue_setmulti
aue_ioctl
in6_addmulti
in6_joingroup
in6_update_ifa
in6_ifadd
prelist_update
nd6_ra_input
icmp6_input

Is usbd_transfer supposed to not be called from interupt context?

[moved to tech-kern for this question.]

	-is