[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets
From: |
Helge Deller |
Subject: |
[PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets |
Date: |
Fri, 7 Jul 2023 15:19:24 +0200 |
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
- [PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets,
Helge Deller <=