Module Name: src
Committed By: riastradh
Date: Thu Aug 27 18:49:36 UTC 2020
Modified Files:
src/sys/net/npf: npf_worker.c
Log Message:
npf: Don't stop early after sleeping and before processing instances.
We already check winfo->exit below, after processing instances and
before sleeping again.
Candidate fix for:
panic: kernel diagnostic assertion "LIST_EMPTY(&winfo->instances)" failed: file
"/home/riastradh/netbsd/current/src/sys/rump/net/lib/libnpf/../../../..//net/npf/npf_worker.c",
line 300 NPF instances must be discharged before the npfk_sysfini() call
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/net/npf/npf_worker.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.