Re: [PATCH v1 1/1] Documentation: real-time: Add kernel configuration guide
From: Ahmed S. Darwish
Date: Thu Mar 05 2026 - 16:46:05 EST
Hi Matthew,
On Thu, 05 Mar 2026, Matthew Wilcox wrote:
>
> On Thu, Mar 05, 2026 at 09:50:12PM +0100, Ahmed S. Darwish wrote:
> > +==============================
> > +Real-Time Kernel configuration
> > +==============================
> > +
> > +.. Add a ToC so that all options can be seen in a glance
>
> Is this a useful comment?
>
I thought I'm the only one explicitly adding a ToC. A quick grep shows
that to be false so I'll remove the comment.
> > +.. contents:: Table of Contents
> > + :depth: 3
> > + :local:
>
> [...]
>
> > +``CONFIG_CPU_FREQ``
> > +-------------------
> > +
> > +:Expectation: enabled
> > +:Severity: *high*
>
> Importance rather than Severity, perhaps?
>
> And high/medium/low rather than high/medium/info.
>
The info sections were meant to provide extra info on the kconfig options
w.r.t. PREEMPT_RT. So, the CONFIG_DRM entry is not of low importance as
"Importance: low" would imply. I'll think of something here.
> > +With that in mind, any false real-time kernel configuration could cause a
>
> incorrect rather than false, perhaps?
>
will do.
Thanks a lot,
Ahmed