cvs commit: src/sys/dev/re if_re.c

Robert Watson rwatson at FreeBSD.org
Sun Mar 2 14:54:49 UTC 2008


rwatson     2008-03-02 14:54:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/re           if_re.c 
  Log:
  Conditionally acquire Giant based on debug.mpsafenet around entry points
  from if_re taskqueue and other potentially Giant-free spots.  If we don't
  do this, Giant may not be held entering KAME IPSEC, etc.
  
  This problem appeared in FreeBSD 6.2 as a result of a move to fast
  interrupts, and does not exist in 7.x due to not having debug.mpsafenet.
  
  PR:             118719
  Reported by:    Dan Lukes <dan at obluda dot cz>
  Reviwed by:     yongari
  
  Revision   Changes    Path
  1.46.2.39  +6 -0      src/sys/dev/re/if_re.c


More information about the cvs-all mailing list