qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v4 0/2] linux-user: openat() fixes


From: Shu-Chun Weng
Subject: [PATCH v4 0/2] linux-user: openat() fixes
Date: Thu, 28 Dec 2023 14:17:57 -0800

Since v3:
 - Fix build error: ignoring return value of 'readlink' declared with attribute
   'warn_unused_result' [-Werror=unused-result]

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              | 50 +++++++++++++++++++++++++------
 2 files changed, 42 insertions(+), 9 deletions(-)




reply via email to

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