qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 4/5] linux-user/syscall: Extract do_execve() from do_sysca


From: Laurent Vivier
Subject: Re: [PATCH v5 4/5] linux-user/syscall: Extract do_execve() from do_syscall1()
Date: Wed, 25 Jan 2023 10:36:22 +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 :
From: Drew DeVault <sir@cmpwn.com>

execve() is a particular case of execveat(). In order
to add do_execveat(), first factor do_execve() out.

Signed-off-by: Drew DeVault <sir@cmpwn.com>
Message-Id: <20221104081015.706009-1-sir@cmpwn.com>
[PMD: Split of bigger patch, filled description, fixed style]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  linux-user/syscall.c | 211 +++++++++++++++++++++++--------------------
  1 file changed, 114 insertions(+), 97 deletions(-)


Reviewed-by: Laurent Vivier <laurent@vivier.eu>





reply via email to

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