mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
@ 2026-03-25 17:26 John Stultz
  2026-03-25 17:48 ` Steven Rostedt
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: John Stultz @ 2026-03-25 17:26 UTC (permalink / raw)
  To: LKML
  Cc: John Stultz, Ingo Molnar, Peter Zijlstra, Juri Lelli,
	Vincent Guittot, Dietmar Eggemann, Steven Rostedt, Ben Segall,
	Mel Gorman, Valentin Schneider, K Prateek Nayak

I've been fortunate to have K Prateek take an active interest in
my Proxy Execution patches. He's provided great review insights
and productive feedback, sometimes remembering the subtleties of
the patch series better than I do myself! And he has done all
this with great kindness and humility.

I've really appreciated his reviews, and I think everyone should
be so lucky, so I wanted to propose adding him to the scheduler
reviewers list.

Signed-off-by: John Stultz <jstultz@google.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: Valentin Schneider <vschneid@redhat.com>
Cc: K Prateek Nayak <kprateek.nayak@amd.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7d10988cbc62b..099c0ebf522b7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23663,6 +23663,7 @@ 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:	Valentin Schneider <vschneid@redhat.com> (TOPOLOGY)
+R:	K Prateek Nayak <kprateek.nayak@amd.com>
 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.53.0.1018.g2bb0e51243-goog


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

* Re: [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
@ 2026-03-25 17:48 ` Steven Rostedt
  2026-03-26  4:13 ` K Prateek Nayak
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Steven Rostedt @ 2026-03-25 17:48 UTC (permalink / raw)
  To: John Stultz
  Cc: LKML, Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
	Dietmar Eggemann, Ben Segall, Mel Gorman, Valentin Schneider,
	K Prateek Nayak

On Wed, 25 Mar 2026 17:26:04 +0000
John Stultz <jstultz@google.com> wrote:

> I've been fortunate to have K Prateek take an active interest in
> my Proxy Execution patches. He's provided great review insights
> and productive feedback, sometimes remembering the subtleties of
> the patch series better than I do myself! And he has done all
> this with great kindness and humility.
> 
> I've really appreciated his reviews, and I think everyone should
> be so lucky, so I wanted to propose adding him to the scheduler
> reviewers list.
> 
> Signed-off-by: John Stultz <jstultz@google.com>

Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>

-- Steve

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

* Re: [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
  2026-03-25 17:48 ` Steven Rostedt
@ 2026-03-26  4:13 ` K Prateek Nayak
  2026-03-26  6:58 ` Juri Lelli
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: K Prateek Nayak @ 2026-03-26  4:13 UTC (permalink / raw)
  To: John Stultz, LKML
  Cc: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
	Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
	Valentin Schneider

Hello John,

On 3/25/2026 10:56 PM, John Stultz wrote:
> I've been fortunate to have K Prateek take an active interest in
> my Proxy Execution patches. He's provided great review insights
> and productive feedback, sometimes remembering the subtleties of
> the patch series better than I do myself! And he has done all
> this with great kindness and humility.

Thank you for nominating me, and for your kind words.

I'm merely standing on the shoulders of giants and I'm truly lucky to
be part of this community, who, while working on all sorts of amazing
ideas, are also open to entertaining some of the ridiculous
ideas / suggestions / questions that I may have.

I'm indebted to those who are continually working on improving the
kernel, and engaging in discussions, allowing me to learn a ton in the
process.

> 
> I've really appreciated his reviews, and I think everyone should
> be so lucky, so I wanted to propose adding him to the scheduler
> reviewers list.

It would be my pleasure :-)

Acked-by: K Prateek Nayak <kprateek.nayak@amd.com>

> 
> Signed-off-by: John Stultz <jstultz@google.com>

-- 
Thanks and Regards,
Prateek


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

* Re: [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
  2026-03-25 17:48 ` Steven Rostedt
  2026-03-26  4:13 ` K Prateek Nayak
@ 2026-03-26  6:58 ` Juri Lelli
  2026-03-26  7:31 ` Vincent Guittot
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Juri Lelli @ 2026-03-26  6:58 UTC (permalink / raw)
  To: John Stultz
  Cc: LKML, Ingo Molnar, Peter Zijlstra, Vincent Guittot,
	Dietmar Eggemann, Steven Rostedt, Ben Segall, Mel Gorman,
	Valentin Schneider, K Prateek Nayak

Hello,

On 25/03/26 17:26, John Stultz wrote:
> I've been fortunate to have K Prateek take an active interest in
> my Proxy Execution patches. He's provided great review insights
> and productive feedback, sometimes remembering the subtleties of
> the patch series better than I do myself! And he has done all
> this with great kindness and humility.
> 
> I've really appreciated his reviews, and I think everyone should
> be so lucky, so I wanted to propose adding him to the scheduler
> reviewers list.

Yes! :)

> Signed-off-by: John Stultz <jstultz@google.com>

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

Best,
Juri


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

* Re: [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
                   ` (2 preceding siblings ...)
  2026-03-26  6:58 ` Juri Lelli
@ 2026-03-26  7:31 ` Vincent Guittot
  2026-03-26  8:43 ` Dietmar Eggemann
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Vincent Guittot @ 2026-03-26  7:31 UTC (permalink / raw)
  To: John Stultz
  Cc: LKML, Ingo Molnar, Peter Zijlstra, Juri Lelli, Dietmar Eggemann,
	Steven Rostedt, Ben Segall, Mel Gorman, Valentin Schneider,
	K Prateek Nayak

On Wed, 25 Mar 2026 at 18:26, John Stultz <jstultz@google.com> wrote:
>
> I've been fortunate to have K Prateek take an active interest in
> my Proxy Execution patches. He's provided great review insights
> and productive feedback, sometimes remembering the subtleties of
> the patch series better than I do myself! And he has done all
> this with great kindness and humility.
>
> I've really appreciated his reviews, and I think everyone should
> be so lucky, so I wanted to propose adding him to the scheduler
> reviewers list.
>
> Signed-off-by: John Stultz <jstultz@google.com>

Acked-by: Vincent Guittot <vincent.guittot@linaro.org>

> ---
> 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: Valentin Schneider <vschneid@redhat.com>
> Cc: K Prateek Nayak <kprateek.nayak@amd.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7d10988cbc62b..099c0ebf522b7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23663,6 +23663,7 @@ 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:     Valentin Schneider <vschneid@redhat.com> (TOPOLOGY)
> +R:     K Prateek Nayak <kprateek.nayak@amd.com>
>  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.53.0.1018.g2bb0e51243-goog
>

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

* Re: [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
                   ` (3 preceding siblings ...)
  2026-03-26  7:31 ` Vincent Guittot
@ 2026-03-26  8:43 ` Dietmar Eggemann
  2026-03-26 10:05 ` Valentin Schneider
  2026-03-26 11:48 ` [tip: sched/core] " tip-bot2 for John Stultz
  6 siblings, 0 replies; 9+ messages in thread
From: Dietmar Eggemann @ 2026-03-26  8:43 UTC (permalink / raw)
  To: John Stultz, LKML
  Cc: Ingo Molnar, Peter Zijlstra, Juri Lelli, Vincent Guittot,
	Steven Rostedt, Ben Segall, Mel Gorman, Valentin Schneider,
	K Prateek Nayak

On 25.03.26 18:26, John Stultz wrote:

[...]

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7d10988cbc62b..099c0ebf522b7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23663,6 +23663,7 @@ 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:	Valentin Schneider <vschneid@redhat.com> (TOPOLOGY)
> +R:	K Prateek Nayak <kprateek.nayak@amd.com>
>  L:	linux-kernel@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core

Acked-by: Dietmar Eggemann <dietmar.eggemann@arm.com>

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

* Re: [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
                   ` (4 preceding siblings ...)
  2026-03-26  8:43 ` Dietmar Eggemann
@ 2026-03-26 10:05 ` Valentin Schneider
  2026-03-26 14:54   ` Steven Rostedt
  2026-03-26 11:48 ` [tip: sched/core] " tip-bot2 for John Stultz
  6 siblings, 1 reply; 9+ messages in thread
From: Valentin Schneider @ 2026-03-26 10:05 UTC (permalink / raw)
  To: John Stultz, LKML
  Cc: John Stultz, Ingo Molnar, Peter Zijlstra, Juri Lelli,
	Vincent Guittot, Dietmar Eggemann, Steven Rostedt, Ben Segall,
	Mel Gorman, K Prateek Nayak

On 25/03/26 17:26, John Stultz wrote:
> I've been fortunate to have K Prateek take an active interest in
> my Proxy Execution patches. He's provided great review insights
> and productive feedback, sometimes remembering the subtleties of
> the patch series better than I do myself! And he has done all
> this with great kindness and humility.
>
> I've really appreciated his reviews, and I think everyone should
> be so lucky, so I wanted to propose adding him to the scheduler
> reviewers list.
>
> Signed-off-by: John Stultz <jstultz@google.com>

That doesn't need any more Acks, but I did want to add that his reviewing
efforts have been helpful and are greatly appreciated :)


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

* [tip: sched/core] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
                   ` (5 preceding siblings ...)
  2026-03-26 10:05 ` Valentin Schneider
@ 2026-03-26 11:48 ` tip-bot2 for John Stultz
  6 siblings, 0 replies; 9+ messages in thread
From: tip-bot2 for John Stultz @ 2026-03-26 11:48 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: John Stultz, Peter Zijlstra (Intel), Steven Rostedt (Google),
	K Prateek Nayak, Juri Lelli, Vincent Guittot, Dietmar Eggemann,
	x86, linux-kernel

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

Commit-ID:     265439eb88fda0bf77821e10aafed22cdd450f9d
Gitweb:        https://git.kernel.org/tip/265439eb88fda0bf77821e10aafed22cdd450f9d
Author:        John Stultz <jstultz@google.com>
AuthorDate:    Wed, 25 Mar 2026 17:26:04 
Committer:     Peter Zijlstra <peterz@infradead.org>
CommitterDate: Thu, 26 Mar 2026 11:08:05 +01:00

MAINTAINERS: Add K Prateek Nayak to scheduler reviewers

I've been fortunate to have K Prateek take an active interest in
my Proxy Execution patches. He's provided great review insights
and productive feedback, sometimes remembering the subtleties of
the patch series better than I do myself! And he has done all
this with great kindness and humility.

I've really appreciated his reviews, and I think everyone should
be so lucky, so I wanted to propose adding him to the scheduler
reviewers list.

Signed-off-by: John Stultz <jstultz@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Acked-by: K Prateek Nayak <kprateek.nayak@amd.com>
Acked-by: Juri Lelli <juri.lelli@redhat.com>
Acked-by: Vincent Guittot <vincent.guittot@linaro.org>
Acked-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Link: https://patch.msgid.link/20260325172615.2895622-1-jstultz@google.com
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 96ea849..82ed752 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23661,6 +23661,7 @@ 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:	Valentin Schneider <vschneid@redhat.com> (TOPOLOGY)
+R:	K Prateek Nayak <kprateek.nayak@amd.com>
 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	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers
  2026-03-26 10:05 ` Valentin Schneider
@ 2026-03-26 14:54   ` Steven Rostedt
  0 siblings, 0 replies; 9+ messages in thread
From: Steven Rostedt @ 2026-03-26 14:54 UTC (permalink / raw)
  To: Valentin Schneider
  Cc: John Stultz, LKML, Ingo Molnar, Peter Zijlstra, Juri Lelli,
	Vincent Guittot, Dietmar Eggemann, Ben Segall, Mel Gorman,
	K Prateek Nayak

On Thu, 26 Mar 2026 11:05:23 +0100
Valentin Schneider <vschneid@redhat.com> wrote:

> On 25/03/26 17:26, John Stultz wrote:
> > I've been fortunate to have K Prateek take an active interest in
> > my Proxy Execution patches. He's provided great review insights
> > and productive feedback, sometimes remembering the subtleties of
> > the patch series better than I do myself! And he has done all
> > this with great kindness and humility.
> >
> > I've really appreciated his reviews, and I think everyone should
> > be so lucky, so I wanted to propose adding him to the scheduler
> > reviewers list.
> >
> > Signed-off-by: John Stultz <jstultz@google.com>  
> 
> That doesn't need any more Acks, but I did want to add that his reviewing
> efforts have been helpful and are greatly appreciated :)

You can always add another ack, it just shows how acceptable the commit is ;-)

-- Steve

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

end of thread, other threads:[~2026-03-26 14:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-25 17:26 [PATCH] MAINTAINERS: Add K Prateek Nayak to scheduler reviewers John Stultz
2026-03-25 17:48 ` Steven Rostedt
2026-03-26  4:13 ` K Prateek Nayak
2026-03-26  6:58 ` Juri Lelli
2026-03-26  7:31 ` Vincent Guittot
2026-03-26  8:43 ` Dietmar Eggemann
2026-03-26 10:05 ` Valentin Schneider
2026-03-26 14:54   ` Steven Rostedt
2026-03-26 11:48 ` [tip: sched/core] " tip-bot2 for John Stultz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®