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

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



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

end of thread, other threads:[~2023-07-09 18:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-08  5:42 [PATCH v2 0/3] linux-user: Fix fcntl64() and accept4() for 32-bit targets Helge Deller
2023-07-08  5:42 ` [PATCH v2 1/3] linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE " Helge Deller
2023-07-08  6:39   ` Richard Henderson
2023-07-08  5:42 ` [PATCH v2 2/3] linux-user: Fix accept4(SOCK_NONBLOCK) syscall Helge Deller
2023-07-08  6:40   ` Richard Henderson
2023-07-09 18:03   ` Michael Tokarev
2023-07-08  5:42 ` [PATCH v2 3/3] linux-user: Improve strace output of pread64() and pwrite64() Helge Deller

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).