diff mbox series

tracing: Update MAINTAINERS file

Message ID 20240715144745.51d887a9@rorschach.local.home (mailing list archive)
State Accepted
Commit 5f7c72df1ba6ba00ee163ba4049c785ac5930759
Headers show
Series tracing: Update MAINTAINERS file | expand

Commit Message

Steven Rostedt July 15, 2024, 6:47 p.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Gone but never forgotten.

[ Also moved Daniel's name to be consistent with the alphabetical order ]

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 CREDITS     | 10 +++++++---
 MAINTAINERS |  3 ---
 2 files changed, 7 insertions(+), 6 deletions(-)

Comments

Mathieu Desnoyers July 15, 2024, 7:10 p.m. UTC | #1
On 2024-07-15 14:47, Steven Rostedt wrote:
> From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
> 
> Gone but never forgotten.
> 
> [ Also moved Daniel's name to be consistent with the alphabetical order ]

Hi Steven,

You appear to have missed this entry from SCHEDULER:

R:      Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)

Should it be done in a separate commit or folded in this one ?

Thanks,

Mathieu

> 
> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
> ---
>   CREDITS     | 10 +++++++---
>   MAINTAINERS |  3 ---
>   2 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index 88c4c08cb613..d7798910e99f 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -271,9 +271,6 @@ D: Driver for WaveFront soundcards (Turtle Beach Maui, Tropez, Tropez+)
>   D: Various bugfixes and changes to sound drivers
>   S: USA
>   
> -N: Daniel Bristot de Oliveira
> -D: Scheduler contributions, notably: SCHED_DEADLINE
> -
>   N: Carlos Henrique Bauer
>   E: chbauer@acm.org
>   E: bauer@atlas.unisinos.br
> @@ -534,6 +531,13 @@ S: Kopmansg 2
>   S: 411 13  Goteborg
>   S: Sweden
>   
> +N: Daniel Bristot de Oliveira
> +D: Scheduler contributions, notably: SCHED_DEADLINE
> +D: Real-time Linux Analysis
> +D: Runtime Verification
> +D: OS Noise and Latency Tracers
> +S: Brazil and Italy
> +
>   N: Paul Bristow
>   E: paul@paulbristow.net
>   W: https://paulbristow.net/linux/idefloppy.html
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2e1b8bbacb5e..0b7e4cd4ffd7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18895,7 +18895,6 @@ F:	include/uapi/linux/rtc.h
>   F:	tools/testing/selftests/rtc/
>   
>   Real-time Linux Analysis (RTLA) tools
> -M:	Daniel Bristot de Oliveira <bristot@kernel.org>
>   M:	Steven Rostedt <rostedt@goodmis.org>
>   L:	linux-trace-kernel@vger.kernel.org
>   S:	Maintained
> @@ -19529,7 +19528,6 @@ S:	Maintained
>   F:	drivers/infiniband/ulp/rtrs/
>   
>   RUNTIME VERIFICATION (RV)
> -M:	Daniel Bristot de Oliveira <bristot@kernel.org>
>   M:	Steven Rostedt <rostedt@goodmis.org>
>   L:	linux-trace-kernel@vger.kernel.org
>   S:	Maintained
> @@ -22806,7 +22804,6 @@ F:	kernel/trace/trace_mmiotrace.c
>   
>   TRACING OS NOISE / LATENCY TRACERS
>   M:	Steven Rostedt <rostedt@goodmis.org>
> -M:	Daniel Bristot de Oliveira <bristot@kernel.org>
>   S:	Maintained
>   F:	Documentation/trace/hwlat_detector.rst
>   F:	Documentation/trace/osnoise-tracer.rst
Steven Rostedt July 15, 2024, 7:13 p.m. UTC | #2
On Mon, 15 Jul 2024 15:10:17 -0400
Mathieu Desnoyers <mathieu.desnoyers@efficios.com> wrote:

> On 2024-07-15 14:47, Steven Rostedt wrote:
> > From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
> > 
> > Gone but never forgotten.
> > 
> > [ Also moved Daniel's name to be consistent with the alphabetical order ]  
> 
> Hi Steven,
> 
> You appear to have missed this entry from SCHEDULER:
> 
> R:      Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)
> 
> Should it be done in a separate commit or folded in this one ?

That has already been done:

  https://lore.kernel.org/all/20240708075752.GF11386@noisy.programming.kicks-ass.net/

This patch is actually on top of that one.

-- Steve
Mathieu Desnoyers July 15, 2024, 7:16 p.m. UTC | #3
On 2024-07-15 15:13, Steven Rostedt wrote:
> On Mon, 15 Jul 2024 15:10:17 -0400
> Mathieu Desnoyers <mathieu.desnoyers@efficios.com> wrote:
> 
>> On 2024-07-15 14:47, Steven Rostedt wrote:
>>> From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
>>>
>>> Gone but never forgotten.
>>>
>>> [ Also moved Daniel's name to be consistent with the alphabetical order ]
>>
>> Hi Steven,
>>
>> You appear to have missed this entry from SCHEDULER:
>>
>> R:      Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)
>>
>> Should it be done in a separate commit or folded in this one ?
> 
> That has already been done:
> 
>    https://lore.kernel.org/all/20240708075752.GF11386@noisy.programming.kicks-ass.net/
> 
> This patch is actually on top of that one.

Sorry I missed that.

Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

> 
> -- Steve
Masami Hiramatsu (Google) July 16, 2024, 9:15 a.m. UTC | #4
On Mon, 15 Jul 2024 14:47:45 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
> 
> Gone but never forgotten.
> 
> [ Also moved Daniel's name to be consistent with the alphabetical order ]
> 

Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Thank you,

> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
> ---
>  CREDITS     | 10 +++++++---
>  MAINTAINERS |  3 ---
>  2 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index 88c4c08cb613..d7798910e99f 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -271,9 +271,6 @@ D: Driver for WaveFront soundcards (Turtle Beach Maui, Tropez, Tropez+)
>  D: Various bugfixes and changes to sound drivers
>  S: USA
>  
> -N: Daniel Bristot de Oliveira
> -D: Scheduler contributions, notably: SCHED_DEADLINE
> -
>  N: Carlos Henrique Bauer
>  E: chbauer@acm.org
>  E: bauer@atlas.unisinos.br
> @@ -534,6 +531,13 @@ S: Kopmansg 2
>  S: 411 13  Goteborg
>  S: Sweden
>  
> +N: Daniel Bristot de Oliveira
> +D: Scheduler contributions, notably: SCHED_DEADLINE
> +D: Real-time Linux Analysis
> +D: Runtime Verification
> +D: OS Noise and Latency Tracers
> +S: Brazil and Italy
> +
>  N: Paul Bristow
>  E: paul@paulbristow.net
>  W: https://paulbristow.net/linux/idefloppy.html
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2e1b8bbacb5e..0b7e4cd4ffd7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18895,7 +18895,6 @@ F:	include/uapi/linux/rtc.h
>  F:	tools/testing/selftests/rtc/
>  
>  Real-time Linux Analysis (RTLA) tools
> -M:	Daniel Bristot de Oliveira <bristot@kernel.org>
>  M:	Steven Rostedt <rostedt@goodmis.org>
>  L:	linux-trace-kernel@vger.kernel.org
>  S:	Maintained
> @@ -19529,7 +19528,6 @@ S:	Maintained
>  F:	drivers/infiniband/ulp/rtrs/
>  
>  RUNTIME VERIFICATION (RV)
> -M:	Daniel Bristot de Oliveira <bristot@kernel.org>
>  M:	Steven Rostedt <rostedt@goodmis.org>
>  L:	linux-trace-kernel@vger.kernel.org
>  S:	Maintained
> @@ -22806,7 +22804,6 @@ F:	kernel/trace/trace_mmiotrace.c
>  
>  TRACING OS NOISE / LATENCY TRACERS
>  M:	Steven Rostedt <rostedt@goodmis.org>
> -M:	Daniel Bristot de Oliveira <bristot@kernel.org>
>  S:	Maintained
>  F:	Documentation/trace/hwlat_detector.rst
>  F:	Documentation/trace/osnoise-tracer.rst
> -- 
> 2.43.0
>
diff mbox series

Patch

diff --git a/CREDITS b/CREDITS
index 88c4c08cb613..d7798910e99f 100644
--- a/CREDITS
+++ b/CREDITS
@@ -271,9 +271,6 @@  D: Driver for WaveFront soundcards (Turtle Beach Maui, Tropez, Tropez+)
 D: Various bugfixes and changes to sound drivers
 S: USA
 
-N: Daniel Bristot de Oliveira
-D: Scheduler contributions, notably: SCHED_DEADLINE
-
 N: Carlos Henrique Bauer
 E: chbauer@acm.org
 E: bauer@atlas.unisinos.br
@@ -534,6 +531,13 @@  S: Kopmansg 2
 S: 411 13  Goteborg
 S: Sweden
 
+N: Daniel Bristot de Oliveira
+D: Scheduler contributions, notably: SCHED_DEADLINE
+D: Real-time Linux Analysis
+D: Runtime Verification
+D: OS Noise and Latency Tracers
+S: Brazil and Italy
+
 N: Paul Bristow
 E: paul@paulbristow.net
 W: https://paulbristow.net/linux/idefloppy.html
diff --git a/MAINTAINERS b/MAINTAINERS
index 2e1b8bbacb5e..0b7e4cd4ffd7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18895,7 +18895,6 @@  F:	include/uapi/linux/rtc.h
 F:	tools/testing/selftests/rtc/
 
 Real-time Linux Analysis (RTLA) tools
-M:	Daniel Bristot de Oliveira <bristot@kernel.org>
 M:	Steven Rostedt <rostedt@goodmis.org>
 L:	linux-trace-kernel@vger.kernel.org
 S:	Maintained
@@ -19529,7 +19528,6 @@  S:	Maintained
 F:	drivers/infiniband/ulp/rtrs/
 
 RUNTIME VERIFICATION (RV)
-M:	Daniel Bristot de Oliveira <bristot@kernel.org>
 M:	Steven Rostedt <rostedt@goodmis.org>
 L:	linux-trace-kernel@vger.kernel.org
 S:	Maintained
@@ -22806,7 +22804,6 @@  F:	kernel/trace/trace_mmiotrace.c
 
 TRACING OS NOISE / LATENCY TRACERS
 M:	Steven Rostedt <rostedt@goodmis.org>
-M:	Daniel Bristot de Oliveira <bristot@kernel.org>
 S:	Maintained
 F:	Documentation/trace/hwlat_detector.rst
 F:	Documentation/trace/osnoise-tracer.rst