On Wed, Jun 26, 2024 at 11:18:47AM +0530, Dev Jain wrote:
This test asserts the relation between blocked signal, delivered signal, and ucontext. The ucontext is mangled with, by adding a signal mask to it; on return from the handler, the thread must block the corresponding signal.
This looks good on a first pass, I see there's a new version coming so I'll go through again when that comes but I'd expect it's all good.