From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14206 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Petr Vorel Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 1/2] define daddr_t type Date: Fri, 7 Jun 2019 11:21:15 +0200 Message-ID: <20190607092114.GA31924@dell5510> References: <20190607051444.20316-1-petr.vorel@gmail.com> <20190607052850.GO1506@brightrain.aerifal.cx> <20190607055329.GB7177@x230> <20190607055849.GR1506@brightrain.aerifal.cx> <20190607060619.GD7177@x230> <20190607061853.GT1506@brightrain.aerifal.cx> <20190607062848.GE7177@x230> <875zphkgg6.fsf@oldenburg2.str.redhat.com> <20190607074803.GA14651@dell5510> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="244433"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.11.3 (2019-02-01) Cc: musl@lists.openwall.com To: Florian Weimer Original-X-From: musl-return-14222-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 07 11:21:35 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hZB43-0011Sf-H4 for gllmg-musl@m.gmane.org; Fri, 07 Jun 2019 11:21:35 +0200 Original-Received: (qmail 25864 invoked by uid 550); 7 Jun 2019 09:21:33 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 25836 invoked from network); 7 Jun 2019 09:21:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-disposition:in-reply-to:user-agent; bh=GiLgBtulXcPbXhymEsIalX6DNg3EhhvD5HPq7Uo+M/8=; b=KUVffgIoGlwXWrXm35fTNbzTUV4f5P/omjD2n7l3KYyh6OZkzEQItBSpvzCMMSEY6Z Susla2d7QNTHg0QlocDSoScsgv8Sdngd8uGVnp/WHM4r7ckBB5BMrsfruN5nsNBcShC/ E3BB/N+AfNLaDEOMl2a7fRw6vr2OFtPsbF8RZUfwu1xuTvWAqfDPlX+ZGVtaIQ/R2B/s 91M82kJIh88yxAwVQQVT2IdSE0dhsczLOq2fqT+6acDwWuLMhtuV2mRhkpSqW517GgId JMGzQKBlpvOL+scCSfO2zo2pOSufYpyXVHab8ZbYVpFYOUBxtPyFr5dESD9hYthjIe5F LhJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:reply-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=GiLgBtulXcPbXhymEsIalX6DNg3EhhvD5HPq7Uo+M/8=; b=UPcAnYVzdakRljLW8Dgb6gAMoJQmSOkV4BZO0Dhfd76zg50mJAK7WGLBQWGzONVG8+ Sfzk4gfjbbhZa/GH6A//66N0rTUh3msvpVbN5Q+SKEcp/cLJWSgeOPOBCjhStKUKmezt KLHaka4wf3tk1qXJ/ZwOLwnuTptb1h6PLuwaXIwXn7db2dSiVD2tO2iFKCt9ybkJTme+ 7BIJ4222s0JkcWwDHH1W/meK0MqINPvR2M22j/X7k4tUtXpsXsHJHlhLyAwhmhSFTSSY 6FdG15Q835Xjw2D6hgfSbSz5JCbZvRscA4GWlL2DIoQqOlBfdwO9zAwxAq5RGp/rEv64 s0VA== X-Gm-Message-State: APjAAAWGpLMpDynhvcSul0ee/IyjywtnPLhk9EVeCzTTcJ/nbwDJIrDk otfNHVVHuuDrZDD7gvJGURI= X-Google-Smtp-Source: APXvYqwkIZVoXmwf6sDT7l2fbruIonEKwjSyOHg9KF9mIhSLmbVnc0MMDwGZibWduQejIrPp1yzILg== X-Received: by 2002:a65:494a:: with SMTP id q10mr1844097pgs.201.1559899279495; Fri, 07 Jun 2019 02:21:19 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20190607074803.GA14651@dell5510> Xref: news.gmane.org gmane.linux.lib.musl.general:14206 Archived-At: Hi Florian, > > > LTP tests what is in glibc (will test ustat() until it's removed from glibc). > > > I guess fix for mtio.h is still valid, I'll send a patch. > > ustat was removed from glibc 2.28. Therefore, it's missing from the > > csky port, which was added in glibc 2.29. > Thanks! Another reason to add autotools check to LTP. Actually LTP tests __NR_ustat syscall. But still needs the structure. But in that case it makes sense to use __kernel_daddr_t (which was internally used by other libc implementations anyway. Kind regards, Petr