qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] linux-user: fix bugs in fadvise syscalls
@ 2016-05-31 14:45 Peter Maydell
  2016-05-31 14:45 ` [Qemu-devel] [PATCH 1/3] linux-user: Fix handling of arm_fadvise64_64 syscall Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Maydell @ 2016-05-31 14:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches, Riku Voipio

This patchset fixes various bugs in the handling of the fadvise
syscalls. In particular, handling of these syscalls for 32-bit guests
was completely broken because we weren't doing the correct thing
with 64-bit arguments split into two 32-bit registers.

It applies on top of the latest "linux-user: fix various signal race
conditions" patchset I sent out last week, but there's no dependency,
so other than possible textual conflicts it ought to apply against
master as well.

thanks
-- PMM

Peter Maydell (3):
  linux-user: Fix handling of arm_fadvise64_64 syscall
  linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guests
  linux-user: Fix error conversion in 64-bit fadvise syscall

 linux-user/syscall.c | 66 +++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 53 insertions(+), 13 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-06-02 13:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-31 14:45 [Qemu-devel] [PATCH 0/3] linux-user: fix bugs in fadvise syscalls Peter Maydell
2016-05-31 14:45 ` [Qemu-devel] [PATCH 1/3] linux-user: Fix handling of arm_fadvise64_64 syscall Peter Maydell
2016-06-02 13:29   ` Laurent Vivier
2016-05-31 14:45 ` [Qemu-devel] [PATCH 2/3] linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guests Peter Maydell
2016-06-02 13:29   ` Laurent Vivier
2016-05-31 14:45 ` [Qemu-devel] [PATCH 3/3] linux-user: Fix error conversion in 64-bit fadvise syscall Peter Maydell
2016-06-02 13:30   ` Laurent Vivier

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