From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18744 invoked by alias); 10 Feb 2015 21:57:05 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 18649 invoked by uid 48); 10 Feb 2015 21:57:02 -0000 From: "triegel at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug nptl/14485] File corruption race condition in robust mutex unlocking Date: Tue, 10 Feb 2015 21:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: triegel at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: triegel at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00133.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=14485 Torvald Riegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |triegel at redhat dot com Assignee|unassigned at sourceware dot org |triegel at redhat dot com --- Comment #9 from Torvald Riegel --- I agree that there is an issue if we claim that a robust mutex can be destroyed as soon as the thread that wants to destroy it can acquire it and there is no other thread or process trying to acquire it anymore. I don't think that whether we consider destruction or unmap without destruction makes a significant difference, except regarding performance of potential solutions. -- You are receiving this mail because: You are on the CC list for the bug.