Date: Thu, 7 Oct 2004 14:13:35 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c Message-ID: <200410071413.i97EDZXM025279@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-10-07 14:13:35 UTC FreeBSD src repository Modified files: sys/netinet ip_mroute.c Log: When running with debug.mpsafenet=0, initialize IP multicast routing callouts as non-CALLOUT_MPSAFE. Otherwise, they may trigger an assertion regarding Giant if they enter other parts of the stack from the callout. MFC after: 3 days Reported by: Dikshie < dikshie at ppk dot itb dot ac dot id > Revision Changes Path 1.109 +7 -4 src/sys/netinet/ip_mroute.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410071413.i97EDZXM025279>