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