svn commit: r272038 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 23 19:24:14 UTC 2014


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
 


More information about the svn-src-all mailing list