qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-user: Fix handling when AT_EXECFD is 0
@ 2024-07-21  9:08 Vivian Wang
  2024-07-21  9:08 ` [PATCH 1/2] util/getauxval: Ensure setting errno if not found Vivian Wang
  2024-07-21  9:08 ` [PATCH 2/2] linux-user/main: Check errno when getting AT_EXECFD Vivian Wang
  0 siblings, 2 replies; 8+ messages in thread
From: Vivian Wang @ 2024-07-21  9:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Vivian Wang, Richard Henderson, Laurent Vivier

Found when trying to build coreutils under linux-user as binfmt_misc
interpreter with "open-binary" flag.

I'm unsure whether the version detection in patch 1 makes sense. Please
advise on how to handle situations like this.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2448

Vivian Wang (2):
  util/getauxval: Ensure setting errno if not found
  linux-user/main: Check errno when getting AT_EXECFD

 linux-user/main.c |  3 ++-
 util/getauxval.c  | 14 ++++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

--
2.45.1



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

end of thread, other threads:[~2024-07-22 23:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-21  9:08 [PATCH 0/2] linux-user: Fix handling when AT_EXECFD is 0 Vivian Wang
2024-07-21  9:08 ` [PATCH 1/2] util/getauxval: Ensure setting errno if not found Vivian Wang
2024-07-22  0:18   ` Xingtao Yao (Fujitsu) via
2024-07-22  8:24     ` Vivian Wang
2024-07-22  9:26       ` Xingtao Yao (Fujitsu) via
2024-07-22 23:24   ` Richard Henderson
2024-07-21  9:08 ` [PATCH 2/2] linux-user/main: Check errno when getting AT_EXECFD Vivian Wang
2024-07-22 23:24   ` Richard Henderson

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).