qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/26] linux-user update


From: riku . voipio
Subject: [Qemu-devel] [PULL 00/26] linux-user update
Date: Thu, 22 Sep 2016 15:13:20 +0300

From: Riku Voipio <address@hidden>

The following changes since commit a008535b9fa396226ff9cf78b8ac5f3584bda58e:

  build-sys: fix make install regression (2016-09-20 11:32:43 +0100)

are available in the git repository at:

  git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20160915

for you to fetch changes up to 5457dc9e37fe0a29989bd64306c63941074864ce:

  linux-user: fix TARGET_NR_select (2016-09-22 07:24:21 +0300)

----------------------------------------------------------------
linux-user changes since 2.7 release

----------------------------------------------------------------
Laurent Vivier (1):
      linux-user: fix TARGET_NR_select

Michael Walle (1):
      linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMU

Peter Maydell (23):
      linux-user: Fix handling of iovec counts
      linux-user: Fix errno for sendrecvmsg with large iovec length
      linux-user: Allow bad msg_name for recvfrom on connected socket
      linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls
      linux-user: Use direct syscall for utimensat
      linux-user: Check for bad event numbers in epoll_wait
      linux-user: Range check the nfds argument to ppoll syscall
      linux-user: report signals being taken in strace output
      linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
      linux-user: Check lock_user() return value for NULL
      linux-user: Fix incorrect use of host errno in do_ioctl_dm()
      linux-user: Fix error handling in flatload.c target_pread()
      linux-user: Check dump_write() return in elf_core_dump()
      linux-user: Use glib malloc functions in load_symbols()
      linux-user: Use correct target SHMLBA in shmat()
      linux-user: Recheck for pending synchronous signals too
      linux-user: Pass si_type information to queue_signal() explicitly
      linux-user: SIGSEGV on signal entry need not be fatal
      linux-user: ARM: Give SIGSEGV if signal frame setup fails
      linux-user: SIGSEGV from sigreturn need not be fatal
      linux-user: Implement force_sigsegv() via force_sig()
      linux-user: Remove unnecessary nptl_flags variable from do_fork()
      linux-user: Sanity check clone flags

Timothy E Baldwin (1):
      linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2

 linux-user/arm/target_syscall.h        |   8 ++
 linux-user/elfload.c                   |  20 ++---
 linux-user/flatload.c                  |   6 ++
 linux-user/i386/target_syscall.h       |   1 +
 linux-user/ioctls.h                    |   3 +
 linux-user/m68k/target_syscall.h       |   2 +
 linux-user/main.c                      | 129 +++++++++++++++---------------
 linux-user/microblaze/target_syscall.h |   2 +
 linux-user/mips/target_syscall.h       |   7 ++
 linux-user/mips64/target_syscall.h     |   7 ++
 linux-user/openrisc/syscall_nr.h       |   2 -
 linux-user/ppc/target_syscall.h        |   1 +
 linux-user/qemu.h                      |  13 ++-
 linux-user/sh4/syscall_nr.h            |   2 +-
 linux-user/sh4/target_syscall.h        |   7 ++
 linux-user/signal.c                    | 211 
++++++++++++++++++++++++++++++-------------------
 linux-user/sparc/target_syscall.h      |  16 ++++
 linux-user/strace.c                    | 106 +++++++++++++++++++++++++
 linux-user/syscall.c                   | 241 
+++++++++++++++++++++++++++++++++++++++++++-------------
 linux-user/syscall_defs.h              |   9 +++
 linux-user/tilegx/syscall_nr.h         |   1 -
 21 files changed, 581 insertions(+), 213 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]