[PULL 0/5] Linux user for 5.2 patches

Laurent Vivier posted 5 patches 3 years, 7 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/20200907091748.376101-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/elfload.c      |   7 +-
linux-user/ppc/termbits.h |   2 +-
linux-user/syscall.c      | 470 +++++++++++++++++++++-----------------
linux-user/syscall_defs.h |   2 +
4 files changed, 264 insertions(+), 217 deletions(-)
[PULL 0/5] Linux user for 5.2 patches
Posted by Laurent Vivier 3 years, 7 months ago
The following changes since commit 8ca019b9c9ff916414371dd13d265bbab308b14a:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-03' int=
o staging (2020-09-04 23:24:03 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5d5d17522f59696d18fdbc51984c7b4ebf191f7c:

  linux-user: Protect btrfs ioctl target definitions (2020-09-06 12:29:19 +02=
00)

----------------------------------------------------------------
Add ppoll_time64() and pselect6_time64()
Some fixes for for elfload, fcntl, termbits and btrfs

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

Filip Bozuta (2):
  linux-user: Add support for ppoll_time64() and pselect6_time64()
  linux-user: Protect btrfs ioctl target definitions

Laurent Vivier (1):
  linux-user: fix ppc/termbits.h

Timothy Baldwin (2):
  linux-user: Correctly start brk after executable
  linux-user: Map signal numbers in fcntl

 linux-user/elfload.c      |   7 +-
 linux-user/ppc/termbits.h |   2 +-
 linux-user/syscall.c      | 470 +++++++++++++++++++++-----------------
 linux-user/syscall_defs.h |   2 +
 4 files changed, 264 insertions(+), 217 deletions(-)

--=20
2.26.2


Re: [PULL 0/5] Linux user for 5.2 patches
Posted by Peter Maydell 3 years, 7 months ago
On Mon, 7 Sep 2020 at 10:19, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 8ca019b9c9ff916414371dd13d265bbab308b14a:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-03' int=
> o staging (2020-09-04 23:24:03 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request
>
> for you to fetch changes up to 5d5d17522f59696d18fdbc51984c7b4ebf191f7c:
>
>   linux-user: Protect btrfs ioctl target definitions (2020-09-06 12:29:19 +02=
> 00)
>
> ----------------------------------------------------------------
> Add ppoll_time64() and pselect6_time64()
> Some fixes for for elfload, fcntl, termbits and btrfs
>


Applied, thanks.

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

-- PMM