From nobody Thu Jun 5 16:45:20 2025 X-Original-To: dev-commits-src-main@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 4bCr0d3l4hz5y4sQ; Thu, 05 Jun 2025 16:45:21 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bCr0d1FVxz3D7R; Thu, 05 Jun 2025 16:45:21 +0000 (UTC) (envelope-from brooks@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749141921; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZF+ZoKol9c6zK6nDhLZIiKSscFtGA48UdWItlafL9Xc=; b=dwQ3Y3RP8xoBCtjlkP/zIpTSeGwYfgBzZHMrCYpBtymSTC7FYUV6G63zJKMG3sHMXW96Ak KUmji1swtO29NFoJRWt6csZafHj52vG9vK1SNhhAPC9U/IXA03BVmUPfJtMPvruW7FjZgS LZcWpl1PGy4NkvoxcKeg/G2CX87D0AELccl5CkvSgMuSlFTKa6XdQWmsX75xwFyOp7nCUk CjhouedUZxpXJrnqcOpioJtNe0NP+mLM9cN7o6F3R9tu2dPZWLlEinb/8Oqdd26zVD7X1o ohiYg64tZ2gJ9sS9nKfkyYxdHvKTskJJG+6KDC5Vi+Azg5t/qDj+6ZjNgAWQ4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749141921; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZF+ZoKol9c6zK6nDhLZIiKSscFtGA48UdWItlafL9Xc=; b=Gn0g7Z8ZnkzLqqSSeAk1M2A5TsP/Pq4Z6+Buy5J3voCGwwzg5rBURZtYt43R2m4DKzlhBg c3nZAL5lzGZV631BOODMJGyZ5Q4Ma5bXvGvBh4lnuOyu3BoVroL8zPMGH42wYEMar4hE3G bjjlwycTTweCFA5Q3kLD/xVCMpgSfP+orMKKFCHe1Toh8ue21CvOEnjWWKzKBzorOvlL8c 2RxbMKQUmiYffd/SyS5o/ugm7OzoTsGNqyjUdzyHjC+rHiJLH04AoiehnBFmm7iwHCrY2n Ay/v4FPEYmYG1IgsF2EUNTzRMuhpL8h2ePI39rT278VR9qe55iQvRU8Pk9pG1Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749141921; a=rsa-sha256; cv=none; b=JEab5WL3RzdUYuHeXPCsvJKukAw3C5cMThX26qi5tI4WhTiivRB/nlQI7d3S7b0nTtUD7F BOh6txnXr6Xo5fx6y+kC87aC2EAOqOhxt/RGJCO4xtYD6PQ/ZLBUhg3fvlosjYV9AEx7Vn x7v/P1YKEr32e5xMcb9SAizhmZ6Zd2iQd/yW+sRnPY4SR1sdM4+WJgqayQQ7j2SgzmNUVx aV0YbDiW7wTOZzt5MjhlIXyam3DLJsah/6sKegzNAadIHh4LouWv4sg3LzhKy4uaeC/eSZ obE+bV0H71bSD44NFLQwCsvauIukb5W8dukoSCW7GxzkCQYBO5U4wSub2kQmRA== Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 did not present a certificate) (Authenticated sender: brooks/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4bCr0d0RR4z18rX; Thu, 05 Jun 2025 16:45:21 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 677B83C01A0; Thu, 05 Jun 2025 16:45:20 +0000 (UTC) Date: Thu, 5 Jun 2025 16:45:20 +0000 From: Brooks Davis To: Rick Macklem Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 6b6542ec8446 - main - open.2: Document the O_NAMEDATTR flag Message-ID: References: <202506042253.554MrDgZ093573@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202506042253.554MrDgZ093573@gitrepo.freebsd.org> On Wed, Jun 04, 2025 at 10:53:13PM +0000, Rick Macklem wrote: > The branch main has been updated by rmacklem: > > URL: https://cgit.FreeBSD.org/src/commit/?id=6b6542ec84462c9d1fceb43bffb832e0fd556661 > > commit 6b6542ec84462c9d1fceb43bffb832e0fd556661 > Author: Rick Macklem > AuthorDate: 2025-06-04 22:50:16 +0000 > Commit: Rick Macklem > CommitDate: 2025-06-04 22:50:16 +0000 > > open.2: Document the O_NAMEDATTR flag > > Commit 2ec2ba7e232d added support for the O_NAMEDATTR flag to > the open(2) and openat(2) syscalls for main. I must confess I'm quite concernted that we added this when it seems to be unique to FreeBSD. We've very short of O_ bits and when we're out, we're out. I'm not sure we should be adding anything that isn't at least in Linux. -- Brooks