From nobody Sun Apr 2 13:31:37 2023 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 4PqFL43vvbz43dGW; Sun, 2 Apr 2023 13:31:40 +0000 (UTC) (envelope-from dchagin@heemeyer.club) Received: from heemeyer.club (heemeyer.club [195.93.173.158]) (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) by mx1.freebsd.org (Postfix) with ESMTPS id 4PqFL40Wg4z3Q29; Sun, 2 Apr 2023 13:31:39 +0000 (UTC) (envelope-from dchagin@heemeyer.club) Authentication-Results: mx1.freebsd.org; none Received: from heemeyer.club (localhost [127.0.0.1]) by heemeyer.club (8.17.1/8.16.1) with ESMTP id 332DVbw1083216; Sun, 2 Apr 2023 16:31:37 +0300 (MSK) (envelope-from dchagin@heemeyer.club) Received: (from dchagin@localhost) by heemeyer.club (8.17.1/8.16.1/Submit) id 332DVbOh083215; Sun, 2 Apr 2023 16:31:37 +0300 (MSK) (envelope-from dchagin) Date: Sun, 2 Apr 2023 16:31:37 +0300 From: Dmitry Chagin To: Mateusz Guzik Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: f3f3e3c44d3b - main - fd: add close_range(..., CLOSE_RANGE_CLOEXEC) Message-ID: References: <202203031730.223HUr6e052966@gitrepo.freebsd.org> 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: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4PqFL40Wg4z3Q29 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:61400, ipnet:195.93.173.0/24, country:RU] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sun, Apr 02, 2023 at 02:27:32PM +0200, Mateusz Guzik wrote: > are there real users out there? > > it should probably get added for linux compat, but exposing it for > native binaries is rather weird. > > anyhow fell free to patch :] > Thanks, for linux I already have a patch :) so could commit it w/o modifiyng the kernel > > > On 4/2/23, Dmitry Chagin wrote: > > On Thu, Mar 03, 2022 at 05:30:53PM +0000, Mateusz Guzik wrote: > >> The branch main has been updated by mjg: > >> > >> URL: > >> https://cgit.FreeBSD.org/src/commit/?id=f3f3e3c44d3b1776653bbf19eab17ce006a815d8 > >> > >> commit f3f3e3c44d3b1776653bbf19eab17ce006a815d8 > >> Author: Mateusz Guzik > >> AuthorDate: 2022-03-03 12:45:11 +0000 > >> Commit: Mateusz Guzik > >> CommitDate: 2022-03-03 17:21:58 +0000 > >> > >> fd: add close_range(..., CLOSE_RANGE_CLOEXEC) > >> > >> For compatibility with Linux. > >> > > > > 10x, are we have any reason not to implement CLOSE_RANGE_UNSHARE? > > > > > > > -- > Mateusz Guzik