From patchwork Fri Oct 9 22:46:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Blundell X-Patchwork-Id: 9036 Received: (qmail 130392 invoked by alias); 9 Oct 2015 22:46:32 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 130365 invoked by uid 89); 9 Oct 2015 22:46:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: hetzner.pbcl.net Message-ID: <1444430777.5531.25.camel@pbcl.net> Subject: Re: [PATCH v2] nptl: Add NPTL cases for cancellation failures cases From: Phil Blundell To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Date: Fri, 09 Oct 2015 23:46:17 +0100 In-Reply-To: <56180D10.3040704@linaro.org> References: <1444412895-18665-1-git-send-email-adhemerval.zanella@linaro.com> <1444415936.5531.15.camel@pbcl.net> <56180D10.3040704@linaro.org> Mime-Version: 1.0 On Fri, 2015-10-09 at 15:53 -0300, Adhemerval Zanella wrote: > On 09-10-2015 15:38, Phil Blundell wrote: > > On Fri, 2015-10-09 at 14:48 -0300, Adhemerval Zanella wrote: > >> 2015-10-09 Adhemerval Zanella > >> + Phil Blundell > > > > Something seems to have gone a bit wrong with my email address there. > > I think it is just your email client format (mine also shows strange). > However my understanding for such CL format is to use a tab and align > with space (which it is the case). It wasn't the whitespace I was objecting to, it was that the actual email address was wrong. I checked in this patch to fix it: p. diff --git a/ChangeLog b/ChangeLog index 3aa7915..2e12f19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,7 +52,7 @@ $(gen-locales). 2015-10-09 Adhemerval Zanella - Phil Blundell + Phil Blundell * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c. * nptl/tst-cancel26.c: New file.