From nobody Wed Jan 10 07:16:28 2024 X-Original-To: standards@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 4T8zcb5X3gz56DyR for ; Wed, 10 Jan 2024 07:16:31 +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 4T8zcb2whvz4mJ5 for ; Wed, 10 Jan 2024 07:16:31 +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=1704870991; 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=fLPCk3rSz3tuKqxeXeedJeX0Mm1xzEnJfsl+oX6FuyI=; b=ctgq19r9xriNnBzE8WXFaYnEXq6S8Xzi3KTelPJSWDZhtiuJN/GFqqEV3Klx0XUuPsE9T1 9k8uObLoKjhxpWfkKsfgXBvfJNWr1waClWzQwrFCo/jkEXpH+29q5cimQDuGnrcy32Syzv uB4pwiO17WbPMSgmJ/XIL3XOsF0PiA3qXefEbK2attnHZDBmjFjilTdgJUcGoRX3zW9bJ0 Iq2vmOAGA5/qfjNSP3VlUdhfWsMz320yRGye/cQijq5/KauhvZL3MCS9Z6IQ7UXNpSHs9f hNOu20cEXzz2Alu6vc6MNJvEuG3/BuE5oc5Tr+/AdT8sDHvVTXKIOoEwfnozZQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1704870991; a=rsa-sha256; cv=none; b=gwkbBX37JOFcEUHjQzacGsIw3FdumZCw4Vo9/M28ijb23jhjrzUH8VZRyMved19ZpE5xFd DMpS1hbnKOtYJ2FHFB0NlQU6omPREPlkk9MXWdY+saWNzdK0Lt6PdXF8FegMcqHUNVC/5U 14HbtW40kIpIPzAtblqD0fv2wxWkxNRX150X0a//RegIOQa9fqi2wvid8L5jowR6+cjlPZ JGuk98CXggtuV6G82lRuzToph/+f2j5jVsx6rG4khexDSQsq/f8ya3JdfEN88fQdVPPGzF GmbVl36YvO7bZhGH25CJ9iyPi+dX3xb0yjU8UrpW4F2Avg7dvEQh24hXFcUChw== 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 4T8zcY0RSFzQPC for ; Wed, 10 Jan 2024 07:16:29 +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 40A7GTCR001913 for ; Wed, 10 Jan 2024 07:16:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40A7GTdL001912 for standards@FreeBSD.org; Wed, 10 Jan 2024 07:16:29 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: standards@FreeBSD.org Subject: [Bug 189353] POSIX sem_unlink does not actually unlink the semaphore in the process context Date: Wed, 10 Jan 2024 07:16:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: standards X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: antoine@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to resolution bug_status 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: Standards compliance List-Archive: https://lists.freebsd.org/archives/freebsd-standards List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-standards@freebsd.org X-BeenThere: freebsd-standards@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D189353 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|standards@FreeBSD.org |antoine@FreeBSD.org Resolution|--- |FIXED Status|In Progress |Closed --- Comment #13 from Mark Linimon --- ^Triage: it seems the workaround was committed back in 2018. --=20 You are receiving this mail because: You are the assignee for the bug.=