[PULL 0/3] Linux user for 5.1 patches

Laurent Vivier posted 3 patches 5 years, 3 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200728123432.501354-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/main.c    | 16 ++++++++++++++--
linux-user/syscall.c | 13 ++++---------
2 files changed, 18 insertions(+), 11 deletions(-)
[PULL 0/3] Linux user for 5.1 patches
Posted by Laurent Vivier 5 years, 3 months ago
The following changes since commit 9303ecb658a0194560d1eecde165a1511223c2d8:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200727' into staging (2020-07-27 17:25:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 0f6bb1958f3aae0171996941df7fb7ea7536bb12:

  linux-user: Use getcwd syscall directly (2020-07-27 22:05:34 +0200)

----------------------------------------------------------------
linux-user 20200728

Fix "pgb_reserved_va: Assertion `guest_base != 0' failed." error
Fix rt_sigtimedwait() errno
Fix getcwd() errno

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

Andreas Schwab (1):
  linux-user: Use getcwd syscall directly

Filip Bozuta (1):
  linux-user: Fix syscall rt_sigtimedwait() implementation

Richard Henderson (1):
  linux-user: Ensure mmap_min_addr is non-zero

 linux-user/main.c    | 16 ++++++++++++++--
 linux-user/syscall.c | 13 ++++---------
 2 files changed, 18 insertions(+), 11 deletions(-)

-- 
2.26.2


Re: [PULL 0/3] Linux user for 5.1 patches
Posted by Peter Maydell 5 years, 3 months ago
On Tue, 28 Jul 2020 at 13:36, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 9303ecb658a0194560d1eecde165a1511223c2d8:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200727' into staging (2020-07-27 17:25:06 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-5.1-pull-request
>
> for you to fetch changes up to 0f6bb1958f3aae0171996941df7fb7ea7536bb12:
>
>   linux-user: Use getcwd syscall directly (2020-07-27 22:05:34 +0200)
>
> ----------------------------------------------------------------
> linux-user 20200728
>
> Fix "pgb_reserved_va: Assertion `guest_base != 0' failed." error
> Fix rt_sigtimedwait() errno
> Fix getcwd() errno


Applied, thanks.

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

-- PMM