qemu-devel
[Top][All Lists]
Advanced

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

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


From: Laurent Vivier
Subject: [PATCH 0/2] linux-user: handle /proc/self/exe with execve() syscall
Date: Sun, 25 Sep 2022 18:15:25 +0200

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




reply via email to

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