cvs commit: src/sys/kern kern_mbuf.c

Robert Watson rwatson at FreeBSD.org
Tue Dec 4 16:00:11 PST 2007


rwatson     2007-12-05 00:00:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_mbuf.c 
  Log:
  Call NET_LOCK_GIANT/NET_UNLOCK_GIANT around calls to protocol drain
  methods in mb_reclaim().  This is not an MFC, as debug.mpsafenet is
  not present in 7.x or 8.x.  In practice, this likely resulted in
  instability only on kernels with INVARIANTS, as the protocol drain
  paths are generally MPSAFE.
  
  PR:             116034
  Reported by:    Dan Lukes <dan at obluda.cz>
  Discussed with: kmacy, alc
  Approved by:    re (kensmith)
  Tested by:      Eugene Grosbein <eugen at grosbein dot pp dot ru>
  
  Revision  Changes    Path
  1.9.2.10  +2 -0      src/sys/kern/kern_mbuf.c


More information about the cvs-src mailing list