From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67877 invoked by alias); 25 Nov 2016 10:50:08 -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 67850 invoked by uid 89); 25 Nov 2016 10:50:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=s390x X-HELO: mx1.redhat.com Subject: Re: [PATCH] Remove cached PID/TID in clone To: Adhemerval Zanella , libc-alpha@sourceware.org References: <1476387924-4509-1-git-send-email-adhemerval.zanella@linaro.org> <58c8bc8e-e643-2d3a-5e57-55a3457ca70f@redhat.com> <6d415988-fb13-5f58-70fc-8b7d3d5ccfde@redhat.com> From: Florian Weimer Message-ID: Date: Fri, 25 Nov 2016 10:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00916.txt.bz2 On 11/24/2016 10:24 PM, Adhemerval Zanella wrote: > As before, I rebased and I ran a full make check on x86_64, x32, i686, > armhf, aarch64, and powerpc64le. I also checked some basic tests on > sparc{32,64} and mips{32,64} on a simulated system. I've tested s390x and s390 as well, with no regressions. Thanks, Florian