git: f60defbd2bcb - stable/15 - conf/std.nodebug: disable DEBUG_LOCKS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Apr 2026 01:29:48 UTC
The branch stable/15 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=f60defbd2bcb6212294a783958f7884faa8b2b34
commit f60defbd2bcb6212294a783958f7884faa8b2b34
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-26 02:16:55 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-04-27 01:29:00 +0000
conf/std.nodebug: disable DEBUG_LOCKS
(cherry picked from commit 85a04bea5a54d6879c8fbf49eea20aba7ca24692)
---
sys/conf/std.nodebug | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/conf/std.nodebug b/sys/conf/std.nodebug
index 4035e28d2a62..bb5f1ef8cb02 100644
--- a/sys/conf/std.nodebug
+++ b/sys/conf/std.nodebug
@@ -8,6 +8,7 @@ nooptions DIAGNOSTIC
nooptions WITNESS
nooptions WITNESS_SKIPSPIN
nooptions DEBUG_VFS_LOCKS
+nooptions DEBUG_LOCKS
nooptions BUF_TRACKING
nooptions FULL_BUF_TRACKING
nooptions DEADLKRES