]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel.
authorHiroki Sato <hrs@FreeBSD.org>
Sat, 14 Feb 2015 18:15:14 +0000 (18:15 +0000)
committerHiroki Sato <hrs@FreeBSD.org>
Sat, 14 Feb 2015 18:15:14 +0000 (18:15 +0000)
commit25792b116febcfa9b57504277f52a6e713a1f2b9
tree378cb16dc2ca1dccb6cdef29a9c447b74f403f10
parent35a32b047691420b8c818851d44296910d69f70e
Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel.
There was a race that bridge_ifdetach() could be called via
ifnet_departure event handler after vnet_bridge_uninit().

PR: 195859
Reported by: Danilo Egea Gondolfo
sys/net/if_bridge.c