[PULL 0/9] Linux user for 6.1 patches

Laurent Vivier posted 9 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210621110445.231771-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>, "Alex Bennée" <alex.bennee@linaro.org>
There is a newer version of this series
configure                        | 16 +++++++++++
linux-user/elfload.c             |  2 +-
linux-user/mmap.c                | 14 ++++++++++
linux-user/signal.c              |  8 +++++-
linux-user/syscall.c             | 46 ++++++++++++++++++++++++++++----
linux-user/trace-events          |  2 +-
tests/tcg/multiarch/linux-test.c |  9 +++++++
7 files changed, 89 insertions(+), 8 deletions(-)
[PULL 0/9] Linux user for 6.1 patches
Posted by Laurent Vivier 2 years, 10 months ago
The following changes since commit 1ea06abceec61b6f3ab33dadb0510b6e09fb61e2:

  Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-06-14 15:59:13 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 96ff758c6e9cd5a01443ee15afbd0df4f00c37a8:

  linux-user: Use public sigev_notify_thread_id member if available (2021-06-20 16:41:47 +0200)

----------------------------------------------------------------
Linux-user pull request 20210621

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

Alex Bennée (1):
  linux-user/trace-events: fix minor typo in format string

Ilya Leoshkevich (2):
  linux-user: Let sigaction query SIGKILL/SIGSTOP
  tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOP

Khem Raj (1):
  linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list

Michael Forney (3):
  linux-user: Disable static assert involving __SIGRTMAX if it is
    missing
  linux-user: Fix incorrect use of feature-test-macros
  linux-user: Use public sigev_notify_thread_id member if available

Richard Henderson (1):
  linux-user: Set CF_PARALLEL when mapping shared memory

YAMAMOTO Takashi (1):
  linux-user: Implement pivot_root

 configure                        | 16 +++++++++++
 linux-user/elfload.c             |  2 +-
 linux-user/mmap.c                | 14 ++++++++++
 linux-user/signal.c              |  8 +++++-
 linux-user/syscall.c             | 46 ++++++++++++++++++++++++++++----
 linux-user/trace-events          |  2 +-
 tests/tcg/multiarch/linux-test.c |  9 +++++++
 7 files changed, 89 insertions(+), 8 deletions(-)

-- 
2.31.1


Re: [PULL 0/9] Linux user for 6.1 patches
Posted by Peter Maydell 2 years, 10 months ago
On Mon, 21 Jun 2021 at 12:07, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 1ea06abceec61b6f3ab33dadb0510b6e09fb61e2:
>
>   Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-request' into staging (2021-06-14 15:59:13 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-6.1-pull-request
>
> for you to fetch changes up to 96ff758c6e9cd5a01443ee15afbd0df4f00c37a8:
>
>   linux-user: Use public sigev_notify_thread_id member if available (2021-06-20 16:41:47 +0200)
>
> ----------------------------------------------------------------
> Linux-user pull request 20210621
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM