From 95335fd84431aace91d15fe4a5b8aa9c94afa1b5 Mon Sep 17 00:00:00 2001 From: Attilio Rao Date: Mon, 19 Apr 2010 23:40:46 +0000 Subject: [PATCH] getblk lockmgr is mostly used as a msleep() and may lead too easilly to false positives. Whitelist it. Reported by: Erik Cederstrand --- sys/kern/kern_clock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 98e276bb34aa..da05cc16356c 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -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