CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/07 03:08:21
Modified files:
sys/netinet : in.c
sys/netinet6 : in6.c
sys/dev/pci : if_iwm.c
sys/net : if.c
Log message:
Release the NET_LOCK() before entering per-driver ioctl() routine.
This prevents a deadlock with the X server and some wireless drivers.
The real fix is to take unix domain socket code out of the NET_LOCK().
Issue reported by pirofti@ and ajacoutot@
ok tb@, stsp@, pirofti@
