Re: [PATCH] Documentation: index.rst: add entry of other sub-directory

From: Sebastian Andrzej Siewior

Date: Mon Jun 15 2026 - 04:19:02 EST


On 2026-06-12 13:30:13 [-0600], Jonathan Corbet wrote:
> Manuel Ebner <manuelebner@xxxxxxxxxxx> writes:
>
> > add reference to scheduler/sched-rt-group.rst
> >
> > Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
> > ---
> > Documentation/core-api/real-time/index.rst | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/core-api/real-time/index.rst b/Documentation/core-api/real-time/index.rst
> > index f08d2395a22c..661b419e7f8f 100644
> > --- a/Documentation/core-api/real-time/index.rst
> > +++ b/Documentation/core-api/real-time/index.rst
> > @@ -15,3 +15,4 @@ the required changes compared to a non-PREEMPT_RT configuration.
> > differences
> > hardware
> > architecture-porting
> > + Real-Time group scheduling <../../scheduler/sched-rt-group>
>
> This file already appears in the toctree in
> Documentation/scheduler/index.rst; adding it elsewhere can create build
> problems. If you really want a link here, the way to do it is to add a
> cross reference instead.

The long term goal is to remove sched-rt-group and replace it with
something else. Manuel stated that he just found it and was not/ is not
using it. Maybe just drop it entirely.

> jon

Sebastian