Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 09:52:38 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net if_llatbl.c if_llatbl.h src/sys/netinet in.c src/sys/netinet6 in6.c
Message-ID:  <200908250953.n7P9r1WF029933@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-08-25 09:52:38 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_llatbl.c if_llatbl.h 
    sys/netinet          in.c 
    sys/netinet6         in6.c 
  Log:
  SVN rev 196535 on 2009-08-25 09:52:38Z by rwatson
  
  Use locks specific to the lltable code, rather than borrow the ifnet
  list/index locks, to protect link layer address tables.  This avoids
  lock order issues during interface teardown, but maintains the bug that
  sysctl copy routines may be called while a non-sleepable lock is held.
  
  Reviewed by:    bz, kmacy
  MFC after:      3 days
  
  Revision  Changes    Path
  1.10      +15 -14    src/sys/net/if_llatbl.c
  1.5       +7 -0      src/sys/net/if_llatbl.h
  1.145     +1 -1      src/sys/netinet/in.c
  1.124     +1 -1      src/sys/netinet6/in6.c



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