Date: Mon, 8 Aug 2005 21:06:42 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c Message-ID: <200508082106.j78L6g8n056278@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2005-08-08 21:06:42 UTC FreeBSD src repository Modified files: sys/kern kern_sysctl.c Log: Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we are not holding any non-sleep-able-locks locks when copyin is called. This gets executed un-conditionally since we have no function to wire the buffer in this direction. Pointed out by: truckman MFC after: 1 week Revision Changes Path 1.167 +2 -0 src/sys/kern/kern_sysctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508082106.j78L6g8n056278>