* [PATCH] MAINTAINERS: Add an entry for PREEMPT_RT.
@ 2024-10-02 15:46 Sebastian Andrzej Siewior
2024-10-05 9:00 ` Pavel Machek
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Sebastian Andrzej Siewior @ 2024-10-02 15:46 UTC (permalink / raw)
To: linux-kernel, linux-rt-devel
Cc: Steven Rostedt, Ingo Molnar, Peter Zijlstra, Thomas Gleixner
Add a maintainers entry now that the PREEMPT_RT bits are merged. Steven
volunteered and asked for the list.
There are no files associated with this entry since it is spread over
the kernel. It serves as entry for people knowing what they look for.
There is a keyword added so if PREEMPT_RT is mentioned somewhere, then
the entry will be picked up.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c27f3190737f8..83285c41b0ef7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19514,6 +19514,13 @@ S: Maintained
F: Documentation/tools/rtla/
F: tools/tracing/rtla/
+Real-time Linux (PREEMPT_RT)
+M: Steven Rostedt <rostedt@goodmis.org>
+M: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+L: linux-rt-devel@lists.linux.dev
+S: Supported
+K: PREEMPT_RT
+
REALTEK AUDIO CODECS
M: Oder Chiou <oder_chiou@realtek.com>
S: Maintained
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: Add an entry for PREEMPT_RT.
2024-10-02 15:46 [PATCH] MAINTAINERS: Add an entry for PREEMPT_RT Sebastian Andrzej Siewior
@ 2024-10-05 9:00 ` Pavel Machek
2024-10-11 16:00 ` Clark Williams
2024-10-15 15:11 ` [PATCH v2] " Sebastian Andrzej Siewior
2 siblings, 0 replies; 5+ messages in thread
From: Pavel Machek @ 2024-10-05 9:00 UTC (permalink / raw)
To: Sebastian Andrzej Siewior
Cc: linux-kernel, linux-rt-devel, Steven Rostedt, Ingo Molnar,
Peter Zijlstra, Thomas Gleixner
[-- Attachment #1: Type: text/plain, Size: 692 bytes --]
Hi!
> Add a maintainers entry now that the PREEMPT_RT bits are merged. Steven
> volunteered and asked for the list.
> There are no files associated with this entry since it is spread over
> the kernel. It serves as entry for people knowing what they look for.
> There is a keyword added so if PREEMPT_RT is mentioned somewhere, then
> the entry will be picked up.
>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Pavel Machek <pavel@denx.de>
I wonder how this should be merged. Send it directly to Linus? Make it
part of next rt patchset?
Best regards,
Pavel
--
People of Russia, stop Putin before his war on Ukraine escalates.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add an entry for PREEMPT_RT.
2024-10-02 15:46 [PATCH] MAINTAINERS: Add an entry for PREEMPT_RT Sebastian Andrzej Siewior
2024-10-05 9:00 ` Pavel Machek
@ 2024-10-11 16:00 ` Clark Williams
2024-10-15 15:11 ` [PATCH v2] " Sebastian Andrzej Siewior
2 siblings, 0 replies; 5+ messages in thread
From: Clark Williams @ 2024-10-11 16:00 UTC (permalink / raw)
To: Sebastian Andrzej Siewior
Cc: Steven Rostedt, Ingo Molnar, Peter Zijlstra, Thomas Gleixner,
linux-kernel, linux-rt-devel
On Wed, Oct 02, 2024 at 05:46:39PM +0200, Sebastian Andrzej Siewior wrote:
> Add a maintainers entry now that the PREEMPT_RT bits are merged. Steven
> volunteered and asked for the list.
> There are no files associated with this entry since it is spread over
> the kernel. It serves as entry for people knowing what they look for.
> There is a keyword added so if PREEMPT_RT is mentioned somewhere, then
> the entry will be picked up.
>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Please add me to the list.
Clark
--
The United States Coast Guard
Ruining Natural Selection since 1790
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] MAINTAINERS: Add an entry for PREEMPT_RT.
2024-10-02 15:46 [PATCH] MAINTAINERS: Add an entry for PREEMPT_RT Sebastian Andrzej Siewior
2024-10-05 9:00 ` Pavel Machek
2024-10-11 16:00 ` Clark Williams
@ 2024-10-15 15:11 ` Sebastian Andrzej Siewior
2024-10-17 19:44 ` [tip: sched/urgent] " tip-bot2 for Sebastian Andrzej Siewior
2 siblings, 1 reply; 5+ messages in thread
From: Sebastian Andrzej Siewior @ 2024-10-15 15:11 UTC (permalink / raw)
To: linux-kernel, linux-rt-devel
Cc: Steven Rostedt, Ingo Molnar, Peter Zijlstra, Thomas Gleixner,
Clark Williams
Add a maintainers entry now that the PREEMPT_RT bits are merged. Steven
volunteered and asked for the list.
There are no files associated with this entry since it is spread over
the kernel. It serves as entry for people knowing what they look for.
There is a keyword added so if PREEMPT_RT is mentioned somewhere, then
the entry will be picked up.
Acked-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
v1…v2:
- Add Clark
- Add Pavel's Ack.
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ad507f49324a..856723985a768 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19523,6 +19523,14 @@ S: Maintained
F: Documentation/tools/rtla/
F: tools/tracing/rtla/
+Real-time Linux (PREEMPT_RT)
+M: Clark Williams <clrkwllms@kernel.org>
+M: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+M: Steven Rostedt <rostedt@goodmis.org>
+L: linux-rt-devel@lists.linux.dev
+S: Supported
+K: PREEMPT_RT
+
REALTEK AUDIO CODECS
M: Oder Chiou <oder_chiou@realtek.com>
S: Maintained
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [tip: sched/urgent] MAINTAINERS: Add an entry for PREEMPT_RT.
2024-10-15 15:11 ` [PATCH v2] " Sebastian Andrzej Siewior
@ 2024-10-17 19:44 ` tip-bot2 for Sebastian Andrzej Siewior
0 siblings, 0 replies; 5+ messages in thread
From: tip-bot2 for Sebastian Andrzej Siewior @ 2024-10-17 19:44 UTC (permalink / raw)
To: linux-tip-commits
Cc: Sebastian Andrzej Siewior, Thomas Gleixner, Pavel Machek, x86,
linux-kernel
The following commit has been merged into the sched/urgent branch of tip:
Commit-ID: 5ec36fe24bd2d529ba415b9eaed44a689ab543ed
Gitweb: https://git.kernel.org/tip/5ec36fe24bd2d529ba415b9eaed44a689ab543ed
Author: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
AuthorDate: Tue, 15 Oct 2024 17:11:32 +02:00
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Thu, 17 Oct 2024 21:33:30 +02:00
MAINTAINERS: Add an entry for PREEMPT_RT.
Add a maintainers entry now that the PREEMPT_RT bits are merged. Steven
volunteered and asked for the list.
There are no files associated with this entry since it is spread over the
kernel. It serves as entry for people knowing what they look for. There is
a keyword added so if PREEMPT_RT is mentioned somewhere, then the entry
will be picked up.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Pavel Machek <pavel@denx.de>
Link: https://lore.kernel.org/all/20241015151132.Erx81G9f@linutronix.de
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ad507f..cdfdaef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19523,6 +19523,14 @@ S: Maintained
F: Documentation/tools/rtla/
F: tools/tracing/rtla/
+Real-time Linux (PREEMPT_RT)
+M: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
+M: Clark Williams <clrkwllms@kernel.org>
+M: Steven Rostedt <rostedt@goodmis.org>
+L: linux-rt-devel@lists.linux.dev
+S: Supported
+K: PREEMPT_RT
+
REALTEK AUDIO CODECS
M: Oder Chiou <oder_chiou@realtek.com>
S: Maintained
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-17 19:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 15:46 [PATCH] MAINTAINERS: Add an entry for PREEMPT_RT Sebastian Andrzej Siewior
2024-10-05 9:00 ` Pavel Machek
2024-10-11 16:00 ` Clark Williams
2024-10-15 15:11 ` [PATCH v2] " Sebastian Andrzej Siewior
2024-10-17 19:44 ` [tip: sched/urgent] " tip-bot2 for Sebastian Andrzej Siewior
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox