diff options
author | hselasky <hselasky@FreeBSD.org> | 2016-04-07 07:29:57 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2016-04-07 07:29:57 +0000 |
commit | 0e933cfd2bc16659c5256aa1eaa4043a3ff9e64c (patch) | |
tree | 5681cab240cadf1546744b3dc33102ad75919de2 /lib/libfetch/fetch.c | |
parent | 28b34f7466b0e53eedf2007dfef67b1722611960 (diff) | |
download | FreeBSD-src-0e933cfd2bc16659c5256aa1eaa4043a3ff9e64c.zip FreeBSD-src-0e933cfd2bc16659c5256aa1eaa4043a3ff9e64c.tar.gz |
MFC r296909:
Fix witness panic in the ipoib_ioctl() function when unloading the
ipoib module.
The bpfdetach() function is trying to turn off promiscious mode on the
network interface it is attached to while holding a mutex. The fix
consists of ignoring any further calls to the ipoib_ioctl() function
when the network interface is going to be detached. The ipoib_ioctl()
function might sleep.
Sponsored by: Mellanox Technologies
Diffstat (limited to 'lib/libfetch/fetch.c')
0 files changed, 0 insertions, 0 deletions