Re: [RFC2 PATCH 00/23] ARM64: support ILP32

2016-09-08 Thread Zhangjian (Bamvor)
Hi, Yury On 2016/9/8 19:37, Yury Norov wrote: On Thu, Sep 08, 2016 at 12:25:27PM +0800, Zhangjian (Bamvor) wrote: Hi, Guys There was a discussion about bump vdso version of kernel. We need update the vdso version in glibc correspondingly otherwise the application could not make use of the vdso

Re: [RFC2 PATCH 00/23] ARM64: support ILP32

2016-09-08 Thread Yury Norov
On Thu, Sep 08, 2016 at 12:25:27PM +0800, Zhangjian (Bamvor) wrote: > Hi, Guys > > There was a discussion about bump vdso version of kernel. We need > update the vdso version in glibc correspondingly otherwise the > application could not make use of the vdso. > > Is it make sense to you? > > Reg

Re: [RFC2 PATCH 00/23] ARM64: support ILP32

2016-09-07 Thread Zhangjian (Bamvor)
Hi, Guys There was a discussion about bump vdso version of kernel. We need update the vdso version in glibc correspondingly otherwise the application could not make use of the vdso. Is it make sense to you? Regards Bamvor commit 3ffc1d798fc25ccb02e7cc325fe5fb3890c085e3 Author: Bamvor Jian Zha

Re: [RFC2 PATCH 00/23] ARM64: support ILP32

2016-07-08 Thread Yury Norov
Hi all, I take 2-week vacation from monday, so I'll be not available all the time, and may response with one or two days delay. Yury.

Re: [RFC2 PATCH 00/23] ARM64: support ILP32

2016-07-05 Thread Andreas Schwab
Yury Norov writes: > ABI details: > - types are taken from AARCH32, next types turned to 64-bit, >as modern requirement for new APIs tells: > ino_t is u64 type > off_t is s64 type > blkcnt_t is s64 type > fsblkcnt_t is u64 type > fsfilcnt_t is u

Re: [RFC2 PATCH 00/23] ARM64: support ILP32

2016-06-28 Thread Adhemerval Zanella
Hi Yury, Please address all previous reviews comment and concerns before send a new RFC/patch set. As Joseph pointed out, he raised different question in different patch iterations (some even back from 2014) and there is no point is just resent the same patch without first review such comments.

Re: [RFC2 PATCH 00/23] ARM64: support ILP32

2016-06-28 Thread Joseph Myers
On Tue, 28 Jun 2016, Yury Norov wrote: > - addressed v1 comments (I'm really sorry if I missed something, >there are a lot of them, and I am really thankfull for detailed review); You appear to have ignored most of my comments, including comments carried over from 2014. Please check more t

[RFC2 PATCH 00/23] ARM64: support ILP32

2016-06-28 Thread Yury Norov
This series enables aarch64 port with ilp32 mode. ABI details: - types are taken from AARCH32, next types turned to 64-bit, as modern requirement for new APIs tells: ino_t is u64 type off_t is s64 type blkcnt_t is s64 type fsblkcnt_t is u64 type