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=-4.2 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,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 DB8E11F463 for ; Sat, 14 Sep 2019 16:26: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:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=V5N6 6jV4CTJWS57yokOK6mxPGIfUMDOepvRlfatOK02pVseBQtP1sM535/7hKhjKv7OH fCNGHF6JUYt2O9WFR8XU9F9xfz9NzycQ77xf7jZy1LxHg+MK1Mdu//45nSKSe1Xh VCoi8piImZ9IMeCUcohXN3GF49/izHBO2h8ARYY= 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:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=DxiFxkTmfo XA95gQoTyDdP0x8Ok=; b=VZx6tb1r1nznMWfQuIT2JElH41PR/q03LGIok1lWkB jdidILsJ5UzMGMFEUbJgcJP8qLVtj82jJeh4o6OLjLPUB6syTMowWAj2bVmPLNir SZeKe4o1v3O1xTALgttMoEJnYdi+CAHMzGOHPceUH1LocFdCBDp3uRacPS62XOjn 4= Received: (qmail 53374 invoked by alias); 14 Sep 2019 16:26: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 53365 invoked by uid 89); 14 Sep 2019 16:26:26 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: hall.aurel32.net Date: Sat, 14 Sep 2019 18:26:20 +0200 From: Aurelien Jarno To: Zack Weinberg Cc: Florian Weimer , GNU C Library , Richard Henderson Subject: Re: [PATCH] alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986] Message-ID: <20190914162620.GA2961@aurel32.net> Mail-Followup-To: Zack Weinberg , Florian Weimer , GNU C Library , Richard Henderson References: <20190910105331.25628-1-aurelien@aurel32.net> <875zm01jpz.fsf@oldenburg2.str.redhat.com> <20190910145826.GA3465@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) On 2019-09-10 11:44, Zack Weinberg wrote: > On Tue, Sep 10, 2019 at 10:58 AM Aurelien Jarno wrote: > > On 2019-09-10 13:20, Florian Weimer wrote: > > > * Aurelien Jarno: > > > > > > > Changelog: > > > > [BZ #24986] > > > > * sysdeps/unix/alpha/getegid.S: Move to ... > > > > * sysdeps/unix/sysv/linux/alpha/getegid.S: ... here. > > > > * sysdeps/unix/alpha/geteuid.S: Move to ... > > > > * sysdeps/unix/sysv/linux/alpha/geteuid.S: ... here. > > > > * sysdeps/unix/alpha/getppid.S: Move to ... > > > > * sysdeps/unix/sysv/linux/alpha/getppid.S: ... here > > > > > > Looks reasonable to me. > > > > The other alternative instead of moving the files is to add those files > > with a simple #include . It's the strategy > > chosen for pipe.S for example. > > What are the odds that a hypothetical future port to Alpha with a > non-Linux kernel would want to use these files, though? If they're > not likely to be wanted, moving the files is simpler. There is already little interest for the Linux kernel port, so I really doubt a non-Linux kernel port will happen. I have therefore committed the patch. -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurelien@aurel32.net http://www.aurel32.net