From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93AAD385AC27; Wed, 2 Nov 2022 15:38:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93AAD385AC27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667403517; bh=LkVfwJwh3DNnBadVD+9Nejy+Z4cah3UQTHY1UzYrmxE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wJ8ecaSbm0hWp48tHcP7uYA07gpsdbHL5wVCFQFy70OW95uer9THf/+bQcEe+AnAL PgBtNc7TLeli143V6MVVlGXjUa4N1uKtIOf8vaPDnS94Og+tp4tQohaSnPcdijdPAv ctCAk46b4Gis5DceUs3LHpxZNAWxXiZ9MSpKeum8= From: "aurelien at aurel32 dot net" To: glibc-bugs@sourceware.org Subject: [Bug libc/29730] broken y2038 support in fstatat on MIPS N64 Date: Wed, 02 Nov 2022 15:37:53 +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: aurelien at aurel32 dot net 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: target_milestone bug_status resolution 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 Aurelien Jarno changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.37 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #24 from Aurelien Jarno --- Fixed by this commit: commit 7457b7eef8dfe8cc48e55b9f9837df6dd397b80d (HEAD -> master, origin/mas= ter, origin/HEAD) 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=