Re: [PATCH] Documentation: index.rst: add entry of other sub-directory
Manuel Ebner <[email protected]> Wed, 03 Jun 2026 12:55:57 +0200
| Newsgroups | org.kernel.vger.linux-rt-users,dev.linux.lists.linux-rt-devel,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2026-06-03 at 12:20 +0200, Sebastian Andrzej Siewior wrote: > On 2026-06-03 10:04:31 [+0200], Manuel Ebner wrote: > > add reference to scheduler/sched-rt-group.rst > > > > Signed-off-by: Manuel Ebner <[email protected]> > > --- > > 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> > > Have you been using this and are referencing this because it is useful > or did you just happen to find it? I happened to find it. > People have been complaining about this Maybe with the help of them we can figure out what's happening. adding [email protected] > and I *think* it fails to work > in multi-CPU scenarios (it might work if the task is restricted to > single CPU usage). Not entirely certain. But complains, that I am > certain of. > There is replacement underway to utilize SCHED_DL for this as in > "Hierarchical Constant Bandwidth Server (HCBS)" > https://lore.kernel.org/all/[email protected]/ will look into this. > > Sebastian Thanks for the feedback Manuel