* sched: Update MAINTAINERS
@ 2024-07-08 7:57 Peter Zijlstra
2024-07-08 8:09 ` Steven Rostedt
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Peter Zijlstra @ 2024-07-08 7:57 UTC (permalink / raw)
To: mingo
Cc: juri.lelli, vincent.guittot, dietmar.eggemann, rostedt, bsegall,
mgorman, vschneid, linux-kernel, tglx
Thank you for having been our friend!
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
---
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19929,7 +19929,6 @@ R: Dietmar Eggemann <dietmar.eggemann@ar
R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR)
R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH)
R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING)
-R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE)
R: Valentin Schneider <vschneid@redhat.com> (TOPOLOGY)
L: linux-kernel@vger.kernel.org
S: Maintained
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: sched: Update MAINTAINERS 2024-07-08 7:57 sched: Update MAINTAINERS Peter Zijlstra @ 2024-07-08 8:09 ` Steven Rostedt 2024-07-08 9:47 ` Maciej W. Rozycki 2024-07-11 8:47 ` [tip: sched/core] sched: Update MAINTAINERS and CREDITS tip-bot2 for Peter Zijlstra 2 siblings, 0 replies; 7+ messages in thread From: Steven Rostedt @ 2024-07-08 8:09 UTC (permalink / raw) To: Peter Zijlstra, mingo Cc: juri.lelli, vincent.guittot, dietmar.eggemann, bsegall, mgorman, vschneid, linux-kernel, tglx On July 8, 2024 9:57:52 AM GMT+02:00, Peter Zijlstra <peterz@infradead.org> wrote: > > Thank you for having been our friend! > >Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Steven Rostedt <rostedt@goodmis.org> >--- >--- a/MAINTAINERS >+++ b/MAINTAINERS >@@ -19929,7 +19929,6 @@ R: Dietmar Eggemann <dietmar.eggemann@ar > R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR) > R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH) > R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING) >-R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE) > R: Valentin Schneider <vschneid@redhat.com> (TOPOLOGY) > L: linux-kernel@vger.kernel.org > S: Maintained ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: sched: Update MAINTAINERS 2024-07-08 7:57 sched: Update MAINTAINERS Peter Zijlstra 2024-07-08 8:09 ` Steven Rostedt @ 2024-07-08 9:47 ` Maciej W. Rozycki 2024-07-08 9:55 ` Peter Zijlstra 2024-07-11 8:47 ` [tip: sched/core] sched: Update MAINTAINERS and CREDITS tip-bot2 for Peter Zijlstra 2 siblings, 1 reply; 7+ messages in thread From: Maciej W. Rozycki @ 2024-07-08 9:47 UTC (permalink / raw) To: Peter Zijlstra Cc: Ingo Molnar, juri.lelli, vincent.guittot, dietmar.eggemann, rostedt, bsegall, mgorman, vschneid, linux-kernel, tglx On Mon, 8 Jul 2024, Peter Zijlstra wrote: > Thank you for having been our friend! > > Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> > --- > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19929,7 +19929,6 @@ R: Dietmar Eggemann <dietmar.eggemann@ar > R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR) > R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH) > R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING) > -R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE) I think perhaps a CREDITS entry would be due rather than just dropping from MAINTAINERS. Maciej ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: sched: Update MAINTAINERS 2024-07-08 9:47 ` Maciej W. Rozycki @ 2024-07-08 9:55 ` Peter Zijlstra 2024-07-08 20:00 ` Vincent Guittot 2024-07-09 7:29 ` Juri Lelli 0 siblings, 2 replies; 7+ messages in thread From: Peter Zijlstra @ 2024-07-08 9:55 UTC (permalink / raw) To: Maciej W. Rozycki Cc: Ingo Molnar, juri.lelli, vincent.guittot, dietmar.eggemann, rostedt, bsegall, mgorman, vschneid, linux-kernel, tglx On Mon, Jul 08, 2024 at 10:47:18AM +0100, Maciej W. Rozycki wrote: > On Mon, 8 Jul 2024, Peter Zijlstra wrote: > > > Thank you for having been our friend! > > > > Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> > > --- > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -19929,7 +19929,6 @@ R: Dietmar Eggemann <dietmar.eggemann@ar > > R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR) > > R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH) > > R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING) > > -R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE) > > I think perhaps a CREDITS entry would be due rather than just dropping > from MAINTAINERS. Ah, I was not aware of that file. Yes we can add a few lines there. Thank you for the suggestion. --- diff --git a/CREDITS b/CREDITS index 1a1a54555e11..a58066be6d73 100644 --- a/CREDITS +++ b/CREDITS @@ -271,6 +271,9 @@ 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 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: sched: Update MAINTAINERS 2024-07-08 9:55 ` Peter Zijlstra @ 2024-07-08 20:00 ` Vincent Guittot 2024-07-09 7:29 ` Juri Lelli 1 sibling, 0 replies; 7+ messages in thread From: Vincent Guittot @ 2024-07-08 20:00 UTC (permalink / raw) To: Peter Zijlstra Cc: Maciej W. Rozycki, Ingo Molnar, juri.lelli, dietmar.eggemann, rostedt, bsegall, mgorman, vschneid, linux-kernel, tglx On Mon, 8 Jul 2024 at 11:55, Peter Zijlstra <peterz@infradead.org> wrote: > > On Mon, Jul 08, 2024 at 10:47:18AM +0100, Maciej W. Rozycki wrote: > > On Mon, 8 Jul 2024, Peter Zijlstra wrote: > > > > > Thank you for having been our friend! > > > > > > Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> > > > --- > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -19929,7 +19929,6 @@ R: Dietmar Eggemann <dietmar.eggemann@ar > > > R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR) > > > R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH) > > > R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING) > > > -R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE) > > > > I think perhaps a CREDITS entry would be due rather than just dropping > > from MAINTAINERS. > > Ah, I was not aware of that file. Yes we can add a few lines there. > > Thank you for the suggestion. For the patch and this Acked-by: Vincent Guittot <vincent.guittot@linaro.org> > > --- > diff --git a/CREDITS b/CREDITS > index 1a1a54555e11..a58066be6d73 100644 > --- a/CREDITS > +++ b/CREDITS > @@ -271,6 +271,9 @@ 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: sched: Update MAINTAINERS 2024-07-08 9:55 ` Peter Zijlstra 2024-07-08 20:00 ` Vincent Guittot @ 2024-07-09 7:29 ` Juri Lelli 1 sibling, 0 replies; 7+ messages in thread From: Juri Lelli @ 2024-07-09 7:29 UTC (permalink / raw) To: Peter Zijlstra Cc: Maciej W. Rozycki, Ingo Molnar, vincent.guittot, dietmar.eggemann, rostedt, bsegall, mgorman, vschneid, linux-kernel, tglx Hi Peter, On 08/07/24 11:55, Peter Zijlstra wrote: > On Mon, Jul 08, 2024 at 10:47:18AM +0100, Maciej W. Rozycki wrote: > > On Mon, 8 Jul 2024, Peter Zijlstra wrote: > > > > > Thank you for having been our friend! > > > > > > Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> > > > --- > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -19929,7 +19929,6 @@ R: Dietmar Eggemann <dietmar.eggemann@ar > > > R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR) > > > R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH) > > > R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING) > > > -R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE) > > > > I think perhaps a CREDITS entry would be due rather than just dropping > > from MAINTAINERS. > > Ah, I was not aware of that file. Yes we can add a few lines there. > > Thank you for the suggestion. > > --- > diff --git a/CREDITS b/CREDITS > index 1a1a54555e11..a58066be6d73 100644 > --- a/CREDITS > +++ b/CREDITS > @@ -271,6 +271,9 @@ 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 For both, with great sadness, Acked-by: Juri Lelli <juri.lelli@redhat.com> Thank you Daniel for everything you have done and for just having been our friend, yes. Best, Juri ^ permalink raw reply [flat|nested] 7+ messages in thread
* [tip: sched/core] sched: Update MAINTAINERS and CREDITS 2024-07-08 7:57 sched: Update MAINTAINERS Peter Zijlstra 2024-07-08 8:09 ` Steven Rostedt 2024-07-08 9:47 ` Maciej W. Rozycki @ 2024-07-11 8:47 ` tip-bot2 for Peter Zijlstra 2 siblings, 0 replies; 7+ messages in thread From: tip-bot2 for Peter Zijlstra @ 2024-07-11 8:47 UTC (permalink / raw) To: linux-tip-commits Cc: Peter Zijlstra (Intel), Ingo Molnar, Vincent Guittot, Juri Lelli, Steven Rostedt, x86, linux-kernel The following commit has been merged into the sched/core branch of tip: Commit-ID: db43a609d01e8bf9b812d45dc2945c65b57dd793 Gitweb: https://git.kernel.org/tip/db43a609d01e8bf9b812d45dc2945c65b57dd793 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Mon, 08 Jul 2024 09:57:52 +02:00 Committer: Ingo Molnar <mingo@kernel.org> CommitterDate: Thu, 11 Jul 2024 10:44:18 +02:00 sched: Update MAINTAINERS and CREDITS Thank you Daniel for having been our friend! Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Vincent Guittot <vincent.guittot@linaro.org> Acked-by: Juri Lelli <juri.lelli@redhat.com> Reviewed-by: Steven Rostedt <rostedt@goodmis.org> Link: https://lore.kernel.org/r/20240708075752.GF11386@noisy.programming.kicks-ass.net --- CREDITS | 3 +++ MAINTAINERS | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 0107047..88c4c08 100644 --- a/CREDITS +++ b/CREDITS @@ -271,6 +271,9 @@ 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 diff --git a/MAINTAINERS b/MAINTAINERS index 2ca8f35..2e1b8bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19924,7 +19924,6 @@ R: Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL) R: Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR) R: Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH) R: Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING) -R: Daniel Bristot de Oliveira <bristot@redhat.com> (SCHED_DEADLINE) R: Valentin Schneider <vschneid@redhat.com> (TOPOLOGY) L: linux-kernel@vger.kernel.org S: Maintained ^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-07-11 8:47 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-07-08 7:57 sched: Update MAINTAINERS Peter Zijlstra 2024-07-08 8:09 ` Steven Rostedt 2024-07-08 9:47 ` Maciej W. Rozycki 2024-07-08 9:55 ` Peter Zijlstra 2024-07-08 20:00 ` Vincent Guittot 2024-07-09 7:29 ` Juri Lelli 2024-07-11 8:47 ` [tip: sched/core] sched: Update MAINTAINERS and CREDITS tip-bot2 for Peter Zijlstra
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox