Date: Sun, 4 Jul 2004 18:32:54 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c Message-ID: <200407041832.i64IWsdw054078@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2004-07-04 18:32:54 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Workaround a locking problem in vlan(4). vlan_setmulti() may be called with sleepable locks held from further up in the network stack, and attempts to allocate memory to hold multicast group membership information with M_WAITOK. This panic was triggered specifically when an exiting routing daemon process closes its raw sockets after joining multicast groups on them. While we're here, comment some possible locking badness. PR: kern/48560 Revision Changes Path 1.69 +11 -2 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407041832.i64IWsdw054078>