From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 979EF3858437 for ; Thu, 27 Jan 2022 14:09:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 979EF3858437 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-572-o69oIeXGPdeB_xTifF_clg-1; Thu, 27 Jan 2022 09:09:36 -0500 X-MC-Unique: o69oIeXGPdeB_xTifF_clg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 059CB8143E5; Thu, 27 Jan 2022 14:09:36 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.192.8]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4BD7F78ABF; Thu, 27 Jan 2022 14:09:35 +0000 (UTC) From: Florian Weimer To: Adhemerval Zanella Cc: Adhemerval Zanella via Libc-alpha Subject: Re: [PATCH v4] linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350) References: <20211222185239.1088511-1-adhemerval.zanella@linaro.org> <8735lh6vqo.fsf@oldenburg.str.redhat.com> <372ae1ee-0163-7bf4-be1c-cc1f13b1a940@linaro.org> <87bl0149i2.fsf@oldenburg.str.redhat.com> <9263a5c2-48c4-a5d1-c159-2f0ee4e26c52@linaro.org> <87y2352try.fsf@oldenburg.str.redhat.com> <699abc23-7e47-a85f-e553-b5a6c0b1f426@linaro.org> <87h79qql4b.fsf@oldenburg.str.redhat.com> <877dalo0ed.fsf@oldenburg.str.redhat.com> <16fe263b-fc7a-81ba-dd0e-0979f071a409@linaro.org> <87tudpmhih.fsf@oldenburg.str.redhat.com> <80c7253b-8669-c692-ea58-625b3802a4d5@linaro.org> Date: Thu, 27 Jan 2022 15:09:33 +0100 In-Reply-To: <80c7253b-8669-c692-ea58-625b3802a4d5@linaro.org> (Adhemerval Zanella's message of "Thu, 27 Jan 2022 10:55:34 -0300") Message-ID: <87pmodmfs2.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 27 Jan 2022 14:09:41 -0000 * Adhemerval Zanella: > On 27/01/2022 10:32, Florian Weimer wrote: >> * Adhemerval Zanella: >> >>>> Right, I expected something like that, which is why I insisted on adding >>>> the time64 symbol aliases. >>> >>> I can work on a patch for 2.35 if you think this is really required. Another >>> options would just to remove the MSG_CTRUNC fro 2.35. >> >> I really want that fix, but I think we can backport it just after the >> release. > > Right, which fix exactly: the new time64 recvmsg/recvmmsg The split between time32 and time64 recvmsg/recvmmsg. Thanks, Florian