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

Helge Deller posted 3 patches 2 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230708054249.10245-1-deller@gmx.de
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.c    | 19 +++++++++++++++++++
linux-user/strace.list |  4 ++--
linux-user/syscall.c   | 16 +++++++++++++++-
3 files changed, 36 insertions(+), 3 deletions(-)
[PATCH v2 0/3] linux-user: Fix fcntl64() and accept4() for 32-bit targets
Posted by Helge Deller 2 years, 7 months ago
A set of 3 patches:
The first two patches fix fcntl64() and accept4().
the 3rd patch enhances the strace output for pread64/pwrite64().

I dropped my mmap2 patch in favour of Richard's proposal:
https://patchew.org/QEMU/20230630132159.376995-1-richard.henderson@linaro.org/20230630132159.376995-12-richard.henderson@linaro.org/

Changes:
v2:
- rephrased commmit logs
- return O_LARGFILE for fcntl() syscall too
- dropped #ifdefs in accept4() patch
- Dropped my mmap2() patch (former patch #3)
- added r-b from Richard to 3rd patch

Helge

Helge Deller (3):
  linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit
    targets
  linux-user: Fix accept4(SOCK_NONBLOCK) syscall
  linux-user: Improve strace output of pread64() and pwrite64()

 linux-user/strace.c    | 19 +++++++++++++++++++
 linux-user/strace.list |  4 ++--
 linux-user/syscall.c   | 16 +++++++++++++++-
 3 files changed, 36 insertions(+), 3 deletions(-)

--
2.41.0