Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621550
| From | Florian Weimer <fweimer@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v7 resend 00/20] ILP32 for ARM64 |
| Date | 2017-04-11 20:50 +0200 |
| Message-ID | <tv91v-2ie-9@gated-at.bofh.it> (permalink) |
| References | <tjx9f-7F0-11@gated-at.bofh.it> <tv2jn-6mt-5@gated-at.bofh.it> <tv2jn-6mt-3@gated-at.bofh.it> <tv91v-2ie-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 04/11/2017 08:36 PM, Yury Norov wrote: >> Also, the latest benchmarks I've seen were mostly for user space >> while I'm more concerned with the user-kernel interface >> (https://marc.info/?l=linux-arm-kernel&m=148690490713310&w=2). > >> On the glibc testing side, have the regressions been identified/fixed? > > I run LTP for testing the ABI and kernel, and there is no failures in > ltplite scenario. With glibc testsuite, there's only 3 failures > comparing to lp64. (Steve, fix me if something changed.) This is > slides on ilp32 from Linaro Connect, hope you'll find it useful. > > https://docs.google.com/presentation/d/1TKZqgH0XJUgMMGkw2fJA3Lzr57slht1sGKYJVBJTNM4/edit?usp=sharing The listed failures are: misc/tst-sync_file_range nptl/tst-stack4 malloc/tst-mallocstate If necessary, I will fix malloc/tst-mallocstate once there's support for a new architecture in build-many-glibcs.py. The failure is architecture-independent, it's related to the lack of a compat symbol and the difficulty of checking for that at the Makefile or test level. nptl/tst-stack4 is also a generic failure, I think. misc/tst-sync_file_range is probably a real failure related to argument passing. I think this system call was problematic on other architectures, too. Thanks, Florian (Sorry for the wide Cc: list despite the glibc content.)
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v7 resend 00/20] ILP32 for ARM64 Catalin Marinas <catalin.marinas@arm.com> - 2017-04-11 13:40 +0200 Re: [PATCH v7 resend 00/20] ILP32 for ARM64 Andreas Schwab <schwab@suse.de> - 2017-04-11 14:00 +0200 Re: [PATCH v7 resend 00/20] ILP32 for ARM64 Florian Weimer <fweimer@redhat.com> - 2017-04-11 20:50 +0200
csiph-web