Date: Tue, 23 Sep 2014 19:24:13 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r272038 - head/sys/conf Message-ID: <201409231924.s8NJODpn066553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Sep 23 19:24:13 2014 New Revision: 272038 URL: http://svnweb.freebsd.org/changeset/base/272038 Log: Note KBI breakage with DEBUG_LOCKS. It specifically modifies struct lock, which many other structures embed. Noted by: kib MFC after: 3 days X-MFC-with: r272032 Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Tue Sep 23 19:12:06 2014 (r272037) +++ head/sys/conf/NOTES Tue Sep 23 19:24:13 2014 (r272038) @@ -2625,7 +2625,8 @@ options NSFBUFS=1024 # Enable extra debugging code for locks. This stores the filename and # line of whatever acquired the lock in the lock itself, and changes a # number of function calls to pass around the relevant data. This is -# not at all useful unless you are debugging lock code. +# not at all useful unless you are debugging lock code. Note that +# modules should be recompiled as this option modifies KBI. # options DEBUG_LOCKS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231924.s8NJODpn066553>