[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] linux-user: openat() fixes
From: |
Shu-Chun Weng |
Subject: |
[PATCH v2 0/2] linux-user: openat() fixes |
Date: |
Fri, 8 Dec 2023 12:49:49 -0800 |
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(-)
- [PATCH v2 0/2] linux-user: openat() fixes,
Shu-Chun Weng <=