linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] sched.7 and small futex.2 updates
@ 2025-09-15 14:13 Sebastian Andrzej Siewior
  2025-09-15 14:13 ` [PATCH v2 1/5] man/man2/prctl.2, PR_FUTEX_HASH_SET_SLOTS.2const: Document PR_FUTEX_HASH_SET_SLOTS Sebastian Andrzej Siewior
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Sebastian Andrzej Siewior @ 2025-09-15 14:13 UTC (permalink / raw)
  To: linux-kernel, linux-man
  Cc: Alejandro Colomar, André Almeida, Darren Hart,
	Davidlohr Bueso, Ingo Molnar, Juri Lelli, Peter Zijlstra,
	Thomas Gleixner, Valentin Schneider, Waiman Long,
	Sebastian Andrzej Siewior

I went through sched.7 and tried to update the real-time bits.
This is an update vs the last posting.

v1…v2 https://lore.kernel.org/all/20250829160200.756194-1-bigeasy@linutronix.de/
  - dropped #4 "man/man2/futex.2: Add a pointer to Linux'
    memory-barrier". According to Carlos it is not entirely this and I am
    not sure what else is meant. So dropping.
  - Updating the link formatting in sched.7 as per G. Branden Robinson.
  - Updating the link in a comment in futex.2 to the one Carlos O'Donell
    suggested which should be right one.
  - Added a note to pthread_cond_init.3 regarding real-time.
  Independently 

Sebastian Andrzej Siewior (5):
  man/man2/prctl.2, PR_FUTEX_HASH_SET_SLOTS.2const: Document
    PR_FUTEX_HASH_SET_SLOTS
  man/man7/sched.7: Update the real-time section
  man/man7/sched.7: Update the documentation references
  man/man2/futex.2: Update the link reference again.
  man/man3/pthread_cond_init.3: Add a note regarding real-time usage

 man/man2/futex.2                             |  2 +-
 man/man2const/PR_FUTEX_HASH_SET_SLOTS.2const | 67 ++++++++++++++++++++
 man/man3/pthread_cond_init.3                 | 21 ++++++
 man/man7/sched.7                             | 67 +++++++++++++-------
 4 files changed, 133 insertions(+), 24 deletions(-)
 create mode 100644 man/man2const/PR_FUTEX_HASH_SET_SLOTS.2const

-- 
2.51.0


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

end of thread, other threads:[~2025-10-16  6:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 14:13 [PATCH v2 0/5] sched.7 and small futex.2 updates Sebastian Andrzej Siewior
2025-09-15 14:13 ` [PATCH v2 1/5] man/man2/prctl.2, PR_FUTEX_HASH_SET_SLOTS.2const: Document PR_FUTEX_HASH_SET_SLOTS Sebastian Andrzej Siewior
2025-10-15 21:29   ` Alejandro Colomar
2025-10-16  6:23     ` Sebastian Andrzej Siewior
2025-09-15 14:13 ` [PATCH v2 2/5] man/man7/sched.7: Update the real-time section Sebastian Andrzej Siewior
2025-10-15 21:40   ` Alejandro Colomar
2025-09-15 14:13 ` [PATCH v2 3/5] man/man7/sched.7: Update the documentation references Sebastian Andrzej Siewior
2025-10-15 21:43   ` Alejandro Colomar
2025-09-15 14:13 ` [PATCH v2 4/5] man/man2/futex.2: Update the link reference again Sebastian Andrzej Siewior
2025-10-15 21:47   ` Alejandro Colomar
2025-09-15 14:13 ` [PATCH v2 5/5] man/man3/pthread_cond_init.3: Add a note regarding real-time usage Sebastian Andrzej Siewior
2025-10-15 21:53   ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).