This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH][BZ 19944] nptl/pthread_mutex*lock: don't ignore unknown error codes
- From: Sebastian Andrzej Siewior <sebastian at breakpoint dot cc>
- To: Roland McGrath <roland at hack dot frob dot com>
- Cc: Sebastian Andrzej Siewior <bigeasy at linutronix dot de>, libc-alpha at sourceware dot org, carlos at redhat dot com
- Date: Wed, 13 Apr 2016 22:52:02 +0200
- Subject: Re: [PATCH][BZ 19944] nptl/pthread_mutex*lock: don't ignore unknown error codes
- Authentication-results: sourceware.org; auth=none
- References: <1460576781-12017-1-git-send-email-bigeasy at linutronix dot de> <20160413201514 dot B86212C3A9B at topped-with-meat dot com>
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