getblk lockmgr is mostly used as a msleep() and may lead too easilly to
false positives. Whitelist it. Reported by: Erik Cederstrand <erik at cederstrand dot dk>
This commit is contained in:
parent
248bb9379f
commit
95335fd844
@ -163,6 +163,7 @@ SYSCTL_PROC(_kern, OID_AUTO, cp_times, CTLTYPE_LONG|CTLFLAG_RD|CTLFLAG_MPSAFE,
|
||||
|
||||
#ifdef DEADLKRES
|
||||
static const char *blessed[] = {
|
||||
"getblk",
|
||||
"so_snd_sx",
|
||||
"so_rcv_sx",
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user