All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64
@ 2014-03-02 19:36 Peter Maydell
  2014-03-02 19:36 ` [Qemu-devel] [PATCH 1/5] linux-user/signal.c: Fix AArch64 big-endian FP register restore Peter Maydell
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Peter Maydell @ 2014-03-02 19:36 UTC (permalink / raw)
  To: qemu-devel
  Cc: Andreas Schwab, Riku Voipio, Michael Matz, Alexander Graf, patches

This is a set of miscellaneous patches for linux-user which fix
problems seen with AArch64 guests. Mostly they're from the SuSE
1.6 tree (though I've tweaked one or two of them a bit).

The sendmmsg syscall patch is a significantly revised version
of the patch Alex sent to the list a while back; I've fixed the
problems noted in code review then and also a few more which I
spotted while I was doing that.

Riku: do you want to take these via linux-user or should I
put them in via target-arm? linux-user seems like it makes more
sense to me; there's no dependency on target-arm patches and
some of the patches are generic fixes. Either way I definitely
want to get these into 2.0...

thanks
-- PMM

Alexander Graf (1):
  linux-user: Implement sendmmsg syscall

Andreas Schwab (1):
  linux-user: Don't use UID16 on AArch64

Michael Matz (1):
  linux-user: AArch64: Implement SA_RESTORER for signal handlers

Peter Maydell (2):
  linux-user/signal.c: Fix AArch64 big-endian FP register restore
  linux-user: Fix getresuid, getresgid if !USE_UID16

 linux-user/signal.c       |  26 ++++++++----
 linux-user/syscall.c      | 104 +++++++++++++++++++++++++++++++++++++++-------
 linux-user/syscall_defs.h |   7 +++-
 3 files changed, 112 insertions(+), 25 deletions(-)

-- 
1.9.0

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

end of thread, other threads:[~2014-03-03 21:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-02 19:36 [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64 Peter Maydell
2014-03-02 19:36 ` [Qemu-devel] [PATCH 1/5] linux-user/signal.c: Fix AArch64 big-endian FP register restore Peter Maydell
2014-03-02 19:36 ` [Qemu-devel] [PATCH 2/5] linux-user: AArch64: Implement SA_RESTORER for signal handlers Peter Maydell
2014-03-02 19:36 ` [Qemu-devel] [PATCH 3/5] linux-user: Don't use UID16 on AArch64 Peter Maydell
2014-03-02 19:36 ` [Qemu-devel] [PATCH 4/5] linux-user: Fix getresuid, getresgid if !USE_UID16 Peter Maydell
2014-03-02 21:05   ` Andreas Färber
2014-03-02 19:36 ` [Qemu-devel] [PATCH 5/5] linux-user: Implement sendmmsg syscall Peter Maydell
2014-03-03 16:33 ` [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64 Richard Henderson
2014-03-03 21:10 ` Riku Voipio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.