[PULL 0/6] Linux user for 5.2 patches

Laurent Vivier posted 6 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch passed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200823145912.1171738-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/mmap.c         | 110 +++++++++++++++-------
linux-user/strace.c       |   8 +-
linux-user/syscall.c      | 190 ++++++++++++++++++++++++++++++++------
linux-user/syscall_defs.h |   5 +
4 files changed, 250 insertions(+), 63 deletions(-)
[PULL 0/6] Linux user for 5.2 patches
Posted by Laurent Vivier 3 years, 8 months ago
The following changes since commit d7df0ceee0fd2e512cd214a9074ebeeb40da3099:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20200821' =
into staging (2020-08-22 23:53:08 +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 b3a3af70c377a3e67d43f3be39a333228487b50c:

  linux-user: Fix 'utimensat()' implementation (2020-08-23 16:57:58 +0200)

----------------------------------------------------------------
Add clock_getres_time64, timer_gettime64, timer_settime64,
    timerfd_gettime64, timerfd_settime64
Some fixes (page protection, print_fdset, timerspec, itimerspec)

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

Filip Bozuta (4):
  linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after
    last value
  linux-user: Modify 'target_to_host/host_to_target_itimerspec()'
  linux-user: Add support for a group of 2038 safe syscalls
  linux-user: Fix 'utimensat()' implementation

Richard Henderson (2):
  linux-user: Validate mmap/mprotect prot value
  linux-user: Adjust guest page protection for the host

 linux-user/mmap.c         | 110 +++++++++++++++-------
 linux-user/strace.c       |   8 +-
 linux-user/syscall.c      | 190 ++++++++++++++++++++++++++++++++------
 linux-user/syscall_defs.h |   5 +
 4 files changed, 250 insertions(+), 63 deletions(-)

--=20
2.26.2


Re: [PULL 0/6] Linux user for 5.2 patches
Posted by Peter Maydell 3 years, 8 months ago
On Sun, 23 Aug 2020 at 16:00, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit d7df0ceee0fd2e512cd214a9074ebeeb40da3099:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20200821' =
> into staging (2020-08-22 23:53:08 +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 b3a3af70c377a3e67d43f3be39a333228487b50c:
>
>   linux-user: Fix 'utimensat()' implementation (2020-08-23 16:57:58 +0200)
>
> ----------------------------------------------------------------
> Add clock_getres_time64, timer_gettime64, timer_settime64,
>     timerfd_gettime64, timerfd_settime64
> Some fixes (page protection, print_fdset, timerspec, itimerspec)
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM