All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] man2: document Linux v6.9 pidfd-related changes
@ 2024-07-09  2:13 Kir Kolyshkin
  2024-07-09  2:13 ` [PATCH 1/3] clone.2: document CLONE_PIDFD | CLONE_THREAD Kir Kolyshkin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kir Kolyshkin @ 2024-07-09  2:13 UTC (permalink / raw)
  To: Alejandro Colomar
  Cc: Kir Kolyshkin, linux-man, Christian Brauner, Oleg Nesterov

Linux 6.9 added support for PID file descriptors related to threads
(rather than processes). This adds the appropriate bits and pieces,
mostly taken from the https://github.com/brauner/man-pages-md project,
but also from the kernel commit messages.

Kir Kolyshkin (3):
  clone.2: document CLONE_PIDFD | CLONE_THREAD
  pidfd_open.2: add PIDFD_THREAD and poll nuances
  pidfd_send_signal.2: describe flags

 man/man2/clone.2             | 22 +++++++--------
 man/man2/pidfd_open.2        | 36 ++++++++++++++++++++----
 man/man2/pidfd_send_signal.2 | 53 ++++++++++++++++++++++++++++++++++--
 3 files changed, 90 insertions(+), 21 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-07-09 22:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09  2:13 [PATCH 0/3] man2: document Linux v6.9 pidfd-related changes Kir Kolyshkin
2024-07-09  2:13 ` [PATCH 1/3] clone.2: document CLONE_PIDFD | CLONE_THREAD Kir Kolyshkin
2024-07-09  2:13 ` [PATCH 2/3] pidfd_open.2: add PIDFD_THREAD and poll nuances Kir Kolyshkin
2024-07-09  9:42   ` Oleg Nesterov
2024-07-09 22:06     ` Kirill Kolyshkin
2024-07-09 22:25       ` Oleg Nesterov
2024-07-09  2:13 ` [PATCH 3/3] pidfd_send_signal.2: describe flags Kir Kolyshkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.