Date: Wed, 29 Mar 2006 12:42:43 +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/netipx ipx_ip.c Message-ID: <200603291242.k2TCgiRC033087@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-03-29 12:42:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netipx ipx_ip.c Log: Merge ip_ip.c:1.43,1.44 from HEAD to RELENG_6: When the kernel is compiled with options IPXIP, run the network stack with Giant, as there is current unsafety in the IPX tunneled over IP code. There have been no reports of trouble, but there probably would be if anyone were running this code at high speed on SMP systems. Include kernel.h to get NET_NEEDS_GIANT() definition, which for some reason compiled fine here. I may be running with other include file changes locally. Approved by: re (kensmith) Revision Changes Path 1.40.2.1 +3 -0 src/sys/netipx/ipx_ip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603291242.k2TCgiRC033087>