qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets
@ 2023-07-07 13:19 Helge Deller
  2023-07-07 13:19 ` [PATCH 1/4] linux-user: Fix fcntl64() to return O_LARGEFILE " Helge Deller
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Helge Deller @ 2023-07-07 13:19 UTC (permalink / raw)
  To: Laurent Vivier, Richard Henderson, qemu-devel; +Cc: Helge Deller

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-07-07 20:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-07 13:19 [PATCH 0/4] linux-user: Fix fcntl64() and accept4() for 32-bit targets Helge Deller
2023-07-07 13:19 ` [PATCH 1/4] linux-user: Fix fcntl64() to return O_LARGEFILE " Helge Deller
2023-07-07 20:12   ` Richard Henderson
2023-07-07 13:19 ` [PATCH 2/4] linux-user: Fix accept4(SOCK_NONBLOCK) syscall Helge Deller
2023-07-07 20:15   ` Richard Henderson
2023-07-07 20:46     ` Helge Deller
2023-07-07 13:19 ` [PATCH 3/4] linux-user: Fix mmap2() syscall on 32-bit targets to allow file mapping beyond 4GB Helge Deller
2023-07-07 19:47   ` Richard Henderson
2023-07-07 20:04     ` Helge Deller
2023-07-07 20:06       ` Richard Henderson
2023-07-07 13:19 ` [PATCH 4/4] linux-user: Improve strace output of pread64() and pwrite64() Helge Deller
2023-07-07 20:16   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).