Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2010 21:11:58 +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:  <201005142113.o4ELD6cv071767@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-05-14 21:11:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_pcpu.c 
    sys/net              vnet.c 
  Log:
  SVN rev 208100 on 2010-05-14 21:11:58Z by bz
  
  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 (*).
  
  (*) We know how to get it back but it'll need testing.
  
  Discussed with: jeff, rwatson (briefly)
  Reviewed by:    jeff
  Sponsored by:   The FreeBSD Foundation
  Sponsored by:   CK Software GmbH
  MFC after:      4 days
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/kern/subr_pcpu.c
  1.16      +1 -1      src/sys/net/vnet.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005142113.o4ELD6cv071767>