From nobody Mon Apr 27 01:29:48 2026 X-Original-To: dev-commits-src-branches@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 4g3mFn2nnHz6bQGF for ; Mon, 27 Apr 2026 01:29:49 +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 4g3mFn017Qz3XWw for ; Mon, 27 Apr 2026 01:29:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777253389; 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=eTmnlwTsninQBD+xyABEEhl+NewjJvlrVALFko+gJW0=; b=NJInSD60hgdKwFh2VQElvSkF+IYmkQzjpF3jLEbPFNVcflvvR8QpEMuBvu/zml0jJ2V4YG 8RO9YoXxAti2agPQDiKpaNc6urMI9hzfrOXaoMAyCp6/1JQXFYDs2bWdTpQC9SI3DH1Y9L pE+3QDbPA4wjiHdnu+lrRdCHcBVcqwO1KoYHWPcgF24DQ536nKhY5sR1KM1SwMG6mom9wl B2BqwMWxW3+2gkMUOXzZdpaIzjiJSWIh7krDl+edvyp9ID2r8vyjkgT/njnPfKdQjRcvgr WV5ot4nyKVLK++Oopq5ZXLq+3u+SXWt6FWornLYEJ4X2cgtKYgy77N1CJjl9Ww== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777253389; a=rsa-sha256; cv=none; b=J/YEdDA5q4eSRLy20Iicm5JMlQpOEOeodXX5LYETiCU/OWQNPXmBGXzRl5jnCqt447WY5e KPbKpGNdnbD9fzBCRKoqgv8ZZeYI0lsMcoSXWLxb8VUd/zdWFE34Ptu7BfKTRxeH0aIN6i hvMZtKJMd7ZqPPYrjfMlzyeDyh090KkT6MArDFE4KiRnhKaCs4Fm3iioplbkm2SXE0xK/S 83UJGEY/0xEGoPqWy8crd5c9xnkoSDDifbr1pEAsXGaSg8dZzyoQx5RUVbOsBTj2rcCJzG l232Ytgegl/mkv+xFLmGy76hMpwAB8jHmGnKrG56+BQ2pz+r14j38uoTBFmIeg== 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=1777253389; 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=eTmnlwTsninQBD+xyABEEhl+NewjJvlrVALFko+gJW0=; b=MmAMyFwTBiikHinGVNqHcN9H6CjZH70fJ1+Prb9ZFZqbJc7yxK3FxvR/AoN7IJrUagdDIU HJ/APwNIA4++cvO/mFb5LfZxN3Wfjf1w2rlKBS7zIGk56ML9XYyoB+Zbuq5jcsVXX7zZ+/ JTbNLHuXxhmWp11HoRY6mRV9wDaPeLjBc1XfSCkU3OWF0/Mv28/vZTDEFHW551X9S+97XU uiKifg0OSvoLwCasyYAWU5vVKuQjiLy//4uns3VrwbiWvMwmAdSv2rXbR/49QPYCWNthxt Qytfd73We0xDCSbCP52wHZF5tdM9slhFRQMN9jhPkORuUHBEw/BNCGIVRU/CNQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g3mFm5R5Kzlys for ; Mon, 27 Apr 2026 01:29:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 26422 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 27 Apr 2026 01:29:48 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: f60defbd2bcb - stable/15 - conf/std.nodebug: disable DEBUG_LOCKS List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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/stable/15 X-Git-Reftype: branch X-Git-Commit: f60defbd2bcb6212294a783958f7884faa8b2b34 Auto-Submitted: auto-generated Date: Mon, 27 Apr 2026 01:29:48 +0000 Message-Id: <69eebc0c.26422.3aa8568a@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f60defbd2bcb6212294a783958f7884faa8b2b34 commit f60defbd2bcb6212294a783958f7884faa8b2b34 Author: Konstantin Belousov AuthorDate: 2026-04-26 02:16:55 +0000 Commit: Konstantin Belousov 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