Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1431789
| From | Andreas Schwab <schwab@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family |
| Date | 2016-06-27 10:00 +0200 |
| Message-ID | <rOzCx-5JR-3@gated-at.bofh.it> (permalink) |
| References | <rMoBA-2OV-31@gated-at.bofh.it> <rMpxE-3qk-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Yury Norov <ynorov@caviumnetworks.com> writes: > From: Yury Norov <yury.norov@gmail.com> > > stat and statfs structures has their layouts identical to lp64 > after changing off_t, ino_t etc sizes to 64-bit. It means we can > pass it to kernel same way as lp64 does. > > Signed-off-by: Yury Norov <ynorov@caviumnetworks.com> > --- > sysdeps/unix/sysv/linux/aarch64/bits/stat.h | 195 +++++++++++++++++++++ > sysdeps/unix/sysv/linux/aarch64/bits/statfs.h | 72 ++++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs.c | 29 +++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs64.c | 72 ++++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat.c | 51 ++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat64.c | 54 ++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat.c | 48 +++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat64.c | 52 ++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/lxstat.c | 47 +++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/statfs.c | 30 ++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/statfs64.c | 29 +++ > sysdeps/unix/sysv/linux/aarch64/ilp32/xstat.c | 47 +++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/xstat64.c | 47 +++++ > 13 files changed, 773 insertions(+) > create mode 100644 sysdeps/unix/sysv/linux/aarch64/bits/stat.h > create mode 100644 sysdeps/unix/sysv/linux/aarch64/bits/statfs.h > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/lxstat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/statfs.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/statfs64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/xstat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/xstat64.c This is missing lxstat64. Without that the perl testsuite fails. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family Andreas Schwab <schwab@suse.de> - 2016-06-27 10:00 +0200
csiph-web