From: Riku Voipio <riku.voi...@linaro.org> The following changes since commit b0fbe46ad82982b289a44ee2495b59b0bad8a842:
Update version for v2.11.0-rc0 release (2017-11-07 16:05:28 +0000) are available in the git repository at: git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20171120 for you to fetch changes up to f516511ea84d8bb3395d6ea95a7c7b80dc2a05e9: linux-user: Fix calculation of auxv length (2017-11-20 16:15:41 +0200) ---------------------------------------------------------------- late linux-user fixes for Qemu 2.11 ---------------------------------------------------------------- Emilio G. Cota (1): linux-user: fix 'finshed' typo in comment Helge Deller (5): linux-user/hppa: Fix TARGET_SA_* defines linux-user/hppa: Fix typo for TARGET_NR_epoll_wait linux-user/hppa: Fix TARGET_MAP_TYPE linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB James Clarke (1): linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64 James Cowgill (1): linux-user: return EINVAL from prctl(PR_*_SECCOMP) Peter Maydell (5): linux-user/s390x: Mask si_addr for SIGSEGV linux-user/ppc: Report correct fault address for data faults linux-user/sparc: Put address for data faults where linux-user expects it linux-user: Handle rt_sigaction correctly for SPARC linux-user: Fix calculation of auxv length Richard Henderson (2): linux-user: Restrict usage of sa_restorer linux-user/hppa: Fix cpu_clone_regs linux-user/elfload.c | 11 +++++++-- linux-user/hppa/syscall_nr.h | 2 +- linux-user/hppa/target_cpu.h | 4 ++++ linux-user/main.c | 8 +++++-- linux-user/signal.c | 4 ++-- linux-user/syscall.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------- linux-user/syscall_defs.h | 40 ++++++++++++++++++++++++++++++++- target/sparc/mmu_helper.c | 8 +++++++ 8 files changed, 144 insertions(+), 35 deletions(-)