Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1338209
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC5 PATCH v6 00/21] ILP32 for ARM64 |
| Date | 2016-02-19 15:10 +0100 |
| Message-ID | <r3TUS-6ct-7@gated-at.bofh.it> (permalink) |
| References | <qQTSG-1KH-7@gated-at.bofh.it> <r3OBQ-2dz-5@gated-at.bofh.it> <r3SYP-5z8-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Friday 19 February 2016 15:59:59 Yury Norov wrote: > On Fri, Feb 19, 2016 at 09:23:35AM +0100, Arnd Bergmann wrote: > > On Friday 19 February 2016 01:35:06 Yury Norov wrote: > > In https://github.com/norov/glibc/commit/5d4290435e428267171ece871539b76e1d079d11 > > you are defining a struct __kernel_stat64 in the glibc. Is this the expected > > way to do it? I would have thought you'd get the definition from the kernel > > headers. > > > > Arnd > > > > Almost all ports define its own struct kernel_stat / kernel_stat64. > in "kernel_header.h" See mips, spark, alpha, i386... Some also define > function xstat_conv or similar. With all that defined, it's expected > that one of generic xstat wrappers will work properly. I tried all, > and noone got working, so I wrote this hack to make it work somehow. I see. I grepped for __kernel_stat64 and couldn't find any other with that name, as the others tend to us slightly different names. I would still think there is something wrong if you need to define your own copy of xstat_conv when the kernel 'struct stat64' is meant to be usable by user space. Shouldn't this work like any other 32-bit architecture now? Arnd
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [RFC5 PATCH v6 00/21] ILP32 for ARM64 Yury Norov <ynorov@caviumnetworks.com> - 2016-02-18 23:40 +0100
Re: [RFC5 PATCH v6 00/21] ILP32 for ARM64 Arnd Bergmann <arnd@arndb.de> - 2016-02-19 09:30 +0100
Re: [RFC5 PATCH v6 00/21] ILP32 for ARM64 Yury Norov <ynorov@caviumnetworks.com> - 2016-02-19 14:10 +0100
Re: [RFC5 PATCH v6 00/21] ILP32 for ARM64 Arnd Bergmann <arnd@arndb.de> - 2016-02-19 15:10 +0100
csiph-web