Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry

From: Randy Dunlap
Date: Mon Jun 12 2023 - 11:14:27 EST


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@xxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxx>
> +M: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> +L: linux-kernel@xxxxxxxxxxxxxxx
> +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@xxxxxxxxxxxxx>

> CPU POWER MONITORING SUBSYSTEM
> M: Thomas Renninger <trenn@xxxxxxxx>
> M: Shuah Khan <shuah@xxxxxxxxxx>

--
~Randy