Re: [PATCH v2] linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]

2021-06-05 Thread Laurent Vivier
Le 17/05/2021 à 07:52, Philippe Mathieu-Daudé a écrit : > Keep bitmask_transtbl in .rodata by marking the arrays const. > > Reviewed-by: Laurent Vivier > Reviewed-by: Richard Henderson > Reviewed-by: Bin Meng > Signed-off-by: Philippe Mathieu-Daudé > --- > linux-user/syscall.c | 4 ++-- > 1 f

Re: [PATCH v2] linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]

2021-05-25 Thread Philippe Mathieu-Daudé
ping? (patch reviewed) On 5/17/21 7:52 AM, Philippe Mathieu-Daudé wrote: > Keep bitmask_transtbl in .rodata by marking the arrays const. > > Reviewed-by: Laurent Vivier > Reviewed-by: Richard Henderson > Reviewed-by: Bin Meng > Signed-off-by: Philippe Mathieu-Daudé > --- > linux-user/syscall

[PATCH v2] linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]

2021-05-16 Thread Philippe Mathieu-Daudé
Keep bitmask_transtbl in .rodata by marking the arrays const. Reviewed-by: Laurent Vivier Reviewed-by: Richard Henderson Reviewed-by: Bin Meng Signed-off-by: Philippe Mathieu-Daudé --- linux-user/syscall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/sysc