From: sashiko-bot@kernel.org
To: "Ahmed S. Darwish" <darwi@linutronix.de>
Cc: linux-kernel@vger.kernel.org, linux-rt-devel@lists.linux.dev
Subject: Re: [PATCH v5 1/1] Documentation: real-time: Add kernel configuration guide
Date: Tue, 04 Aug 2026 13:43:41 +0000 [thread overview]
Message-ID: <20260804134341.B8A261F00A3D@smtp.kernel.org> (raw)
In-Reply-To: <20260804133746.744212-2-darwi@linutronix.de>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Typographical errors in the documentation text and the commit message.
--
--- Patch [1]: [PATCH v5 1/1] Documentation: real-time: Add kernel configuration guide ---
commit fc9a84c888f9e6c7081f477ffb83f1ff5bc1b0aa
Author: Ahmed S. Darwish <darwi@linutronix.de>
Documentation: real-time: Add kernel configuration guide
This commit adds a new kernel configuration guide for real-time systems,
detailing recommended Kconfig options. It lists options for CPU governors,
cpuidle, graphics, EFI, NO_HZ, and debugging features, explaining the
latency impacts for each.
> Add a summary at the end of the document warning users that there is a no
> "one size fits all solution" for configuring a real-time system.
[Severity: Low]
This isn't a bug, but there is a typo in the commit message: "a no"
should probably just be "no".
> diff --git a/Documentation/core-api/real-time/kernel-configuration.rst b/Documentation/core-api/real-time/kernel-configuration.rst
> new file mode 100644
> index 0000000000000..72f7e8453bcc5
> --- /dev/null
> +++ b/Documentation/core-api/real-time/kernel-configuration.rst
> @@ -0,0 +1,307 @@
[ ... ]
> +Non-performance CPU frequency governors
> +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> +
> +:Expectation: disabled
> +:Severity: *medium*
> +
> +To ensure reproducible system latency measurements, disable the
> +non-``PERFORMANCE`` CPU frequency governors whenever possible. This avoids
> +the risk of unknown userspace tasks implicitly or explicitly setting a
> +different CPU frequency governor, and and thereby changing latency behavior
> +while the system is running.
[Severity: Low]
This isn't a bug, but there is a duplicated "and" in the sentence above.
[ ... ]
> +``CONFIG_TRACING`` (and tracing options)
> +----------------------------------------
> +
> +:Expectation: enabled
> +:Severity: *info*
> +
> +Shipping kernels with tracing support enabled (but not actively running) is
> +highly recommended. This will allow the users to extract more information if
> +latency problems arise. Nonetheless, some tracers do incur latency overhead
> +by just being enable.
[Severity: Low]
This isn't a bug, but "enable" here should probably be "enabled".
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260804133746.744212-2-darwi@linutronix.de?part=1
prev parent reply other threads:[~2026-08-04 13:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 13:37 [PATCH v5 0/1] Documentation: Add real-time kernel configuration guide Ahmed S. Darwish
2026-08-04 13:37 ` [PATCH v5 1/1] Documentation: real-time: Add " Ahmed S. Darwish
2026-08-04 13:43 ` sashiko-bot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260804134341.B8A261F00A3D@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=darwi@linutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-devel@lists.linux.dev \
--cc=sashiko-reviews@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.