From nobody Mon Jun 29 19:25:53 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 4gpx8K6dfYz6jjX1 for ; Mon, 29 Jun 2026 19:25:53 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gpx8K3B5Qz40J3 for ; Mon, 29 Jun 2026 19:25:53 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782761153; 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=tMqaAeg+PmcEr/n4YekG6nk0sdNafGD86Us84Lp5YrE=; b=fHmAdBHjZuhD3KUgZww7a5JYPw9Tw5M6BldgzhwBRqI3Tx9IgNlQH91eLqJ0icVou37hgw BV7VtZoiMEV9VmHYr+wEmZIhC4DyxKNkrZxBsw4X90OH1zRLoc1HLS9Z651NOEQScZS+W7 WqngLU378KTZkdpTMMKna0AfL7Mc61e2kZAS1TUNdP/L/Kl+mpb4DiEMoqFNtGZW+6TGL1 fh8QI5sW+37/QzFjd2FbAn98c3I1ljm5gHgDTgWqejtz56FxpJrhnmG0d9LBzQ0UY8tbj6 BgvFk4WHAVuzlR/JRgzit2kvkp9fgvwmfAzX6E16ZLJLhws0Yav8Dq8QEJZFfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782761153; a=rsa-sha256; cv=none; b=t+1NmBwVpoZ7F8zvk40Swi+QtQbqE9ItjcXEQo40F9zgWWtg6ekrmNBsKkCQ2q2WDrln92 IhXBXPHAjnwFOVNZa/TmzdquDsH30MuwX5E0UnKI0G/4uexwjdugHwd1gG9UJoDEVhNnXe 3mB/lVzD3/BdvNpmqTAOmLglwtQZgOnLdY2Zczalu5xLgGNVloZqqDwROJCkiZAdnhFRUs uG+xXxxtSLl0LlgKQHghPGh9DEPScJdLw3R1jHQ2aZFP9vEYFpfWdrnjBdF+9cTgaBnoVu IevZORbeWn8BRqEWMTgJtC2WlbDOQ0LQ2Hg3AYBHYDDxUOKptszgi6sUgw6b7w== 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=1782761153; 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=tMqaAeg+PmcEr/n4YekG6nk0sdNafGD86Us84Lp5YrE=; b=wdymafuVN4EkhAsb0aVtrwPblCxrnOaEmxAYCcl1V2/RzrCqDTJHoQ7Egf8W7sV43hpnn1 Hsqwh07W28p50WS+iCpSAJhdaJ8jsWL42H6A6ONPr7nEA6cs5scIpubNqtC5JMzueI9gNN yUZMggzP2q1Ou+ftpvlLD08MMb0suAA5lGyoXCl872yKaFFa8q5I6YP150nJ1H1UZNU0GC zEYd3wI9+NNI+co6CL0RwVJKFx9qYfWYnrLeahon2fIirKkDDtSMY83zNiwacUgdxcGgW9 TEgjFdGQG/hZyps2lOkktP3ftPCqJVsLD0/2gFg47VS1C9tE9iFhSkZSJKSuRw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gpx8K2GDvz198D for ; Mon, 29 Jun 2026 19:25:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 218b6 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 29 Jun 2026 19:25:53 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Olivier Certner Subject: git: 67ec8dba2dce - stable/15 - MAC/do: Fix obsolete wording in a comment ("ascendant" => "ancestor") 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olce X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 67ec8dba2dce8bd3d9c93ad2e489221d45d50a64 Auto-Submitted: auto-generated Date: Mon, 29 Jun 2026 19:25:53 +0000 Message-Id: <6a42c6c1.218b6.6c80e943@gitrepo.freebsd.org> The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=67ec8dba2dce8bd3d9c93ad2e489221d45d50a64 commit 67ec8dba2dce8bd3d9c93ad2e489221d45d50a64 Author: Olivier Certner AuthorDate: 2026-04-28 09:58:31 +0000 Commit: Olivier Certner CommitDate: 2026-06-29 19:23:48 +0000 MAC/do: Fix obsolete wording in a comment ("ascendant" => "ancestor") Reviewed by: bapt MFC after: 1 month Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38 (cherry picked from commit dbf8f0895ad86fea10adbd678873f8af0bd7558c) --- sys/security/mac_do/mac_do.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/security/mac_do/mac_do.c b/sys/security/mac_do/mac_do.c index 31b83a4b9214..32950237d33c 100644 --- a/sys/security/mac_do/mac_do.c +++ b/sys/security/mac_do/mac_do.c @@ -1294,7 +1294,7 @@ dealloc_jail_osd(void *const value) * Remove the rules specifically associated to a prison. * * In practice, this means that the rules become inherited (from the closest - * ascendant that has some). + * ancestor that has some). * * Destroys the 'osd_jail_slot' slot of the passed jail. */