[Qemu-devel] [PULL 00/15] Misc linux-user updates

riku.voipio@linaro.org posted 15 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1496234766.git.riku.voipio@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
linux-user/strace.c    | 177 +++++++++++++++++++++++++++++++++++++++++++++++--
linux-user/strace.list |  16 ++---
linux-user/syscall.c   | 161 ++++++++++++++++++++++++++++----------------
3 files changed, 284 insertions(+), 70 deletions(-)
[Qemu-devel] [PULL 00/15] Misc linux-user updates
Posted by riku.voipio@linaro.org 6 years, 10 months ago
From: Riku Voipio <riku.voipio@linaro.org>

The following changes since commit 9964e96dc9999cf7f7c936ee854a795415d19b60:

  Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging (2017-05-23 15:01:31 +0100)

are available in the git repository at:

  git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20170531

for you to fetch changes up to ba9fcea1cb6d80536f780760d870416fe5b85863:

  linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and rt_tgsigqueueinfo() (2017-05-29 14:56:09 +0300)

----------------------------------------------------------------
Misc linux-user updates

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

Andreas Schwab (1):
  linux-user: remove all traces of qemu from /proc/self/cmdline

Laurent Vivier (4):
  linux-user: call fd_trans_target_to_host_data() for write()
  linux-user: fix eventfd
  linux-user: fix fadvise64_64() on ppc
  linux-user: fix inotify

Miloš Stojanović (9):
  linux-user: add strace for getuid(), gettid(), getppid(), geteuid()
  linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace
  linux-user: fix ssetmask() system call
  linux-user: fix mismatch of lock/unlock_user() invocations in
    rt_sigqueinfo() syscall
  linux-user: fix argument type declaration of rt_sigqueinfo() syscall
  linux-user: add support for rt_tgsigqueueinfo() system call
  linux-user: add rt_tgsigqueueinfo() strace
  linux-user: fix inconsistent spaces in print_siginfo() output
  linux-user: add strace support for uinfo structure of
    rt_sigqueueinfo() and rt_tgsigqueueinfo()

Prasad J Pandit (1):
  linux-user: allocate heap memory for execve arguments

 linux-user/strace.c    | 177 +++++++++++++++++++++++++++++++++++++++++++++++--
 linux-user/strace.list |  16 ++---
 linux-user/syscall.c   | 161 ++++++++++++++++++++++++++++----------------
 3 files changed, 284 insertions(+), 70 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PULL 00/15] Misc linux-user updates
Posted by Peter Maydell 6 years, 10 months ago
On 31 May 2017 at 14:08,  <riku.voipio@linaro.org> wrote:
> From: Riku Voipio <riku.voipio@linaro.org>
>
> The following changes since commit 9964e96dc9999cf7f7c936ee854a795415d19b60:
>
>   Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging (2017-05-23 15:01:31 +0100)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20170531
>
> for you to fetch changes up to ba9fcea1cb6d80536f780760d870416fe5b85863:
>
>   linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and rt_tgsigqueueinfo() (2017-05-29 14:56:09 +0300)
>
> ----------------------------------------------------------------
> Misc linux-user updates
>

Applied, thanks.

-- PMM