[PATCH] MAINTAINERS: Add doc files on real-time support to Real-time Linux

Lukas Bulwahn posted 1 patch 3 weeks, 1 day ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add doc files on real-time support to Real-time Linux
Posted by Lukas Bulwahn 3 weeks, 1 day ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit f51fe3b7e48c ("Documentation: Add real-time to core-api") adds new
documentation on real-time support, i.e., PREEMPT_RT. So, add a file entry
for that directory to the corresponding section in MAINTAINERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d7175c38c6d1..e2782810d0e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21403,6 +21403,7 @@ M:	Clark Williams <clrkwllms@kernel.org>
 M:	Steven Rostedt <rostedt@goodmis.org>
 L:	linux-rt-devel@lists.linux.dev
 S:	Supported
+F:	Documentation/core-api/real-time/
 K:	PREEMPT_RT
 
 REALTEK AUDIO CODECS
-- 
2.51.0
Re: [PATCH] MAINTAINERS: Add doc files on real-time support to Real-time Linux
Posted by Sebastian Andrzej Siewior 3 weeks, 1 day ago
On 2025-09-10 10:56:35 [+0200], Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit f51fe3b7e48c ("Documentation: Add real-time to core-api") adds new
> documentation on real-time support, i.e., PREEMPT_RT. So, add a file entry
> for that directory to the corresponding section in MAINTAINERS.

Guess it makes sense. Who is going to apply this given that neither docs
nor the tip people are on Cc?

> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d7175c38c6d1..e2782810d0e0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21403,6 +21403,7 @@ M:	Clark Williams <clrkwllms@kernel.org>
>  M:	Steven Rostedt <rostedt@goodmis.org>
>  L:	linux-rt-devel@lists.linux.dev
>  S:	Supported
> +F:	Documentation/core-api/real-time/
>  K:	PREEMPT_RT
>  
>  REALTEK AUDIO CODECS

Sebastian