Re: [PATCH for-6.2 0/7] linux-user: Clean up siginfo_t handling for arm, aarch64

2021-09-23 Thread Laurent Vivier
Le 13/08/2021 à 15:18, Peter Maydell a écrit : > Coverity reported that we don't set the _sifields union when queuing > the SIGTRAP for EXCP_DEBUG events on aarch64. This series fixes that > bug and a few others, and cleans up the way we queue fault signals > to be less error-prone. > > The

[PATCH for-6.2 0/7] linux-user: Clean up siginfo_t handling for arm, aarch64

2021-08-13 Thread Peter Maydell
Coverity reported that we don't set the _sifields union when queuing the SIGTRAP for EXCP_DEBUG events on aarch64. This series fixes that bug and a few others, and cleans up the way we queue fault signals to be less error-prone. The underlying cause of the bug is that when queueing a signal the