From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3447D3858C20; Sat, 29 Oct 2022 17:16:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3447D3858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667063800; bh=q90G8CrVo+HqNzxEMcXd4c4tk1C2a76foIw0jRhB/1Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lFQ4keK5LrBkUOWpZyvbmsGkBKCzqx87WpuyDrtUUrRC4aSFiwLGQTw0og7wQogs6 UnAeU8ZGF+yl8P0aQBfNaO9DE+cOEeWRy3Sf8UnmljWx2QZGUVBL6Hcd5fxp0XbJvO ZFMVIB6vZ/4/ayp6Taq4YypuGVm6GO1+LiLywSTU= From: "syq at debian dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/29730] broken y2038 support in fstatat on MIPS N64 Date: Sat, 29 Oct 2022 17:16: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: syq at debian 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 #2 from YunQiang Su --- I think that we should revert this patch, and make OpenRISC and RV32 to use statx just MIPS N64 did. In fact, on kernel_stat on MIPS N64, the time in kernel_stat is uint32_t. And we switch to use statx instead of fstat* syscall. I think that OpenRISC and RV32 should do the same thing. --=20 You are receiving this mail because: You are on the CC list for the bug.=