[v2] nptl: Add NPTL cases for cancellation failures cases

Message ID 1444430777.5531.25.camel@pbcl.net
State New, archived
Headers

Commit Message

Phil Blundell Oct. 9, 2015, 10:46 p.m. UTC
  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  <adhemerval.zanella@linaro.org>
> >> +	    Phil Blundell <pb@pbcui.dot.net>
> > 
> > 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.
  

Patch

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  <adhemerval.zanella@linaro.org>
-           Phil Blundell <pb@pbcui.dot.net>
+           Phil Blundell <pb@pbcl.net>
 
        * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c.
        * nptl/tst-cancel26.c: New file.