On Sun, Mar 02, 2014 at 07:36:37PM +0000, Peter Maydell wrote: > 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...
Sure, no problem, I'll send a linux-user update with these and Petar's two patches. I definetly want to see these patches in 2.0 as well! Riku > 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 >