[PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets

Helge Deller posted 4 patches 2 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230707131928.89500-1-deller@gmx.de
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/mmap.c      |  9 +++++----
linux-user/strace.c    | 19 +++++++++++++++++++
linux-user/strace.list |  4 ++--
linux-user/syscall.c   | 24 ++++++++++++++++++++++--
linux-user/user-mmap.h |  2 +-
5 files changed, 49 insertions(+), 9 deletions(-)
[PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets
Posted by Helge Deller 2 years, 7 months ago
A set of 4 patches:
The first two patches fix fcntl64() and accept4() for 32-bit targets.

Patch 3 and 4 are resent here with ask to get review.
They improve mmap2() for 32-bit targets and strace of pread64/pwrite64().

Helge

Helge Deller (4):
  linux-user: Fix fcntl64() to return O_LARGEFILE for 32-bit targets
  linux-user: Fix accept4(SOCK_NONBLOCK) syscall
  linux-user: Fix mmap2() syscall on 32-bit targets to allow file
    mapping beyond 4GB
  linux-user: Improve strace output of pread64() and pwrite64()

 linux-user/mmap.c      |  9 +++++----
 linux-user/strace.c    | 19 +++++++++++++++++++
 linux-user/strace.list |  4 ++--
 linux-user/syscall.c   | 24 ++++++++++++++++++++++--
 linux-user/user-mmap.h |  2 +-
 5 files changed, 49 insertions(+), 9 deletions(-)

--
2.41.0