Re: [PATCH v9 00/24] ILP32 for ARM64

2019-05-08 Thread Yury Norov
Hi all, On Wed, May 16, 2018 at 11:18:45AM +0300, Yury Norov wrote: > This series enables AARCH64 with ILP32 mode. > > As supporting work, it introduces ARCH_32BIT_OFF_T configuration > option that is enabled for existing 32-bit architectures but disabled > for new arches (so 64-bit off_t userspa

Re: [PATCH v9 00/24] ILP32 for ARM64

2019-03-05 Thread Yury Norov
On Wed, May 16, 2018 at 11:18:45AM +0300, Yury Norov wrote: > This series enables AARCH64 with ILP32 mode. > > As supporting work, it introduces ARCH_32BIT_OFF_T configuration > option that is enabled for existing 32-bit architectures but disabled > for new arches (so 64-bit off_t userspace type i

Re: [PATCH v9 00/24] ILP32 for ARM64

2019-01-07 Thread Yuri Norov
On Mon, Jan 07, 2019 at 09:48:44AM -0800, Andy Lutomirski wrote: > > > > On Jan 7, 2019, at 7:50 AM, Yuri Norov wrote: > > > > Hi all, > > > >> On Wed, May 16, 2018 at 11:18:45AM +0300, Yury Norov wrote: > >> This series enables AARCH64 with ILP32 mode. > >> > >> As supporting work, it introd

Re: [PATCH v9 00/24] ILP32 for ARM64

2019-01-07 Thread Yuri Norov
Hi all, On Wed, May 16, 2018 at 11:18:45AM +0300, Yury Norov wrote: > This series enables AARCH64 with ILP32 mode. > > As supporting work, it introduces ARCH_32BIT_OFF_T configuration > option that is enabled for existing 32-bit architectures but disabled > for new arches (so 64-bit off_t userspa

Re: [PATCH v9 00/24] ILP32 for ARM64

2018-07-25 Thread Andreas Schwab
On Jul 24 2018, Yury Norov wrote: > This is the update of the series based on 4.17 kernel > https://github.com/norov/linux/tree/ilp32-4.17 Note that commit 947bd8e7cd (arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64) conflicts with commit 9dd9614f54 (arm64: ssbd: Introduce

[PATCH v9 00/24] ILP32 for ARM64

2018-05-16 Thread Yury Norov
This series enables AARCH64 with ILP32 mode. As supporting work, it introduces ARCH_32BIT_OFF_T configuration option that is enabled for existing 32-bit architectures but disabled for new arches (so 64-bit off_t userspace type is used by new userspace). Also it deprecates getrlimit and setrlimit s

Re: [PATCH v9 00/24] ILP32 for ARM64

2018-05-15 Thread Yury Norov
Hi all, On Tue, May 15, 2018 at 10:11:50PM +0300, Yury Norov wrote: > This series enables AARCH64 with ILP32 mode. > > As supporting work, it introduces ARCH_32BIT_OFF_T configuration > option that is enabled for existing 32-bit architectures but disabled > for new arches (so 64-bit off_t userspa

[PATCH v9 00/24] ILP32 for ARM64

2018-05-15 Thread Yury Norov
This series enables AARCH64 with ILP32 mode. As supporting work, it introduces ARCH_32BIT_OFF_T configuration option that is enabled for existing 32-bit architectures but disabled for new arches (so 64-bit off_t userspace type is used by new userspace). Also it deprecates getrlimit and setrlimit s