From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 3ECFF1F45E for ; Tue, 11 Feb 2020 19:47:28 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=ZA1nz BZX6Gaya1TuKSJQWD6Yc3E1MUPIpJpSWt+mrpZzQK+6si9GKNE479UnCJjQlEaVk z8gBLX7GKdfE5wOxTgK3EN02VNWRjxDZs72X09m1Ho0JfgOwtTUeAR9OD+pIwKIJ UyJ39ZYvgriL2duzGqhvH+n1IdNHSbJcpDjNx4= 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:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=PRDTCHspIc/ iEG8q6IPol341wj0=; b=FZhaaRvt85tTQT4YuVsLuEmpW2420ZmZziGe34718a5 fmLhiwCVEy9KX1JIcl1q+ZdE4lNo8nvx62Zrf79OaSL0NKe8uVrISFefWnJBNKYx 4hI31GRC56V/cJwli1MG/21nWhLZSe7CCEI2/+0bv5D3R0kjn5I84iABvWuowL9Q = Received: (qmail 22255 invoked by alias); 11 Feb 2020 19:47:26 -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 Received: (qmail 22244 invoked by uid 89); 11 Feb 2020 19:47:24 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: albireo.enyo.de From: Florian Weimer To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 02/15] powerpc: Use Linux kABI for syscall return References: <20200210192038.23588-1-adhemerval.zanella@linaro.org> <20200210192038.23588-2-adhemerval.zanella@linaro.org> <874kvxpe2x.fsf@oldenburg2.str.redhat.com> <871rr1nw3r.fsf@oldenburg2.str.redhat.com> <81646234-6f39-bde0-ace5-482d87dabe0d@linaro.org> Date: Tue, 11 Feb 2020 20:45:58 +0100 In-Reply-To: <81646234-6f39-bde0-ace5-482d87dabe0d@linaro.org> (Adhemerval Zanella's message of "Tue, 11 Feb 2020 10:31:49 -0300") Message-ID: <87lfp8nc09.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain * Adhemerval Zanella: > Hum I just rebase against master (eb948facd8) and it does apply. Why > do you think it does not seem to be apply against master? Never mind, found it, looks like I have trouble reading email today.