Re: [PATCH] linux-user: Remove stale "not threadsafe" comments

2022-01-14 Thread Peter Maydell
On Fri, 14 Jan 2022 at 15:50, Peter Maydell wrote: > > In linux-user/signal.c we have two FIXME comments claiming that > parts of the signal-handling code are not threadsafe. These are > very old, as they were first introduced in commit 624f7979058 > in 2008. Since then we've radically overhauled

[PATCH] linux-user: Remove stale "not threadsafe" comments

2022-01-14 Thread Peter Maydell
In linux-user/signal.c we have two FIXME comments claiming that parts of the signal-handling code are not threadsafe. These are very old, as they were first introduced in commit 624f7979058 in 2008. Since then we've radically overhauled the signal-handling logic, while carefully preserving these FI