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

Shu-Chun Weng posted 2 patches 11 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
linux-user/aarch64/target_fcntl.h |  1 +
linux-user/syscall.c              | 47 +++++++++++++++++++++++++------
2 files changed, 39 insertions(+), 9 deletions(-)
[PATCH v3 0/2] linux-user: openat() fixes
Posted by Shu-Chun Weng 11 months, 3 weeks ago
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(-)