All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/14] linux-user patch queue
@ 2023-10-18 23:31 Richard Henderson
  2023-10-18 23:31 ` [PULL 01/14] linux-user: Fixes for zero_bss Richard Henderson
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Richard Henderson @ 2023-10-18 23:31 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit ec6f9f135d5e5596ab0258da2ddd048f1fd8c359:

  Merge tag 'migration-20231017-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-10-17 10:06:21 -0400)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-lu-20231018

for you to fetch changes up to 38ee0a7dfb4b15407678df26448e4a18fd9a51d4:

  linux-user: Remap guest SIGABRT (2023-10-18 16:25:06 -0700)

----------------------------------------------------------------
linux-user/mips: fix abort on integer overflow
linux-user/sh4: Fix crashes on signal delivery
linux-user/loongarch: Enable LSX/LASX in HWCAP
linux-user: Fixes for zero_bss
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
linux-user: Detect and report host crashes
linux-user: Remap guest SIGABRT

----------------------------------------------------------------
Helge Deller (1):
      linux-user: Detect and report host crashes

Jiajie Chen (1):
      linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch

Mikulas Patocka (2):
      linux-user/mips: fix abort on integer overflow
      linux-user/sh4: Fix crashes on signal delivery

Richard Henderson (10):
      linux-user: Fixes for zero_bss
      linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
      linux-user: Split out die_with_signal
      linux-user: Exit not abort in die_with_backtrace
      linux-user: Only register handlers for core_dump_signal by default
      linux-user: Map unsupported signals to an out-of-bounds value
      linux-user: Simplify signal_init
      linux-user: Split out host_sig{segv,bus}_handler
      linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
      linux-user: Remap guest SIGABRT

 linux-user/elfload.c       |  61 ++++--
 linux-user/mips/cpu_loop.c |   4 +-
 linux-user/mmap.c          |  30 +--
 linux-user/sh4/signal.c    |   8 +
 linux-user/signal.c        | 459 ++++++++++++++++++++++++++++++---------------
 5 files changed, 379 insertions(+), 183 deletions(-)


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-10-20 16:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 23:31 [PULL 00/14] linux-user patch queue Richard Henderson
2023-10-18 23:31 ` [PULL 01/14] linux-user: Fixes for zero_bss Richard Henderson
2023-10-18 23:31 ` [PULL 02/14] linux-user/mips: fix abort on integer overflow Richard Henderson
2023-10-18 23:31 ` [PULL 03/14] linux-user/sh4: Fix crashes on signal delivery Richard Henderson
2023-10-18 23:31 ` [PULL 04/14] linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch Richard Henderson
2023-10-18 23:31 ` [PULL 05/14] linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap Richard Henderson
2023-10-18 23:31 ` [PULL 06/14] linux-user: Split out die_with_signal Richard Henderson
2023-10-18 23:31 ` [PULL 07/14] linux-user: Exit not abort in die_with_backtrace Richard Henderson
2023-10-18 23:31 ` [PULL 08/14] linux-user: Detect and report host crashes Richard Henderson
2023-10-18 23:31 ` [PULL 09/14] linux-user: Only register handlers for core_dump_signal by default Richard Henderson
2023-10-18 23:31 ` [PULL 10/14] linux-user: Map unsupported signals to an out-of-bounds value Richard Henderson
2023-10-18 23:31 ` [PULL 11/14] linux-user: Simplify signal_init Richard Henderson
2023-10-18 23:31 ` [PULL 12/14] linux-user: Split out host_sig{segv,bus}_handler Richard Henderson
2023-10-18 23:31 ` [PULL 13/14] linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP Richard Henderson
2023-10-18 23:31 ` [PULL 14/14] linux-user: Remap guest SIGABRT Richard Henderson
2023-10-19 18:51 ` [PULL 00/14] linux-user patch queue Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.