Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v6 0/1] Documentation: Add real-time kernel configuration guide
@ 2026-08-04 14:15 Ahmed S. Darwish
  2026-08-04 14:15 ` [PATCH v6 1/1] Documentation: real-time: Add " Ahmed S. Darwish
  0 siblings, 1 reply; 4+ messages in thread
From: Ahmed S. Darwish @ 2026-08-04 14:15 UTC (permalink / raw)
  To: Jonathan Corbet, Clark Williams, Steven Rostedt, linux-rt-devel
  Cc: Rafael J. Wysocki, Matthew Wilcox, Sebastian Andrzej Siewior,
	John Ogness, Derek Barbosa, linux-doc, linux-kernel,
	Ahmed S. Darwish

Hi,

There is a no "one size fits all" solution for configuring a PREEMPT_RT
kernel.

Intorduce a PREEMPT_RT kernel configuration guide to better help system
developers and integrators.

Changelog v6
------------

Handle Sashiko review; minor typographical issue.

Changelog v5
------------

https://msgid.link/20260804133746.744212-1-darwi@linutronix.de

Handle Sebastian remarks:

- Reference other documents as Jonathan prefers; i.e., no :doc: tags.
- Coalesce the CPU frequency governors text, and the tracing text.
- Add might_sleep() note to CONFIG_DEBUG_ATOMIC_SLEEP.
- Mention debugfs only as "allowed".
- Mention CONFIG_DEBUG_BUGVERBOSE.
- Do not mention DEBUG_INFO as it's not selectable; mention the
  CONFIG_DEBUG_INFO* selectable variants.

Changelog v4
------------

https://msgid.link/20260716195716.256025-1-darwi@linutronix.de

Handle Sashiko review: Remove a no-longer-referenced link.  Remove
CONFIG_WQ_SYS reference, which I thought it exists due to a quick
misunderstanding of core-api/workqueue.

Changelog v3
------------

https://msgid.link/20260715150147.225715-1-darwi@linutronix.de

CONFIG_EFI_DISABLE_RUNTIME: Mention that system integrators can now assign
the efi_runtime workqueue CPU affinity, then safely pin RT tasks on a
different CPU range.  This is due to:

  https://msgid.link/20260227170103.4042157-1-bigeasy@linutronix.de

now being merged mainline.

Changelog v2
------------

https://msgid.link/20260414174159.1271171-1-darwi@linutronix.de

Handle Rostedt remarks:

- Better reword certain paragraphs and statements
- Warn about enabling CONFIG_IRQSOFF_TRACER and CONFIG_PREEMPT_TRACER

Handle Wilcox remarks:

- Remove ToC comment + minor rewording

Changelog v1
------------

https://msgid.link/20260305205023.361530-1-darwi@linutronix.de

Thanks,

8<-----

Ahmed S. Darwish (1):
  Documentation: real-time: Add kernel configuration guide

 Documentation/core-api/real-time/index.rst    |   1 +
 .../real-time/kernel-configuration.rst        | 307 ++++++++++++++++++
 2 files changed, 308 insertions(+)
 create mode 100644 Documentation/core-api/real-time/kernel-configuration.rst

base-commit: 075b74841bd0065a3bda3440873c747938e69b68
-- 
2.55.0


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

end of thread, other threads:[~2026-08-06  8:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 14:15 [PATCH v6 0/1] Documentation: Add real-time kernel configuration guide Ahmed S. Darwish
2026-08-04 14:15 ` [PATCH v6 1/1] Documentation: real-time: Add " Ahmed S. Darwish
2026-08-05 19:42   ` Jonathan Corbet
2026-08-06  8:02     ` Ahmed S. Darwish

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