From owner-cvs-src-old@FreeBSD.ORG Mon Oct 20 19:22:25 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C756106571F for ; Mon, 20 Oct 2008 19:22:23 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F40F68FC1A for ; Mon, 20 Oct 2008 19:22:22 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9KJMMhI044322 for ; Mon, 20 Oct 2008 19:22:22 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9KJMMLA044321 for cvs-src-old@freebsd.org; Mon, 20 Oct 2008 19:22:22 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200810201922.m9KJMMLA044321@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 20 Oct 2008 19:22:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2008 19:22:25 -0000 attilio 2008-10-20 19:22:16 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: SVN rev 184098 on 2008-10-20 19:22:16Z by attilio In the actual code for witness_warn: - If there aren't spinlocks held, but there are problems with old sleeplocks, they are not reported. - If the spinlock found is not the only one, problems are not reported. Fix these 2 problems. Reported by: tegge Revision Changes Path 1.260 +12 -19 src/sys/kern/subr_witness.c