From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9814 invoked by alias); 13 Apr 2016 20:52:20 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 5853 invoked by uid 89); 13 Apr 2016 20:52:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*cc, charge X-HELO: Chamillionaire.breakpoint.cc Date: Wed, 13 Apr 2016 20:52:00 -0000 From: Sebastian Andrzej Siewior To: Roland McGrath Cc: Sebastian Andrzej Siewior , libc-alpha@sourceware.org, carlos@redhat.com Subject: Re: [PATCH][BZ 19944] nptl/pthread_mutex*lock: don't ignore unknown error codes Message-ID: <20160413205202.GA12533@breakpoint.cc> References: <1460576781-12017-1-git-send-email-bigeasy@linutronix.de> <20160413201514.B86212C3A9B@topped-with-meat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160413201514.B86212C3A9B@topped-with-meat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2016-04/txt/msg00336.txt.bz2 On 2016-04-13 13:15:14 [-0700], Roland McGrath wrote: > I won't bother with the several style problems in your patch. Please see > previous discussions about the futex error cases. Torvald was leading the > charge on converting things to use the new internal layers that handle > futex error checking. The only changes we want are in that direction. Are we talking about this thread: https://sourceware.org/ml/libc-alpha/2014-09/msg00381.html Subject: Futex error handling Date: Tue, 16 Sep 2014 17:36:25 +0200 > Thanks, > Roland Sebastian