[PATCH 0/2] linux-user: handle /proc/self/exe with execve() syscall

Laurent Vivier posted 2 patches 1 year, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220925161527.374593-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/main.c           |  9 +++++++--
linux-user/syscall.c        | 12 +++++++++---
linux-user/user-internals.h |  1 +
3 files changed, 17 insertions(+), 5 deletions(-)
[PATCH 0/2] linux-user: handle /proc/self/exe with execve() syscall
Posted by Laurent Vivier 1 year, 7 months ago
Use execfd to re-exectute the binary from /proc/self/exe

Fix do_openat() that should not use execfd.

Laurent Vivier (2):
  linux-user: handle /proc/self/exe with execve() syscall
  linux-user: don't use AT_EXECFD in do_openat()

 linux-user/main.c           |  9 +++++++--
 linux-user/syscall.c        | 12 +++++++++---
 linux-user/user-internals.h |  1 +
 3 files changed, 17 insertions(+), 5 deletions(-)

-- 
2.37.3