From owner-cvs-src@FreeBSD.ORG Sat Oct 9 15:12:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A312A16A4CE; Sat, 9 Oct 2004 15:12:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82BCC43D3F; Sat, 9 Oct 2004 15:12:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i99FC4NU001030; Sat, 9 Oct 2004 15:12:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i99FC4Kx001029; Sat, 9 Oct 2004 15:12:04 GMT (envelope-from rwatson) Message-Id: <200410091512.i99FC4Kx001029@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Oct 2004 15:12:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet ip_mroute.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 15:12:04 -0000 rwatson 2004-10-09 15:12:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_mroute.c Log: Merge ip_mroute.c:1.109 to RELENG_5: date: 2004/10/07 14:13:35; author: rwatson; state: Exp; lines: +7 -4 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 > Approved by: re (scottl) Revision Changes Path 1.106.2.3 +7 -4 src/sys/netinet/ip_mroute.c