qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PULL 0/4] Linux user for 3.0 patches
Date: Sun, 15 Jul 2018 21:52:38 +0200	[thread overview]
Message-ID: <20180715195242.6645-1-laurent@vivier.eu> (raw)

The following changes since commit 9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb:

  docs: Grammar and spelling fixes (2018-07-13 10:16:04 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1d3d1b23e1c8f52ec431ddaa8deea1322bc25cbf:

  Zero out the host's `msg_control` buffer (2018-07-15 16:04:38 +0200)

----------------------------------------------------------------
Some fixes for linux-user:
- workaround for CMSG_NXTHDR bug
- two patches for ppc64/ppc64le host:
  fix fcntl() with *LK64 commands
  (seen when dpkg wants to lock the DB)
  fix reserved_va alignment (ppc64 needs
  a 64kB alignment)
- convert a forgotten fcntl() to safe_fcntl()

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

Jonas Schievink (1):
  Zero out the host's `msg_control` buffer

Laurent Vivier (2):
  linux-user: convert remaining fcntl() to safe_fcntl()
  linux-user: fix mmap_find_vma_reserved()

Shivaprasad G Bhat (1):
  linux-user: ppc64: use the correct values for F_*LK64s

 linux-user/main.c    |  19 ++++---
 linux-user/syscall.c | 130 +++++++++++++++++++++++++++----------------
 2 files changed, 95 insertions(+), 54 deletions(-)

-- 
2.17.1

             reply	other threads:[~2018-07-15 19:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-15 19:52 Laurent Vivier [this message]
2018-07-15 19:52 ` [Qemu-devel] [PULL 1/4] linux-user: ppc64: use the correct values for F_*LK64s Laurent Vivier
2018-07-15 19:52 ` [Qemu-devel] [PULL 2/4] linux-user: convert remaining fcntl() to safe_fcntl() Laurent Vivier
2018-07-15 19:52 ` [Qemu-devel] [PULL 3/4] linux-user: fix mmap_find_vma_reserved() Laurent Vivier
2018-07-15 19:52 ` [Qemu-devel] [PULL 4/4] Zero out the host's `msg_control` buffer Laurent Vivier
2018-07-16 10:04 ` [Qemu-devel] [PULL 0/4] Linux user for 3.0 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=20180715195242.6645-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).