From 2c048c4aa679f2367d6c3235c7706a0c0450375e Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 23 Sep 2014 19:24:13 +0000 Subject: [PATCH] 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 --- sys/conf/NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 79e42daa1cc4..5baa306c99db 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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