From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4EEFF385702E; Wed, 2 Nov 2022 18:12:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EEFF385702E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667412741; bh=DBv+TE3JJt9p6N7Oh57mkc0a0iAZkpmutn5tHsiPKuE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OxEVBkIjYVnll4wYOJZnljhLlCtoCghKSJD3oHCXZ6B1O9tWE77gGO+84NxtHdCGX PYXfxvIgIC42tKRqIYWdGGLh/msnJ+DkZrvVj7eMQ839mxkyI3rJre1H22dydfxHO+ 8KkDoiV1mIJE4eSCyWcT98c5M9mNyarf8HisN8UI= 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 18:12:15 +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 #27 from cvs-commit at gcc dot gnu.org --- The release/2.35/master branch has been updated by Aurelien Jarno : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Dcbfe89a675a37ac8e7d= 0e0051e084e090ad240bb commit cbfe89a675a37ac8e7d0e0051e084e090ad240bb 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.=