All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/6] Linux user for 5.2 patches
Date: Sun, 23 Aug 2020 16:59:06 +0200	[thread overview]
Message-ID: <20200823145912.1171738-1-laurent@vivier.eu> (raw)

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



             reply	other threads:[~2020-08-23 15:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 14:59 Laurent Vivier [this message]
2020-08-23 14:59 ` [PULL 1/6] linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value Laurent Vivier
2020-08-23 14:59 ` [PULL 2/6] linux-user: Validate mmap/mprotect prot value Laurent Vivier
2020-08-23 14:59 ` [PULL 3/6] linux-user: Adjust guest page protection for the host Laurent Vivier
2020-08-23 14:59 ` [PULL 4/6] linux-user: Modify 'target_to_host/host_to_target_itimerspec()' Laurent Vivier
2020-08-23 14:59 ` [PULL 5/6] linux-user: Add support for a group of 2038 safe syscalls Laurent Vivier
2020-08-23 14:59 ` [PULL 6/6] linux-user: Fix 'utimensat()' implementation Laurent Vivier
2020-08-23 16:52 ` [PULL 0/6] Linux user for 5.2 patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200823145912.1171738-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.