On Mon, Mar 19, 2018 at 05:29:42PM +0100, Stefan Sperling wrote: > On Mon, Mar 19, 2018 at 04:23:30PM +0100, Martin Pieuchot wrote: > > On 19/03/18(Mon) 15:58, Stefan Sperling wrote: > > > The following will trigger "panic: rw_enter: netlock locking against > > > myself": > > > > The solution is to call bpfdetach() outside of the NET_LOCK(), it should > > not need it. Diff below does that, does it work for you? > > Yes it does, thanks. ok stsp@ > > window 2: > # vmctl stop 1 > vmctl: sent request to terminate vm 1 > > window 1: > # tcpdump -n -i tap0 > tcpdump: listening on tap0, link-type EN10MB > tcpdump: pcap_loop: read: Input/output error > # >
Thanks guys for jumping on this right away! -ml
