[PATCH v2 0/2] signal(7) fixes

From: Dev Jain
Date: Tue Jun 11 2024 - 05:09:02 EST


This is a follow-up to the following, or any subsequent versions of it:
https://lore.kernel.org/all/20240611075650.814397-1-dev.jain@xxxxxxx/

This patchset brings distinction between the set of blocked signals stored
in uc_sigmask, and the actual set of blocked signals. Also, fix a wrong
mention of sigprocmask(), and replace it with sigaction().

Changes in v2:
- Make the description clear and concise
- Use semantic newlines

Dev Jain (2):
signal.7: Clearly describe ucontext kernel dump to userspace
signal.7: Fix wrong mention of sigprocmask

man/man7/signal.7 | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

--
2.34.1