linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
@ 2020-09-04  9:26 Daniel Bristot de Oliveira
  2020-09-04  9:39 ` peterz
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Daniel Bristot de Oliveira @ 2020-09-04  9:26 UTC (permalink / raw)
  To: Peter Zijlstra, Juri Lelli, Ingo Molnar
  Cc: Vincent Guittot, Dietmar Eggemann, Steven Rostedt, Ben Segall,
	Mel Gorman, linux-kernel

As discussed with Juri and Peter.

Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@redhat.com>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Cc: Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Ben Segall <bsegall@google.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: linux-kernel@vger.kernel.org
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 592467ba3f4d..56d185210a43 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15363,6 +15363,7 @@ 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)
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
  2020-09-04  9:26 [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer Daniel Bristot de Oliveira
@ 2020-09-04  9:39 ` peterz
  2020-09-04 12:09   ` Daniel Bristot de Oliveira
  2020-09-04  9:53 ` Juri Lelli
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: peterz @ 2020-09-04  9:39 UTC (permalink / raw)
  To: Daniel Bristot de Oliveira
  Cc: Juri Lelli, Ingo Molnar, Vincent Guittot, Dietmar Eggemann,
	Steven Rostedt, Ben Segall, Mel Gorman, linux-kernel

On Fri, Sep 04, 2020 at 11:26:23AM +0200, Daniel Bristot de Oliveira wrote:

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 592467ba3f4d..56d185210a43 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15363,6 +15363,7 @@ 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)
>  L:	linux-kernel@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core

Absolutely, great to have you looking over that!


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
  2020-09-04  9:26 [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer Daniel Bristot de Oliveira
  2020-09-04  9:39 ` peterz
@ 2020-09-04  9:53 ` Juri Lelli
  2020-09-04 12:10   ` Daniel Bristot de Oliveira
  2020-09-04 12:36 ` Ingo Molnar
  2020-09-04 12:38 ` [tip: sched/core] " tip-bot2 for Daniel Bristot de Oliveira
  3 siblings, 1 reply; 8+ messages in thread
From: Juri Lelli @ 2020-09-04  9:53 UTC (permalink / raw)
  To: Daniel Bristot de Oliveira
  Cc: Peter Zijlstra, Ingo Molnar, Vincent Guittot, Dietmar Eggemann,
	Steven Rostedt, Ben Segall, Mel Gorman, linux-kernel

On 04/09/20 11:26, Daniel Bristot de Oliveira wrote:
> As discussed with Juri and Peter.
> 
> Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Cc: Juri Lelli <juri.lelli@redhat.com>
> Cc: Vincent Guittot <vincent.guittot@linaro.org>
> Cc: Dietmar Eggemann <dietmar.eggemann@arm.com>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Cc: Ben Segall <bsegall@google.com>
> Cc: Mel Gorman <mgorman@suse.de>
> Cc: linux-kernel@vger.kernel.org
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 592467ba3f4d..56d185210a43 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15363,6 +15363,7 @@ 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)
>  L:	linux-kernel@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
> -- 

Thanks for the help Daniel!

Acked-by: Juri Lelli <juri.lelli@redhat.com>

Best,
Juri


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
  2020-09-04  9:39 ` peterz
@ 2020-09-04 12:09   ` Daniel Bristot de Oliveira
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Bristot de Oliveira @ 2020-09-04 12:09 UTC (permalink / raw)
  To: peterz
  Cc: Juri Lelli, Ingo Molnar, Vincent Guittot, Dietmar Eggemann,
	Steven Rostedt, Ben Segall, Mel Gorman, linux-kernel

On 9/4/20 11:39 AM, peterz@infradead.org wrote:
> Absolutely, great to have you looking over that!

Thanks Peter :-)

-- Daniel


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
  2020-09-04  9:53 ` Juri Lelli
@ 2020-09-04 12:10   ` Daniel Bristot de Oliveira
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Bristot de Oliveira @ 2020-09-04 12:10 UTC (permalink / raw)
  To: Juri Lelli
  Cc: Peter Zijlstra, Ingo Molnar, Vincent Guittot, Dietmar Eggemann,
	Steven Rostedt, Ben Segall, Mel Gorman, linux-kernel

On 9/4/20 11:53 AM, Juri Lelli wrote:
> Thanks for the help Daniel!

My pleasure!

Thanks, Juri!
-- Daniel


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
  2020-09-04  9:26 [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer Daniel Bristot de Oliveira
  2020-09-04  9:39 ` peterz
  2020-09-04  9:53 ` Juri Lelli
@ 2020-09-04 12:36 ` Ingo Molnar
  2020-09-04 16:17   ` Daniel Bristot de Oliveira
  2020-09-04 12:38 ` [tip: sched/core] " tip-bot2 for Daniel Bristot de Oliveira
  3 siblings, 1 reply; 8+ messages in thread
From: Ingo Molnar @ 2020-09-04 12:36 UTC (permalink / raw)
  To: Daniel Bristot de Oliveira
  Cc: Peter Zijlstra, Juri Lelli, Ingo Molnar, Vincent Guittot,
	Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
	linux-kernel


* Daniel Bristot de Oliveira <bristot@redhat.com> wrote:

> As discussed with Juri and Peter.
> 
> Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>

Welcome Daniel! :-)

I've applied the patch to tip:sched/core.

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [tip: sched/core] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
  2020-09-04  9:26 [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer Daniel Bristot de Oliveira
                   ` (2 preceding siblings ...)
  2020-09-04 12:36 ` Ingo Molnar
@ 2020-09-04 12:38 ` tip-bot2 for Daniel Bristot de Oliveira
  3 siblings, 0 replies; 8+ messages in thread
From: tip-bot2 for Daniel Bristot de Oliveira @ 2020-09-04 12:38 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Daniel Bristot de Oliveira, Ingo Molnar, Peter Zijlstra,
	Juri Lelli, x86, LKML

The following commit has been merged into the sched/core branch of tip:

Commit-ID:     153908ebc8b5721658c4aba92779fc6e3e2d5a61
Gitweb:        https://git.kernel.org/tip/153908ebc8b5721658c4aba92779fc6e3e2d5a61
Author:        Daniel Bristot de Oliveira <bristot@redhat.com>
AuthorDate:    Fri, 04 Sep 2020 11:26:23 +02:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Fri, 04 Sep 2020 14:35:40 +02:00

MAINTAINERS: Add myself as SCHED_DEADLINE reviewer

As discussed with Juri and Peter.

Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Juri Lelli <juri.lelli@redhat.com>
Link: https://lore.kernel.org/r/4476a6da70949913a59dab9aacfbd12162c1fbd7.1599146667.git.bristot@redhat.com
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index deaafb6..713f82b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15355,6 +15355,7 @@ 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)
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer
  2020-09-04 12:36 ` Ingo Molnar
@ 2020-09-04 16:17   ` Daniel Bristot de Oliveira
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Bristot de Oliveira @ 2020-09-04 16:17 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Peter Zijlstra, Juri Lelli, Ingo Molnar, Vincent Guittot,
	Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
	linux-kernel

On 9/4/20 2:36 PM, Ingo Molnar wrote:
> Welcome Daniel! :-)
> 
> I've applied the patch to tip:sched/core.

Thanks Ingo! :D

-- Daniel


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-04 16:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  9:26 [PATCH] MAINTAINERS: Add myself as SCHED_DEADLINE reviewer Daniel Bristot de Oliveira
2020-09-04  9:39 ` peterz
2020-09-04 12:09   ` Daniel Bristot de Oliveira
2020-09-04  9:53 ` Juri Lelli
2020-09-04 12:10   ` Daniel Bristot de Oliveira
2020-09-04 12:36 ` Ingo Molnar
2020-09-04 16:17   ` Daniel Bristot de Oliveira
2020-09-04 12:38 ` [tip: sched/core] " tip-bot2 for Daniel Bristot de Oliveira

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).