cvs commit: src/sys/netinet in.c

Robert Watson rwatson at FreeBSD.org
Sun Oct 16 10:12:18 PDT 2005


rwatson     2005-10-16 17:12:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6_0)
    sys/netinet          in.c 
  Log:
  Merge in.c:1.89,1.90 from HEAD to RELENG_6_0:
  
    Acquire Giant conditionally in in_addmulti() and in_delmulti() based on
    whether the interface being accessed is IFF_NEEDSGIANT or not.  This
    avoids lock order reversals when calling into the interface ioctl
    handler, which could potentially lead to deadlock.
  
    The long term solution is to eliminate non-MPSAFE network drivers.
  
    Discussed with: jhb
  
    Unlock Giant symmetrically with respect to lock acquire order as that's
    generally nicer.
  
    Spotted by:     johan
  
  Approved by:    re (kensmith)
  
  Revision      Changes    Path
  1.85.2.3.2.1  +9 -0      src/sys/netinet/in.c


More information about the cvs-src mailing list