Re: [PATCH 02/30] bsd-user/signal.c: implement force_sig_fault

2022-01-23 Thread Richard Henderson
On 1/10/22 3:18 AM, Warner Losh wrote: Start to implement the force_sig_fault code. This currently just calls queue_signal(). The bsd-user fork version of that will handle this the synchronous nature of this call. Add signal-common.h to hold signal helper functions like force_sig_fault. Signed-o

Re: [PATCH 02/30] bsd-user/signal.c: implement force_sig_fault

2022-01-13 Thread Peter Maydell
On Sun, 9 Jan 2022 at 16:23, Warner Losh wrote: > > Start to implement the force_sig_fault code. This currently just calls > queue_signal(). The bsd-user fork version of that will handle this the > synchronous nature of this call. Add signal-common.h to hold signal > helper functions like force_si

[PATCH 02/30] bsd-user/signal.c: implement force_sig_fault

2022-01-09 Thread Warner Losh
Start to implement the force_sig_fault code. This currently just calls queue_signal(). The bsd-user fork version of that will handle this the synchronous nature of this call. Add signal-common.h to hold signal helper functions like force_sig_fault. Signed-off-by: Stacey Son Signed-off-by: Kyle Ev