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

2018-10-13 Thread Catalin Marinas
On Sat, Oct 13, 2018 at 04:07:31AM +0200, Eugene Syromiatnikov wrote: > On Wed, Oct 10, 2018 at 03:39:07PM +0100, Szabolcs Nagy wrote: > > On 10/10/18 15:10, Eugene Syromiatnikov wrote: > > > * What's the reasoning behind capping syscall arguments to 32 bit? x32 > > >and MIPS N32 do not have s

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

2018-10-13 Thread Catalin Marinas
On Sat, Oct 13, 2018 at 04:14:16AM +0200, Eugene Syromiatnikov wrote: > On Wed, Oct 10, 2018 at 04:36:56PM +0100, Catalin Marinas wrote: > > On Wed, Oct 10, 2018 at 04:10:21PM +0200, Eugene Syromiatnikov wrote: > > > I have some questions regarding AArch64 ILP32 implementation for which I > > > fai

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

2018-10-13 Thread Yury Norov
On Sat, Oct 13, 2018 at 10:34:11AM +0100, Catalin Marinas wrote: > > Lines: 73 > > External Email > > On Sat, Oct 13, 2018 at 04:14:16AM +0200, Eugene Syromiatnikov wrote: > > On Wed, Oct 10, 2018 at 04:36:56PM +0100, Catalin Marinas wrote: > > > On Wed, Oct 10, 2018 at 04:10:21PM +0200, Eugene

Re: [PATCH v13 04/11] cpuset: Add new v2 cpuset.sched.partition flag

2018-10-13 Thread kbuild test robot
/linux/commits/Waiman-Long/cpuset-Enable-cpuset-controller-in-default-hierarchy/20181013-213352 base: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-next config: i386-randconfig-x078-201840 (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the

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

2018-10-13 Thread Andy Lutomirski
> On Oct 13, 2018, at 2:34 AM, Catalin Marinas wrote: > >> On Sat, Oct 13, 2018 at 04:14:16AM +0200, Eugene Syromiatnikov wrote: >>> On Wed, Oct 10, 2018 at 04:36:56PM +0100, Catalin Marinas wrote: On Wed, Oct 10, 2018 at 04:10:21PM +0200, Eugene Syromiatnikov wrote: I have some question

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

2018-10-13 Thread Andy Lutomirski
On Wed, May 16, 2018 at 1:19 AM 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 is used b