[PULL 0/7] Linux user for 6.2 patches

Laurent Vivier posted 7 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210924135631.2067582-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/aarch64/cpu_loop.c | 32 +++++-------------
linux-user/arm/cpu_loop.c     | 63 +++++++++++------------------------
linux-user/signal-common.h    |  1 +
linux-user/signal.c           | 19 ++++++++++-
4 files changed, 46 insertions(+), 69 deletions(-)
[PULL 0/7] Linux user for 6.2 patches
Posted by Laurent Vivier 2 years, 7 months ago
The following changes since commit 2c3e83f92d93fbab071b8a96b8ab769b01902475:

  Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20210921' into staging (2021-09-21 10:57:48 -0700)

are available in the Git repository at:

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

for you to fetch changes up to fce9608d02b665fdc3ab7b23f1a911ba6c66775b:

  linux-user/aarch64: Use force_sig_fault() (2021-09-23 14:43:58 +0200)

----------------------------------------------------------------
Pull request linux-user 20210924

Clean up siginfo_t handling for arm, aarch64

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

Peter Maydell (7):
  linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
  linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
  linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
  linux-user: Zero out target_siginfo_t in force_sig()
  linux-user: Provide new force_sig_fault() function
  linux-user/arm: Use force_sig_fault()
  linux-user/aarch64: Use force_sig_fault()

 linux-user/aarch64/cpu_loop.c | 32 +++++-------------
 linux-user/arm/cpu_loop.c     | 63 +++++++++++------------------------
 linux-user/signal-common.h    |  1 +
 linux-user/signal.c           | 19 ++++++++++-
 4 files changed, 46 insertions(+), 69 deletions(-)

-- 
2.31.1


Re: [PULL 0/7] Linux user for 6.2 patches
Posted by Peter Maydell 2 years, 7 months ago
On Fri, 24 Sept 2021 at 14:59, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 2c3e83f92d93fbab071b8a96b8ab769b01902475:
>
>   Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20210921' into staging (2021-09-21 10:57:48 -0700)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-6.2-pull-request
>
> for you to fetch changes up to fce9608d02b665fdc3ab7b23f1a911ba6c66775b:
>
>   linux-user/aarch64: Use force_sig_fault() (2021-09-23 14:43:58 +0200)
>
> ----------------------------------------------------------------
> Pull request linux-user 20210924
>
> Clean up siginfo_t handling for arm, aarch64
>


Applied, thanks.

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

-- PMM