From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84000 invoked by alias); 28 Apr 2016 20:19:34 -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 83990 invoked by uid 89); 28 Apr 2016 20:19:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=paying X-HELO: mail-qg0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-transfer-encoding; bh=zJnYWxHhsZVkMPxYrw2oKkFN6vQYYbWb6FQA1qdUV6Y=; b=A73r2svBYGPZ8pPK6cqlLw682dgnVgOQoc97oH2+idu6d1Rl2SPbT4rgXIUMFpWoY2 S8Yr6kDe0pGAVsT0T24C7+feAV+ZLSnR+PkhY6QYzzOEV3dKdDGy0LslXsf/FeSIrPsN TN4ASq3ozpGARvNnMupIxdkEEBTqNd2tUqkYS9GeVU1dECGVEo3YfOynHGfBPHQyqkJO aq4xhPz8yRhMEExLeMpD8psX2xzVM80hO79Wbb2gMcPJOYdPNLq/Z0ThcrYJmFcKtFj/ ixvOGFuCMr68m6gTfy7/qpFVMVG2zK5/FicAemoO7w1i9zEA/UiQq9keOogqOM6YmNUG M51A== X-Gm-Message-State: AOPr4FVh+T0DKU0AD9cXXb6mkZC4JWuxr+T9YbGxBmni4KyKmcPEUuwYs+tTyfehgeUjf7LM X-Received: by 10.140.249.87 with SMTP id u84mr16590070qhc.80.1461874770870; Thu, 28 Apr 2016 13:19:30 -0700 (PDT) Subject: Re: [PATCH v4] Fix clone (CLONE_VM) pid/tid reset (BZ#19957) To: Adhemerval Zanella , libc-alpha@sourceware.org References: <1461685391-5669-1-git-send-email-adhemerval.zanella@linaro.org> From: Carlos O'Donell Message-ID: <57227050.5040904@redhat.com> Date: Thu, 28 Apr 2016 20:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <1461685391-5669-1-git-send-email-adhemerval.zanella@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-04/txt/msg00737.txt.bz2 On 04/26/2016 11:43 AM, Adhemerval Zanella wrote: > Changes from previous version: > > * Simplify m68k clone.S version (thanks to Andreas Schwab) > * Fixed hppa clone.S syscall call (thanks for Carlos O'Donnel) > * Comments fixes. > v4 looks good to me. I expect you'll send a v5 with Chris Metcalf's changes. Please TO the arch maintainers individually for v5 to make sure they are paying attention and need to validate their changes. -- Cheers, Carlos.