qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-user: handle /proc/self/exe with execve() syscall
@ 2022-09-25 16:15 Laurent Vivier
  2022-09-25 16:15 ` [PATCH 1/2] " Laurent Vivier
  2022-09-25 16:15 ` [PATCH 2/2] linux-user: don't use AT_EXECFD in do_openat() Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Laurent Vivier @ 2022-09-25 16:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-25 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-25 16:15 [PATCH 0/2] linux-user: handle /proc/self/exe with execve() syscall Laurent Vivier
2022-09-25 16:15 ` [PATCH 1/2] " Laurent Vivier
2022-09-25 16:15 ` [PATCH 2/2] linux-user: don't use AT_EXECFD in do_openat() Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).