Date: Sun, 2 Oct 2005 09:58:55 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c Message-ID: <200510020958.j929wumo052045@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-10-02 09:58:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_lock.c Log: Merge kern_lock.c:1.94 from HEAD to RELENG_6: In lockstatus(), don't lock and unlock the interlock when testing the sleep lock status while kdb_active, or we risk contending with the mutex on another CPU, resulting in a panic when using "show lockedvnods" while in DDB. Reviewed by: jhb Reported by: kris Approved by: re (scottl) Revision Changes Path 1.89.2.1 +8 -2 src/sys/kern/kern_lock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510020958.j929wumo052045>