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,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 2D61F1F464 for ; Thu, 19 Sep 2019 21:29:03 +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:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=xXE+l uF6N38fjrW4fjFobo7Yqe0hkuGDjRMqa+DO0KHZGnvMxmH4Rx54AQILTWYnvUWKC jyBPy/c9P8f5YFKGL9P/NhWrzinCRhPfuZMrHAVg/VBxyV1Z9UIr3wkptZrOR22+ /OvRTBnagDfK7BsyX0UxtoaGAb2DfBhp0YCT+I= 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:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=Y7Zw2BW0mJu xmxNiCbL5bOXxHRM=; b=qnaTxKU8mzCp5g0Mx0KXAxxiya2b9jyx2M2xjMxzxAs ZzcagKgdvcUfKg8G9lxdsi9bER4z1XoeglqhYRj0LKnmPxNGcu8TG3CRFEXhRFXh rn1KF4w1jxPa3ywjbfAFRsrTUOYF1+RTkH74U5skQVAkkHULBHyxzS+SxauGTNAg = Received: (qmail 72634 invoked by alias); 19 Sep 2019 21:29:00 -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 72567 invoked by uid 89); 19 Sep 2019 21:28:59 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa4.mentor.iphmx.com IronPort-SDR: qTaIlIqhSxelLkijFMAoB5SfRD2+w+nlD7hLcDH55VmCI3E1Jd1UWI+uKGoMJmJrkYcrZnIxuH zUNCr39Q/LmKwZ60uG0iZaxgtYPZB8z9vXui9n0MxMMgMl/OIAC4QIaE4sZFCspUy7sPqqgx7R 5RFslBmQ1DV0onUM+IL3jLClmb4bC+aF5Lz5k09TIbX8u/lrP02w+492m6i58q/032Nt9Z2psx dCx7ENn0+SmgmXfamiAuW8CrDS9SndWDKAgcKR/v5L3EMwtFnI9vrfpevVBLX5iqrNSAOhN3dE 9v4= IronPort-SDR: Brp7CykmPCsj++tnrayzTD/RwhLDTo4plwY9Xvp2Ig6e/MnOL9r1Kx7LS3CINg7wzxldbZbMXH HhFFIzSYuMy8L7uzKFW2Odc/ikizoq+PzKjeeDQamO8YgyWVUBk5kfhGKdHq5qjqcI6XxFHm0W yny8EJFWT79iPJWBXfBXXo6kVZJ8l3KVnnbSx4VFXiGga+JweE+mj1WVbHKGBsmlY5r/RNcTES iQi0E2Jjb+/IIOUY8cCf6BTA8uh/X4dVyYCW9sUVaB3OYvfsHppg17FMFYDWIRAwTuvBwVdQUr 5V8= Date: Thu, 19 Sep 2019 21:28:50 +0000 From: Joseph Myers To: Lukasz Majewski CC: Alistair Francis , Alistair Francis , Zack Weinberg , Arnd Bergmann , GNU C Library , Adhemerval Zanella , Florian Weimer , Carlos O'Donell , Stepan Golosunov Subject: Re: [PATCH v8 2/3] y2038: Provide conversion helpers for struct __timespec64 In-Reply-To: <20190919232106.160135df@jawa> Message-ID: References: <20190918211603.8444-1-lukma@denx.de> <20190918211603.8444-3-lukma@denx.de> <20190919232106.160135df@jawa> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Thu, 19 Sep 2019, Lukasz Majewski wrote: > I will wait for your review of patch 3/3 of this series ( the one which > converts clock_settime to use __clock_settime64 internally) and send v9 > with adjusted comments. Please send the new version (after committing patch 1) without waiting for such a review. (At least the proposed commit message for patch 3 should be revised to give more details of the configurations in which it was tested, even if you don't have any changes for the patch itself at this time.) -- Joseph S. Myers joseph@codesourcery.com