From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B96453C0A14; Mon, 15 Jun 2026 08:13:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781511223; cv=none; b=AhvmYfwq1nakoNn+Kgbfj5kDY226EVZA6kGI0QoMLmYlj+DXzVfUssIYXasmgBNo9EVhtf6eDbfD34UZ45BOL5BrRzVZ3+NFIlISdEUwqq7m1hwTudimzujc6Q27DBx9/PDBvo5GugeRPOJ8JmXMiHHWGr5x4P/Ms74eiYVmI4A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781511223; c=relaxed/simple; bh=Qgdj0dkb+IjIDtWTuXh7o4a2XDBRKLhl6mKOKP5fDwQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gnpUVngkf+OgSf47dp9v/xYVML1peIK91sJRa6IAQR270lv0QhjOxxFUGrEzRDZVTjCcaMNYdCARVaAmG7Y1SskphJZPV0Ryp7Sb9YqBwbuQInN6bWM4yMgT3OIVn8NiswfRd05z0D/tjkgAcpYUDFSpWy+ORZycdn/4kUbbSoM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=Q78gvIbh; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=L69U6WP9; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Q78gvIbh"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="L69U6WP9" Date: Mon, 15 Jun 2026 10:13:36 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1781511217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ERV8qo+XISRjEI2pq31fS3oFYd5RWtEhuYxOH/yw4VY=; b=Q78gvIbh+rrcUC//ANxWfGVmd9QA4AXz/tFfm/DgPkpQEc2E6KJCRZb7HXqLaqzdXWwwFZ Aa27m9M7S0/QXeeEALT0ZPhqvmcSG+ZOqNdk+8bwtb2BqmnX9Mg1pguKtKXMQNlCMGPbFk dG9S4Pgl1vo7CuzQx89iExDMWnjiD+FRP9tLcohogAuajhwgML93W6fv4+WbKKICBmU/5G igLCfRc0QGtpGa62St0rTpkkjIcrO0Ga5csnJOxkf5e4q/tz0jlPTY6YVE+3dm1IgS/xL0 C4k68Xd4f9YbqYFLmLqNVxRGoB5QKUzRa5P0s6iRwyZ0MPfXCPoubcHMtbvGuA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1781511217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ERV8qo+XISRjEI2pq31fS3oFYd5RWtEhuYxOH/yw4VY=; b=L69U6WP9dZk5OvecztTDEHx/OL06WWQ2eZXzsoMdlT97QSFmCg56viWxDok95V0ypbjBQb WOpVETkzuh2Kb5Dw== From: Sebastian Andrzej Siewior To: Jonathan Corbet Cc: Manuel Ebner , Clark Williams , Steven Rostedt , Shuah Khan , "open list:Real-time Linux (PREEMPT_RT)" , "open list:DOCUMENTATION" , open list Subject: Re: [PATCH] Documentation: index.rst: add entry of other sub-directory Message-ID: <20260615081336.9RXj7yGR@linutronix.de> References: <20260603080430.344391-2-manuelebner@mailbox.org> <87pl1v5zga.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87pl1v5zga.fsf@trenco.lwn.net> On 2026-06-12 13:30:13 [-0600], Jonathan Corbet wrote: > Manuel Ebner writes: > > > add reference to scheduler/sched-rt-group.rst > > > > Signed-off-by: Manuel Ebner > > --- > > 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