From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F08B138582A6; Wed, 2 Nov 2022 16:35:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F08B138582A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667406945; bh=Vk7mqCBET32LBaHRCntuAC/9unXUX1B8YRzkQjfdXKw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GlRX2nFCPAWHxbMuVU1jQ2XDoKlHZVRkrRE+ePgWgvXYUJP8S/H09HBtoP4K0HbsH rjPlN2Fes/BOMDcbDFareRCGRsTCzPTKijpTgYJv3O/PVXfvV5EDxORpHXFiax4fXH o9Z/XVfosewvsFl6RHARP2SXv5PBWp7nFLlJsFeg= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/29730] broken y2038 support in fstatat on MIPS N64 Date: Wed, 02 Nov 2022 16:35:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.37 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29730 --- Comment #26 from cvs-commit at gcc dot gnu.org --- The release/2.36/master branch has been updated by Aurelien Jarno : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Ddd4131c8322891a0ad7= cfb661efa41aecc02b581 commit dd4131c8322891a0ad7cfb661efa41aecc02b581 Author: Aurelien Jarno Date: Tue Nov 1 20:43:55 2022 +0100 linux: Fix fstatat on MIPSn64 (BZ #29730) Commit 6e8a0aac2f883 ("time: Fix overflow itimer tests on 32-bit systems") changed in_time_t_range to assume a 32-bit time_t. This broke fstatat on MIPSn64 that was using it with a 64-bit time_t due to difference between stat and stat64. This commit fix that by adding a MIPSn64 specific version, which bypasses the EOVERFLOW tests. Resolves: BZ #29730 Reviewed-by: Adhemerval Zanella (cherry picked from commit 7457b7eef8dfe8cc48e55b9f9837df6dd397b80d) --=20 You are receiving this mail because: You are on the CC list for the bug.=