Re: [PULL 01/26] linux-user: Add infrastructure for a signal trampoline page

2021-11-05 Thread Peter Maydell
On Mon, 4 Oct 2021 at 08:44, Laurent Vivier wrote: > > From: Richard Henderson > > Allocate a page to hold the signal trampoline(s). > Invoke a guest-specific hook to fill in the contents > of the page before marking it read-execute again. Hi; Coverity complains here about a missing error check

[PULL 01/26] linux-user: Add infrastructure for a signal trampoline page

2021-10-04 Thread Laurent Vivier
From: Richard Henderson Allocate a page to hold the signal trampoline(s). Invoke a guest-specific hook to fill in the contents of the page before marking it read-execute again. Reviewed-by: Max Filippov Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Peter Maydell Signed-off-by: Richard Hend