DragonFly BSD
DragonFly commits List (threaded) for 2010-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Fix reentrant serialization in if_tun


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 21 Aug 2010 18:48:04 -0700 (PDT)

commit 073629bbd16495c96894558012ab1f26d9b757c8
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Sat Aug 21 18:47:29 2010 -0700

    kernel - Fix reentrant serialization in if_tun
    
    * Fix an issue where a KNOTE() is called while the serializer is held,
      resulting in nested serialization calls.

Summary of changes:
 sys/net/tun/if_tun.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/073629bbd16495c96894558012ab1f26d9b757c8


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]