From nobody Sun Apr 26 02:19:28 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g39Pf063Mz6bB2B for ; Sun, 26 Apr 2026 02:19:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g39Pd55WBz3TlH for ; Sun, 26 Apr 2026 02:19:33 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777169973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WXdVJmhLnTPDJq4NZCrWdkE0e8967wX3TzWut1pxJD8=; b=ZzI6SJuaMpXzz1QPq9IaO+eO31hTDIxK6OKpigMVSJUItKQGpRBM0F+jd1pzVWWerXMQPW v3s63aRa4ZR8KYZ7ebGSjTk5M0lYbQjDYSpaW/YYWLU8+Err6ixkhyaxN6Spf+F/FAlRvt fJuyVosxTLHEX7Ak4KcROGV1MoE7KCKEj7YCtIU7Oj8+54WKuVQEi4NJfrIIT73I6UBRFD 8lcblyIma/LyKCLv7f+3gtJicM2WeOg+qKgvn/7AWGPqXfeFIcneVTEL2ZwiFN49fYgarc xr26rUBRmZ758tIXTVKxpABJV3485Ky7tWwB5o8cFWXq+TR1talHda2Vg66OXA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777169973; a=rsa-sha256; cv=none; b=Evlhs0zRm49cWDB6n0HQGgjyPp73uRwAYLXqf+mO4XCkeHXyhlmTtlpelJnt2ZypG1LiTu 7iO553acrSOxe+6gnvJlpUO34gazj1vsQR1kVvMm2wtULZHPqN13FlspJxrgpCBzuKLl3W Gv/5qPdSHoNjLeYUQJIkbmfBxTeFTpTixKJ2ONilw1wmyE2FYKVV+VkljYhFFmQXtpdlDv zWj2oee5b4YJDBCfs79+fSh+BGPAbCp/atIi6rrHXalhxhV7RU+Wco/UNp1ATm3DgdllXU 0Jiisyr/BiTEW0HbWmuZBNyv9DNzfmbbpMbZMlH+q2imwdPiX00LunKOf8HI1A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777169973; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=WXdVJmhLnTPDJq4NZCrWdkE0e8967wX3TzWut1pxJD8=; b=aYcbzidz9FRodNE5Q5ck7fVuwuCqzGBCyyI9gVbVsE3wcNRq55o5gRRKd8i3XgwZz2zuB9 uTWeG5vaehWdOQ+QLivOZV9xZFX6oLtAazmRzYJIobA8QUrziKP0pS9EZ1XqkNRIUPattr s8kJzsUvhHGcr8O9MP+dJb6U+8VrEtI/ZfW5mTDaUANS0X2q2BawDyrjFPs4+C4HSb/+88 WGq2VNJSM53PDEzEJwj2UxLKBfieXd20mzfCQiZklXxKIgQCkUORcB7Kkop39eXOvVBfSA 8xQ9MZPWo8q4ZE1lEUI7/TZqWI90ILjmskbzeA4vDOIDjVmRDQ0Zpw+5Mf339Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g39Pd450Fz103s for ; Sun, 26 Apr 2026 02:19:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 32db5 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 26 Apr 2026 02:19:28 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: 85a04bea5a54 - main - conf/std.nodebug: disable DEBUG_LOCKS List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 85a04bea5a54d6879c8fbf49eea20aba7ca24692 Auto-Submitted: auto-generated Date: Sun, 26 Apr 2026 02:19:28 +0000 Message-Id: <69ed7630.32db5.75089020@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=85a04bea5a54d6879c8fbf49eea20aba7ca24692 commit 85a04bea5a54d6879c8fbf49eea20aba7ca24692 Author: Konstantin Belousov AuthorDate: 2026-04-26 02:16:55 +0000 Commit: Konstantin Belousov CommitDate: 2026-04-26 02:18:58 +0000 conf/std.nodebug: disable DEBUG_LOCKS MFC after: 1 week Sponsored by: The FreeBSD Foundation --- sys/conf/std.nodebug | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/std.nodebug b/sys/conf/std.nodebug index 7ce16e9b52aa..f8c908cc9936 100644 --- a/sys/conf/std.nodebug +++ b/sys/conf/std.nodebug @@ -7,6 +7,7 @@ nooptions INVARIANT_SUPPORT nooptions DIAGNOSTIC nooptions WITNESS nooptions WITNESS_SKIPSPIN +nooptions DEBUG_LOCKS nooptions BUF_TRACKING nooptions FULL_BUF_TRACKING nooptions DEADLKRES