[Qemu-devel] [PULL 0/1] Linux user for 4.1 patches

Laurent Vivier posted 1 patch 4 years, 9 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190726173502.17172-1-laurent@vivier.eu
Maintainers: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>
linux-user/hppa/signal.c   |  3 ++-
linux-user/main.c          |  5 +++++
linux-user/qemu.h          |  2 ++
linux-user/signal-common.h |  1 -
linux-user/signal.c        | 35 +++++++++++++++++++----------------
5 files changed, 28 insertions(+), 18 deletions(-)
[Qemu-devel] [PULL 0/1] Linux user for 4.1 patches
Posted by Laurent Vivier 4 years, 9 months ago
The following changes since commit fff3159900d2b95613a9cb75fc3703e67a674729:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190726' into staging (2019-07-26 16:23:07 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5bfce0b74fbd5d53089bb866919d685c47edad9e:

  linux-user: Make sigaltstack stacks per-thread (2019-07-26 19:24:33 +0200)

----------------------------------------------------------------
Fix multi-threaded go runtime crash

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

Peter Maydell (1):
  linux-user: Make sigaltstack stacks per-thread

 linux-user/hppa/signal.c   |  3 ++-
 linux-user/main.c          |  5 +++++
 linux-user/qemu.h          |  2 ++
 linux-user/signal-common.h |  1 -
 linux-user/signal.c        | 35 +++++++++++++++++++----------------
 5 files changed, 28 insertions(+), 18 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/1] Linux user for 4.1 patches
Posted by Peter Maydell 4 years, 9 months ago
On Fri, 26 Jul 2019 at 18:35, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit fff3159900d2b95613a9cb75fc3703e67a674729:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190726' into staging (2019-07-26 16:23:07 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-4.1-pull-request
>
> for you to fetch changes up to 5bfce0b74fbd5d53089bb866919d685c47edad9e:
>
>   linux-user: Make sigaltstack stacks per-thread (2019-07-26 19:24:33 +0200)
>
> ----------------------------------------------------------------
> Fix multi-threaded go runtime crash
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM