[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] enable translating statx syscalls on more arches
From: |
Laurent Vivier |
Subject: |
Re: [PATCH] enable translating statx syscalls on more arches |
Date: |
Tue, 12 Nov 2019 10:21:52 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 |
Le 12/11/2019 à 09:27, Aleksandar Markovic a écrit :
>
>
> On Tuesday, November 12, 2019, Aleksandar Markovic
> <address@hidden <mailto:address@hidden>> wrote:
>
>
>
> On Tuesday, November 12, 2019, Andrew Kelley <address@hidden
> <mailto:address@hidden>> wrote:
>
> ping
>
> On 10/16/19 5:01 PM, Andrew Kelley wrote:
> > Signed-off-by: Andrew Kelley <address@hidden
> <mailto:address@hidden>>
> > ---
> > 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 | 44
> +++++++++++++++++++++++++++++++++
> > 5 files changed, 144 insertions(+)
> >
>
>
> Hello, Andrew.
>
> I support your change, but its title is not appropriate. It should
> have been "linux-user: Update system call code numbers for some
> targets" or similar. Also, you should have mentioned Laurent Vivier
> in cc. Also, are other targets updated? If not, I think you should
> include them as well. Additionally, what was the version (or commit
> number) of the kernel uou used as the reference?
>
> Thanks, Aleksandar
>
>
>
> Forwarding to Laurent.
Thank you Aleksandar,
> Laurent, can this or similar patch be integrated into 4.2? It can be
> viewed as a bug fix, in a way.
>
Yes, but we need in the commit message the release version of the kernel
they come from. Updating the other targets would be great too.
Thanks,
Laurent