Re: [PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap.c

2023-08-22 Thread Warner Losh
On Sun, Aug 20, 2023 at 2:44 PM Richard Henderson < richard.hender...@linaro.org> wrote: > Rename from do_* to target_*. Fix some minor checkpatch errors. > > Signed-off-by: Richard Henderson > --- > linux-user/user-mmap.h | 4 ++ > linux-user/mmap.c | 138 +++

Re: [PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap.c

2023-08-20 Thread Philippe Mathieu-Daudé
On 20/8/23 22:44, Richard Henderson wrote: Rename from do_* to target_*. Fix some minor checkpatch errors. Signed-off-by: Richard Henderson --- linux-user/user-mmap.h | 4 ++ linux-user/mmap.c | 138 +++ linux-user/syscall.c | 143 ++

[PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap.c

2023-08-20 Thread Richard Henderson
Rename from do_* to target_*. Fix some minor checkpatch errors. Signed-off-by: Richard Henderson --- linux-user/user-mmap.h | 4 ++ linux-user/mmap.c | 138 +++ linux-user/syscall.c | 143 ++--- 3 files changed, 14