From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from coral.elm.relay.mailchannels.net (coral.elm.relay.mailchannels.net [23.83.212.39]) by sourceware.org (Postfix) with ESMTPS id 1B8803858C27 for ; Thu, 15 Apr 2021 05:15:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1B8803858C27 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 03A2C121F65; Thu, 15 Apr 2021 05:15:50 +0000 (UTC) Received: from pdx1-sub0-mail-a91.g.dreamhost.com (100-96-11-98.trex.outbound.svc.cluster.local [100.96.11.98]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 65181121D52; Thu, 15 Apr 2021 05:15:49 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a91.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.11.98 (trex/6.1.1); Thu, 15 Apr 2021 05:15:49 +0000 X-MC-Relay: Good X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Vacuous-Scare: 06cf24b944efc4fb_1618463749654_1008681552 X-MC-Loop-Signature: 1618463749654:533256058 X-MC-Ingress-Time: 1618463749654 Received: from pdx1-sub0-mail-a91.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a91.g.dreamhost.com (Postfix) with ESMTP id 25FBC7E3BD; Wed, 14 Apr 2021 22:15:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:from :to:references:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=SIh+qS kzt39FULwwqSkLdEVC9vQ=; b=N49eYts9DapbL5jRptBdP1IEmawccoyjrG0t65 taJo/vzIFqDye2xppi7YAf/CqKGXt6I73nKfB+Kk67kRjlHz3sLc1ABY0wvoEPA+ 1ZzxCt84PVygbeSQFPMA/Cgzu2b86FFE32EV/PSoz9XUT7ogR6nLnukQyNsK+9JL dwg2g= Received: from [192.168.1.111] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a91.g.dreamhost.com (Postfix) with ESMTPSA id BA9EE7E3C3; Wed, 14 Apr 2021 22:15:47 -0700 (PDT) Subject: Re: [PATCH 01/15] io: Move file timestamps tests out of Linux X-DH-BACKEND: pdx1-sub0-mail-a91 From: Siddhesh Poyarekar To: Adhemerval Zanella , libc-alpha@sourceware.org References: <20210323134458.2563022-1-adhemerval.zanella@linaro.org> <20210323134458.2563022-2-adhemerval.zanella@linaro.org> <72ea9269-9e7a-8b3d-67c0-2f5fae5528c0@gotplt.org> Message-ID: <2af0c850-b317-c1fa-5dbb-4b0c1547893e@gotplt.org> Date: Thu, 15 Apr 2021 10:45:41 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <72ea9269-9e7a-8b3d-67c0-2f5fae5528c0@gotplt.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3028.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 05:15:52 -0000 On 4/15/21 10:34 AM, Siddhesh Poyarekar wrote: > On 3/23/21 7:14 PM, Adhemerval Zanella via Libc-alpha wrote: >> Now that libsupport abstract Linux possible missing support (either >> due FS limitation that can't handle 64 bit timestamp or architectures >> that do not handle values larger than unsigned 32 bit values) the >> tests can be turned generic. >> >> Checked on x86_64-linux-gnu and i686-linux-gnu.=C2=A0 I also built the >> tests for i686-gnu. >=20 > OK. >=20 > Reviewed-by: Siddhesh Poyarekar >=20 I should mention that I had to fix up the patch before commit because=20 sysdeps/unix/sysv/linux/Makefile had changed. It was a trivial change=20 though. Siddhesh