Dear Community, Please find the list of patches necessary for providing Y2038 support on ports with __WORDSIZE == 32 && __TIMESIZE != 64 (like e.g. armv7a). 1. The stat needs to have proper helper function exported [1]. 2. The exported msqid_ds needs to be adjusted [2] and internal copy of it is necessary [3][4]. The most up to date branch with Y2038 support [5] also includes some new tests (also Y2038 specific for glibc). Tests, which are going to be ported to glibc test suite, can be found here [6]. They reuse the cross-test-ssh.sh script to run on 32 bit ARM VM. The branch [5] also includes some enhancements for the aforementioned script. Links: [1] - https://github.com/lmajewski/y2038_glibc/commit/54318a2d434ae773786df2dda1665801ef8756b8 [2] - https://github.com/lmajewski/y2038_glibc/commit/dc5fc16439d61b45c16a8e97c2b2bbf43f3b07b7 [3] - https://github.com/lmajewski/y2038_glibc/commit/45fd003e9f92aa88864ad8240fc97ae150711cea [4] - https://github.com/lmajewski/y2038_glibc/commit/19ca132bea12a77c89e117f0850895ec0afccf18 [5] - https://github.com/lmajewski/y2038_glibc/commits/y2038_edge [6] - https://github.com/lmajewski/y2038-tests/commits/master Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de