From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKCCH-0001wa-1n for qemu-devel@nongnu.org; Sun, 02 Mar 2014 14:37:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKCCG-00038V-3g for qemu-devel@nongnu.org; Sun, 02 Mar 2014 14:37:12 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:46309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKCCF-00031Q-Tk for qemu-devel@nongnu.org; Sun, 02 Mar 2014 14:37:12 -0500 From: Peter Maydell Date: Sun, 2 Mar 2014 19:36:37 +0000 Message-Id: <1393789002-29960-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/5] linux-user: various fixes for AArch64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andreas Schwab , Riku Voipio , Michael Matz , Alexander Graf , patches@linaro.org 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