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/6] Linux user for upstream patches
Date: Mon, 27 Feb 2017 23:33:31 +0100	[thread overview]
Message-ID: <20170227223337.17434-1-laurent@vivier.eu> (raw)

The following changes since commit 8f2d7c341184a95d05476ea3c45dbae2b9ddbe51:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-02-27-1' into staging (2017-02-27 15:33:21 +0000)

are available in the git repository at:

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

for you to fetch changes up to 98a3331a552f6e033da10bd07b14ccdd81d05e61:

  syscall: fixed mincore(2) not failing with ENOMEM (2017-02-27 23:10:02 +0100)

----------------------------------------------------------------
Tested with ltp-full-20170116, target ppc, host x86_64,
debian version 8.7

Total Tests: 1111
Total Skipped Tests: 174
Total Failures: 67
Kernel Version: 4.9.10-200.fc25.x86_64
Machine Architecture: ppc

Changes since last pull request:
-mincore01                      FAIL       1    
+mincore01                      PASS       0    

[tested on top of 2f16960, as 3725794 is broken]
----------------------------------------------------------------

Franklin \"Snaipe\" Mathieu (1):
  syscall: fixed mincore(2) not failing with ENOMEM

Helge Deller (1):
  linux-user: Add sockopts for IPv6 ping and IPv6 traceroute

Laurent Vivier (2):
  linux-user: fix fork()
  linux-user: correctly manage SR in ucontext

Michael Karcher (1):
  linux-user: fix do_rt_sigreturn on m68k linux userspace emulation

Pranith Kumar (1):
  linux-user: Add signal handling support for x86_64

 linux-user/signal.c       | 286 +++++++++++++++++++++++++++++++++++++---------
 linux-user/syscall.c      | 148 +++++++++++++++++++++++-
 linux-user/syscall_defs.h |   8 ++
 target/i386/cpu.h         |   2 +
 target/i386/fpu_helper.c  |  12 ++
 5 files changed, 395 insertions(+), 61 deletions(-)

-- 
2.9.3

             reply	other threads:[~2017-02-27 22:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 22:33 Laurent Vivier [this message]
2017-02-27 22:33 ` [Qemu-devel] [PULL 1/6] linux-user: fix fork() Laurent Vivier
2017-02-27 22:33 ` [Qemu-devel] [PULL 2/6] linux-user: Add sockopts for IPv6 ping and IPv6 traceroute Laurent Vivier
2017-02-27 22:33 ` [Qemu-devel] [PULL 3/6] linux-user: Add signal handling support for x86_64 Laurent Vivier
2017-02-27 22:33 ` [Qemu-devel] [PULL 4/6] linux-user: correctly manage SR in ucontext Laurent Vivier
2017-02-27 22:33 ` [Qemu-devel] [PULL 5/6] linux-user: fix do_rt_sigreturn on m68k linux userspace emulation Laurent Vivier
2017-02-27 22:33 ` [Qemu-devel] [PULL 6/6] syscall: fixed mincore(2) not failing with ENOMEM Laurent Vivier
2017-02-28 13:01 ` [Qemu-devel] [PULL 0/6] Linux user for upstream 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=20170227223337.17434-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).