qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] linux-user: openat() fixes
@ 2023-12-08 22:42 Shu-Chun Weng
  2023-12-08 22:42 ` [PATCH v3 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64 Shu-Chun Weng
  2023-12-08 22:42 ` [PATCH v3 2/2] linux-user: Fix openat() emulation to not modify atime Shu-Chun Weng
  0 siblings, 2 replies; 6+ messages in thread
From: Shu-Chun Weng @ 2023-12-08 22:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, Richard Henderson, Shu-Chun Weng

Since v2:
 - More robust handling of `readlink()`

Since v1:
 - Eliminate static buffers in do_guest_openat()

Shu-Chun Weng (2):
  linux-user: Define TARGET_O_LARGEFILE for aarch64
  linux-user: Fix openat() emulation to not modify atime

 linux-user/aarch64/target_fcntl.h |  1 +
 linux-user/syscall.c              | 47 +++++++++++++++++++++++++------
 2 files changed, 39 insertions(+), 9 deletions(-)



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

end of thread, other threads:[~2023-12-28 22:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08 22:42 [PATCH v3 0/2] linux-user: openat() fixes Shu-Chun Weng
2023-12-08 22:42 ` [PATCH v3 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64 Shu-Chun Weng
2023-12-08 22:42 ` [PATCH v3 2/2] linux-user: Fix openat() emulation to not modify atime Shu-Chun Weng
2023-12-26 23:05   ` Shu-Chun Weng
2023-12-28 15:49   ` Helge Deller
2023-12-28 22:15     ` Shu-Chun Weng

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