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: 528459 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 04C21140E41 for ; Sat, 10 Oct 2015 09:46:38 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=K7o+iGrZ; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:cc:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=yGd4piHt9npP1Zc/ZUhMDall6m2FCOG/vQn6L2YxGBi gSdTo6h4pR3/1Lnmo+FYi8+zQSS0qCTtZF5paAqWCUR/b3o62wYcYjUX753Hp393 vl666+f2CrLTT2oHX6+b5KMa7YKJqYDXaNMn1a3rKbcdu9UgzWAE0VnrD2QJ+Vms = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:cc:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=suLS6nUttnV18LNNd9YCTX/9NKI=; b=K7o+iGrZifglMwesn QpCSIJXxkdBqLCLsFOOpybTNxfJETJ9iKkrMm/LKtNKRXUrvLXovxzPRC39zXPKv DkKFxcP/bj5H46vE7wXSfa0g1jN/0oMEYBezbIdxGIcNLEcDp/Bz9/XrN1whk1KN qDYwuD33IalfAx5UfKX9nk3yUc= 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.