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

Dev Jain posted 2 patches 1 year, 6 months ago
man/man7/signal.7 | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
[PATCH v2 0/2] signal(7) fixes
Posted by Dev Jain 1 year, 6 months ago
This is a follow-up to the following, or any subsequent versions of it:
https://lore.kernel.org/all/20240611075650.814397-1-dev.jain@arm.com/

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