qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 0/5] linux-user: implement execveat


From: Laurent Vivier
Subject: Re: [PATCH v5 0/5] linux-user: implement execveat
Date: Wed, 25 Jan 2023 10:46:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Le 04/11/2022 à 18:36, Philippe Mathieu-Daudé a écrit :
As I was reviewing this patch from Drew:
https://lore.kernel.org/qemu-devel/20221104081015.706009-1-sir@cmpwn.com/
and it was too big for my review standards, I split it into smaller
steps. Since the result can help the other reviewers, post it.

Since v4:
- Constify struct flags
- Split Drew's patch in 4

Drew DeVault (4):
   linux-user/strace: Extract print_execve_argv() from print_execve()
   linux-user/strace: Add output for execveat() syscall
   linux-user/syscall: Extract do_execve() from do_syscall1()
   linux-user/syscall: Implement execveat()

Philippe Mathieu-Daudé (1):
   linux-user/strace: Constify struct flags

  linux-user/strace.c    | 134 +++++++++++++++----------
  linux-user/strace.list |   2 +-
  linux-user/syscall.c   | 216 ++++++++++++++++++++++-------------------
  3 files changed, 201 insertions(+), 151 deletions(-)


Applied to my linux-user-for-8.0 branch.

Thanks,
Laurent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]