[PULL 00/11] Linux user for 4.2 patches

Laurent Vivier posted 11 patches 4 years, 5 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
linux-user/fd-trans.c     |  51 ++++++++++++----
linux-user/strace.c       | 120 +++++++++++++++++++++++++++++++++-----
linux-user/strace.list    |   7 ++-
linux-user/syscall.c      |   6 +-
linux-user/syscall_defs.h |  41 +++++++------
5 files changed, 180 insertions(+), 45 deletions(-)
[PULL 00/11] Linux user for 4.2 patches
Posted by Laurent Vivier 4 years, 5 months ago
The following changes since commit e9d42461920f6f40f4d847a5ba18e90d095ed0b9:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request' into staging (2019-10-18 14:13:11 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-4.2-pull-request

for you to fetch changes up to 9a68960d8e7fdda16c2ea779a70f7f894ed2ce56:

  linux-user/syscall: Align target_sockaddr fields using ABI types (2019-10-21 15:37:04 +0200)

----------------------------------------------------------------
sockaddr alignment fixes, strace update and fd-trans fix.

----------------------------------------------------------------

Andreas Schwab (1):
  linux-user: add strace for dup3

Philippe Mathieu-Daudé (9):
  linux-user/strace: Display invalid pointer in print_timeval()
  linux-user/strace: Add print_timezone()
  linux-user/strace: Improve settimeofday()
  linux-user/syscall: Introduce target_sockaddr_nl
  linux-user/strace: Dump AF_NETLINK sockaddr content
  linux-user/strace: Add print_sockfd()
  linux-user/strace: Improve bind() output
  linux-user/strace: Let print_sockaddr() have a 'last' argument
  linux-user/syscall: Align target_sockaddr fields using ABI types

Shu-Chun Weng (1):
  Fix unsigned integer underflow in fd-trans.c

 linux-user/fd-trans.c     |  51 ++++++++++++----
 linux-user/strace.c       | 120 +++++++++++++++++++++++++++++++++-----
 linux-user/strace.list    |   7 ++-
 linux-user/syscall.c      |   6 +-
 linux-user/syscall_defs.h |  41 +++++++------
 5 files changed, 180 insertions(+), 45 deletions(-)

-- 
2.21.0


Re: [PULL 00/11] Linux user for 4.2 patches
Posted by Peter Maydell 4 years, 5 months ago
On Tue, 22 Oct 2019 at 09:20, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit e9d42461920f6f40f4d847a5ba18e90d095ed0b9:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request' into staging (2019-10-18 14:13:11 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-4.2-pull-request
>
> for you to fetch changes up to 9a68960d8e7fdda16c2ea779a70f7f894ed2ce56:
>
>   linux-user/syscall: Align target_sockaddr fields using ABI types (2019-10-21 15:37:04 +0200)
>
> ----------------------------------------------------------------
> sockaddr alignment fixes, strace update and fd-trans fix.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM