public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] signal(7) fixes
@ 2024-06-11  9:08 Dev Jain
  2024-06-11  9:08 ` [PATCH v2 1/2] signal.7: Clearly describe ucontext kernel dump to userspace Dev Jain
  2024-06-11  9:08 ` [PATCH v2 2/2] signal.7: Fix wrong mention of sigprocmask Dev Jain
  0 siblings, 2 replies; 7+ messages in thread
From: Dev Jain @ 2024-06-11  9:08 UTC (permalink / raw)
  To: alx, linux-man
  Cc: mingo, tglx, mark.rutland, ryan.roberts, broonie, suzuki.poulose,
	Anshuman.Khandual, DeepakKumar.Mishra, aneesh.kumar, linux-kernel,
	Dev Jain

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-17 10:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11  9:08 [PATCH v2 0/2] signal(7) fixes Dev Jain
2024-06-11  9:08 ` [PATCH v2 1/2] signal.7: Clearly describe ucontext kernel dump to userspace Dev Jain
2024-06-17 10:54   ` Alejandro Colomar
2024-06-17 10:56     ` Alejandro Colomar
2024-06-11  9:08 ` [PATCH v2 2/2] signal.7: Fix wrong mention of sigprocmask Dev Jain
2024-06-11 13:06   ` Mark Brown
2024-06-17 10:59     ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox