Re: [PATCH v2] linux: Fix stat layout divergence under pre-POSIX.1-2008 macros [BZ #32119]
Adhemerval Zanella Netto <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 17/08/26 06:09, Matthias Goergens wrote: > I ran tst-stat-layout-time64 against v2 on two configurations: > > - x86_64-linux-gnu, gcc 16.2, native build: PASS > - arm-linux-gnueabihf, gcc 14.2 (Debian cross compiler on a Raspberry > Pi 4): PASS > > The armhf run covers the __stat64_t64 unification this version adds > after the v1 CI regression. One note: the Makefile hunk needed manual > application on current master (04e750e7) — the tst-sched-consts context > above it has drifted — so v3 may want a rebase. > > Tested-by: Matthias Goergens <[email protected]> Thanks for checking on this, but I misunderstood Florian remark on the Monday call and used the largest struct size, where Florian suggested the latest one. I will send a v3 for follow this.