MAINTAINERS: Add CPU HOTPLUG entry

Message ID 87o7ll6ogo.ffs@tglx
State New
Headers
Series MAINTAINERS: Add CPU HOTPLUG entry |

Commit Message

Thomas Gleixner June 12, 2023, 9:04 a.m. UTC
  Document the status quo and add myself and Peter as CPU hotplug
maintainers.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 MAINTAINERS |   12 ++++++++++++
 1 file changed, 12 insertions(+)
  

Comments

Randy Dunlap June 12, 2023, 3:14 p.m. UTC | #1
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 <tglx@linutronix.de>
> ---
>  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 <tglx@linutronix.de>
> +M:	Peter Zijlstra <peterz@infradead.org>
> +L:	linux-kernel@vger.kernel.org
> +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 <rdunlap@infradead.org>

>  CPU POWER MONITORING SUBSYSTEM
>  M:	Thomas Renninger <trenn@suse.com>
>  M:	Shuah Khan <shuah@kernel.org>
  
Thomas Gleixner June 12, 2023, 3:33 p.m. UTC | #2
On Mon, Jun 12 2023 at 08:14, Randy Dunlap wrote:
>> +CPU HOTPLUG
>> +M:	Thomas Gleixner <tglx@linutronix.de>
>> +M:	Peter Zijlstra <peterz@infradead.org>
>> +L:	linux-kernel@vger.kernel.org
>> +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 <rdunlap@infradead.org>
  
Peter Zijlstra June 13, 2023, 7:47 a.m. UTC | #3
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 <tglx@linutronix.de>

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

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>

> ---
>  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 <tglx@linutronix.de>
> +M:	Peter Zijlstra <peterz@infradead.org>
> +L:	linux-kernel@vger.kernel.org
> +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 <trenn@suse.com>
>  M:	Shuah Khan <shuah@kernel.org>
  

Patch

--- 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 <tglx@linutronix.de>
+M:	Peter Zijlstra <peterz@infradead.org>
+L:	linux-kernel@vger.kernel.org
+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 <trenn@suse.com>
 M:	Shuah Khan <shuah@kernel.org>