Re: [PATCH] linux-user: fix translation of statx structures

2019-11-25 Thread Laurent Vivier
Le 22/11/2019 à 18:40, Ariadne Conill a écrit : > All timestamps were copied to atime instead of to their respective > fields. > > Signed-off-by: Ariadne Conill > --- > linux-user/syscall.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/linux-user/syscall.

Re: [PATCH] linux-user: fix translation of statx structures

2019-11-22 Thread Ariadne Conill
Hello, On Fri, Nov 22, 2019 at 12:27 PM Aleksandar Markovic wrote: > > On Fri, Nov 22, 2019 at 7:22 PM Ariadne Conill > wrote: > > > > All timestamps were copied to atime instead of to their respective > > fields. > > > > Signed-off-by: Ariadne Conill > > --- > > What a bug. Yes, in Alpine qe

Re: [PATCH] linux-user: fix translation of statx structures

2019-11-22 Thread Laurent Vivier
Le 22/11/2019 à 18:40, Ariadne Conill a écrit : > All timestamps were copied to atime instead of to their respective > fields. > > Signed-off-by: Ariadne Conill > --- > linux-user/syscall.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/linux-user/syscall.

Re: [PATCH] linux-user: fix translation of statx structures

2019-11-22 Thread Philippe Mathieu-Daudé
On 11/22/19 7:27 PM, Aleksandar Markovic wrote: On Fri, Nov 22, 2019 at 7:22 PM Ariadne Conill wrote: All timestamps were copied to atime instead of to their respective fields. Fixes: efa921845c0 Signed-off-by: Ariadne Conill --- What a bug. Laurent, perhaps a good candidate for 4.2?

Re: [PATCH] linux-user: fix translation of statx structures

2019-11-22 Thread Aleksandar Markovic
On Fri, Nov 22, 2019 at 7:22 PM Ariadne Conill wrote: > > All timestamps were copied to atime instead of to their respective > fields. > > Signed-off-by: Ariadne Conill > --- What a bug. Laurent, perhaps a good candidate for 4.2? Thanks for submitting this, Ariadne Conill! Reviewed-by: Aleksa

[PATCH] linux-user: fix translation of statx structures

2019-11-22 Thread Ariadne Conill
All timestamps were copied to atime instead of to their respective fields. Signed-off-by: Ariadne Conill --- linux-user/syscall.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index ce399a55f0..171c0caef3 100644 --- a