From nobody Wed Nov 22 05:51:03 2023 X-Original-To: bugs@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 4SZr2b3Njzz51tSw for ; Wed, 22 Nov 2023 05:51:03 +0000 (UTC) (envelope-from bugzilla-noreply@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SZr2b0rCNz4PYd for ; Wed, 22 Nov 2023 05:51:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1700632263; 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: in-reply-to:in-reply-to:references:references; bh=1GgWtGtORZBB3H9YkQBQh029qHUnKxo8uGCITPSbnvQ=; b=YWg1UebEUesIpNbxdya3kudlqUD8HUZJQ/Bn4+oSdMyhWwQryirya61K3zV+WC+QaeU/vX yFgo3TAyeYkpis+GgJvPKgnxTRvRwviN5AKSMcY1LNLNI+o5TLiT+Socq+npNzezQ/6tyY y2g9avSB4NG3efCj0OoH9l5PyTfNc6fbOCjiaJEijSmd8NXcOsXcArN7YZar6ShStYVAQA TKjxGMe5nOfUwjoRuFrWvZqdqwdc+fu7LsK2V82t3ypmtTaX4W/hXwHn7f2pSSy6mq4cJs j5/G2Tz8qUa4mUUz1kazyJrh8PDGrDSVUS9feIowyj5mXz2/f7IDLUmf6djrbQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1700632263; a=rsa-sha256; cv=none; b=WNom64mNfJVjF2d6OYWmAG/pn6mYJ4rl/jUo3/x56hjPS0vxQSHKDNk5wfRwcFO1y0d2q8 TAMHxh3pXsr0yp6osZx3F6nubvSJHHz3/4TSiO0UApILHYWqK5wWYovfp8BHz79fAoCYAF t9NFD5MXcm3UaESwv4wCddqDkoW8CymrE3XqIjBqOwJFVrErbv8v5nUM7r8aX8ZnLhjEUT nT2OPT25H7Dp78wxa9CxjpydKQgymUpVEw1ZuVKefVWTrjR9G9WJVNLGWBG5qNDJruNSlC nSqiIditYDh5cp+ofoPKoAkYOAU8dzT4wr3Lg8jyY79Ve4noJmOUddMc8KEgBQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SZr2Z73tTz169g for ; Wed, 22 Nov 2023 05:51:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3AM5p2Xx052354 for ; Wed, 22 Nov 2023 05:51:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3AM5p2OV052353 for bugs@FreeBSD.org; Wed, 22 Nov 2023 05:51:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 112379] [patch] [request] lockf(1): on closing stdin, stdout, stderr Date: Wed, 22 Nov 2023 05:51:03 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kevans@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: kevans@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_file_loc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D112379 Kyle Evans changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |kevans@freebsd.org URL| |https://reviews.freebsd.org | |/D42713 CC| |bugs@FreeBSD.org, | |kevans@freebsd.org --- Comment #3 from Kyle Evans --- Doing a round of work on lockf, I don't see any reason not to incorporate t= his young 16 year old patch. I put it up for review @ https://reviews.freebsd.org/D42713, but I'm droppi= ng the -s switching behavior because I just don't see any reason to keep them = open at that point. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=