created | 2018-11-30T05:23:23Z |
---|---|
begin | 2018-09-25T00:00:00Z |
end | 2018-09-26T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2018-09-25T13:46:44Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/pv/if_vio.c | log | diff | annotate |
message |
Insert a workaround for per-ifp ioctl being called w/o NET_LOCK(). An example of such code path is vlan_destroy() where we don't want to grab the lock because this driver is already NET_LOCK()-free. The real solution to this problem is to stop holding the NET_LOCK() around driver *_ioctl() routines. Problem reported & fix tested by Élie Bouttier, ok visa@, bluhm@ |
date | 2018-09-25T19:24:17Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
message |
fix typo in comment ok beck@ |