Date: Tue, 18 May 2010 04:20:35 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_pcpu.c src/sys/net vnet.c Message-ID: <201005180422.o4I4MppX054634@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-05-18 04:20:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern subr_pcpu.c sys/net vnet.c Log: SVN rev 208251 on 2010-05-18 04:20:35Z by bz MFC r208100: Fix an issue with the dynamic pcpu/vnet data allocators. We cannot expect that modspace is the last entry in the linker set and thus that modspace + possible extra space up to PAGE_SIZE would be contiguous. For the moment do not support more than *_MODMIN space and ignore the extra space. Discussed with: jeff, rwatson (briefly) Reviewed by: jeff Sponsored by: The FreeBSD Foundation Sponsored by: CK Software GmbH Revision Changes Path 1.15.2.3 +1 -1 src/sys/kern/subr_pcpu.c 1.8.2.8 +1 -1 src/sys/net/vnet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005180422.o4I4MppX054634>