2023-06-12 09:26:01

by Thomas Gleixner

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry

Document the status quo and add myself and Peter as CPU hotplug
maintainers.

Signed-off-by: Thomas Gleixner <[email protected]>
---
MAINTAINERS | 12 ++++++++++++
1 file changed, 12 insertions(+)

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5356,6 +5356,18 @@ F: Documentation/driver-api/pm/cpuidle.r
F: drivers/cpuidle/
F: include/linux/cpuidle.h

+CPU HOTPLUG
+M: Thomas Gleixner <[email protected]>
+M: Peter Zijlstra <[email protected]>
+L: [email protected]
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
+F: kernel/cpu.c
+F: kernel/smpboot.*
+F: include/linux/cpu.h
+F: include/linux/cpuhotplug.h
+F: include/linux/smpboot.h
+
CPU POWER MONITORING SUBSYSTEM
M: Thomas Renninger <[email protected]>
M: Shuah Khan <[email protected]>


2023-06-12 16:08:30

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry

Hi Thomas,

On 6/12/23 02:04, Thomas Gleixner wrote:
> Document the status quo and add myself and Peter as CPU hotplug
> maintainers.
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> ---
> MAINTAINERS | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5356,6 +5356,18 @@ F: Documentation/driver-api/pm/cpuidle.r
> F: drivers/cpuidle/
> F: include/linux/cpuidle.h
>
> +CPU HOTPLUG
> +M: Thomas Gleixner <[email protected]>
> +M: Peter Zijlstra <[email protected]>
> +L: [email protected]
> +S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
> +F: kernel/cpu.c
> +F: kernel/smpboot.*
> +F: include/linux/cpu.h
> +F: include/linux/cpuhotplug.h
> +F: include/linux/smpboot.h
> +

The new entry should be before CPU IDLE, not after it.
Otherwise LGTM, thanks for adding this. I was looking for it recently.

Acked-by: Randy Dunlap <[email protected]>

> CPU POWER MONITORING SUBSYSTEM
> M: Thomas Renninger <[email protected]>
> M: Shuah Khan <[email protected]>

--
~Randy

2023-06-12 16:48:15

by Thomas Gleixner

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry

On Mon, Jun 12 2023 at 08:14, Randy Dunlap wrote:
>> +CPU HOTPLUG
>> +M: Thomas Gleixner <[email protected]>
>> +M: Peter Zijlstra <[email protected]>
>> +L: [email protected]
>> +S: Maintained
>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
>> +F: kernel/cpu.c
>> +F: kernel/smpboot.*
>> +F: include/linux/cpu.h
>> +F: include/linux/cpuhotplug.h
>> +F: include/linux/smpboot.h
>> +
>
> The new entry should be before CPU IDLE, not after it.

Duh. I clearly need a refresh course at primary school.

> Otherwise LGTM, thanks for adding this. I was looking for it recently.
>
> Acked-by: Randy Dunlap <[email protected]>


2023-06-13 08:05:33

by Peter Zijlstra

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry

On Mon, Jun 12, 2023 at 11:04:39AM +0200, Thomas Gleixner wrote:
> Document the status quo and add myself and Peter as CPU hotplug
> maintainers.
>
> Signed-off-by: Thomas Gleixner <[email protected]>

Heh, what's a few more emails.. ;-)

Acked-by: Peter Zijlstra (Intel) <[email protected]>

> ---
> MAINTAINERS | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5356,6 +5356,18 @@ F: Documentation/driver-api/pm/cpuidle.r
> F: drivers/cpuidle/
> F: include/linux/cpuidle.h
>
> +CPU HOTPLUG
> +M: Thomas Gleixner <[email protected]>
> +M: Peter Zijlstra <[email protected]>
> +L: [email protected]
> +S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
> +F: kernel/cpu.c
> +F: kernel/smpboot.*
> +F: include/linux/cpu.h
> +F: include/linux/cpuhotplug.h
> +F: include/linux/smpboot.h
> +
> CPU POWER MONITORING SUBSYSTEM
> M: Thomas Renninger <[email protected]>
> M: Shuah Khan <[email protected]>

Subject: [tip: smp/core] MAINTAINERS: Add CPU HOTPLUG entry

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

Commit-ID: 60be49bdf1d4ddb9e2deb7aa718d5b8bc167ee4e
Gitweb: https://git.kernel.org/tip/60be49bdf1d4ddb9e2deb7aa718d5b8bc167ee4e
Author: Thomas Gleixner <[email protected]>
AuthorDate: Mon, 12 Jun 2023 11:04:39 +02:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Tue, 13 Jun 2023 09:57:18 +02:00

MAINTAINERS: Add CPU HOTPLUG entry

Document the status quo and add myself and Peter as CPU hotplug
maintainers.

Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/87o7ll6ogo.ffs@tglx

---
MAINTAINERS | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e0ad886..273f980 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5341,6 +5341,18 @@ F: include/linux/sched/cpufreq.h
F: kernel/sched/cpufreq*.c
F: tools/testing/selftests/cpufreq/

+CPU HOTPLUG
+M: Thomas Gleixner <[email protected]>
+M: Peter Zijlstra <[email protected]>
+L: [email protected]
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
+F: kernel/cpu.c
+F: kernel/smpboot.*
+F: include/linux/cpu.h
+F: include/linux/cpuhotplug.h
+F: include/linux/smpboot.h
+
CPU IDLE TIME MANAGEMENT FRAMEWORK
M: "Rafael J. Wysocki" <[email protected]>
M: Daniel Lezcano <[email protected]>