From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FA2338582BB; Sun, 30 Oct 2022 18:24:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FA2338582BB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667154254; bh=Lq6DRL1I524ebLJt2h0QzN7VXYwN4hACM2XyB3CDEiU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YtmRnwmtgyN5LHIhTLo2TQ1nUB5qxXoaEHZZhj+B9SQIkVPeGmpyS3Dgro2NW2nJv xx/hND077o3kEallFrtpnR4Sw8ffrtlBrJXVPa9gLCPNJ0Y6/j7eHsEbqLGNSbYwjm 7pYvHkzwzaz07gexdMf7Y2xbmdvsN/Gop/lAdj8g= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/29730] broken y2038 support in fstatat on MIPS N64 Date: Sun, 30 Oct 2022 18:24:14 +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: adhemerval.zanella at linaro dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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 #10 from Adhemerval Zanella --- (In reply to Aurelien Jarno from comment #9) > (In reply to YunQiang Su from comment #6) > > It seems that the altering of in_time_t_range to in fact int32_t, also > > breaks something like=20 > > __clock_adjtime > > on all 64bit system. >=20 > Do you have more details about that? Do you mean all 64-bit systems > including MIPS and non-MIPS? In that case the patch from Adhemerval would > not fix everything. The stat on MIPS is an outlier (as everything for mips it seems) where the userland non-LFS struct stat defers from LFS struct stat. --=20 You are receiving this mail because: You are on the CC list for the bug.=