Re: [PATCH] enable translating statx syscalls on more arches

2019-11-13 Thread Laurent Vivier
Le 13/11/2019 à 10:55, Aleksandar Markovic a écrit : > > > On Tuesday, November 12, 2019, Andrew Kelley > wrote: > > ping > > > > Hello, Andrew. > > I just want to advise you to send, if possible, a new version of the > patch, addressing whatt said in his

[PATCH] enable translating statx syscalls on more arches

2019-11-13 Thread Aleksandar Markovic
On Tuesday, November 12, 2019, Andrew Kelley wrote: > ping > > Hello, Andrew. I just want to advise you to send, if possible, a new version of the patch, addressing whatt said in his review. It is better if you send it sooner rather than later, given the stage of our dev cycle. For MIPS

Re: [PATCH] enable translating statx syscalls on more arches

2019-11-12 Thread Laurent Vivier
Le 12/11/2019 à 09:27, Aleksandar Markovic a écrit : > > > On Tuesday, November 12, 2019, Aleksandar Markovic > mailto:aleksandar.m.m...@gmail.com>> wrote: > > > > On Tuesday, November 12, 2019, Andrew Kelley > wrote: > > ping > > On

Re: [PATCH] enable translating statx syscalls on more arches

2019-11-12 Thread Aleksandar Markovic
On Tuesday, November 12, 2019, Aleksandar Markovic < aleksandar.m.m...@gmail.com> wrote: > > > On Tuesday, November 12, 2019, Andrew Kelley wrote: > >> ping >> >> On 10/16/19 5:01 PM, Andrew Kelley wrote: >> > Signed-off-by: Andrew Kelley >> > --- >> > linux-user/aarch64/syscall_nr.h | 13

Re: [PATCH] enable translating statx syscalls on more arches

2019-11-12 Thread Aleksandar Markovic
On Tuesday, November 12, 2019, Andrew Kelley wrote: > ping > > On 10/16/19 5:01 PM, Andrew Kelley wrote: > > Signed-off-by: Andrew Kelley > > --- > > linux-user/aarch64/syscall_nr.h | 13 ++ > > linux-user/arm/syscall_nr.h | 38 > >

Re: [PATCH] enable translating statx syscalls on more arches

2019-11-11 Thread Andrew Kelley
ping On 10/16/19 5:01 PM, Andrew Kelley wrote: > Signed-off-by: Andrew Kelley > --- > linux-user/aarch64/syscall_nr.h | 13 ++ > linux-user/arm/syscall_nr.h | 38 > linux-user/i386/syscall_nr.h| 43 >

Re: [PATCH] enable translating statx syscalls on more arches

2019-10-22 Thread Andrew Kelley
bump On 10/16/19 5:01 PM, Andrew Kelley wrote: > Signed-off-by: Andrew Kelley > --- > linux-user/aarch64/syscall_nr.h | 13 ++ > linux-user/arm/syscall_nr.h | 38 > linux-user/i386/syscall_nr.h| 43 >

[PATCH] enable translating statx syscalls on more arches

2019-10-16 Thread Andrew Kelley
Signed-off-by: Andrew Kelley --- linux-user/aarch64/syscall_nr.h | 13 ++ linux-user/arm/syscall_nr.h | 38 linux-user/i386/syscall_nr.h| 43 linux-user/mips/cpu_loop.c | 6 + linux-user/ppc/syscall_nr.h