Re: [PATCH v2 09/10] linux-user: clean-up padding on /proc/self/maps

2020-04-02 Thread Richard Henderson
On 4/1/20 2:47 AM, Alex Bennée wrote: > Don't use magic spaces, calculate the justification for the file > field like the kernel does with seq_pad. > > Signed-off-by: Alex Bennée > --- > linux-user/syscall.c | 32 +++- > 1 file changed, 19 insertions(+), 13 deletions(

[PATCH v2 09/10] linux-user: clean-up padding on /proc/self/maps

2020-04-01 Thread Alex Bennée
Don't use magic spaces, calculate the justification for the file field like the kernel does with seq_pad. Signed-off-by: Alex Bennée --- linux-user/syscall.c | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/s