Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 01:29:48 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f60defbd2bcb - stable/15 - conf/std.nodebug: disable DEBUG_LOCKS
Message-ID:  <69eebc0c.26422.3aa8568a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eebc0c.26422.3aa8568a>