Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry

From: Peter Zijlstra
Date: Tue Jun 13 2023 - 03:47:46 EST


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@xxxxxxxxxxxxx>

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

Acked-by: Peter Zijlstra (Intel) <peterz@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
> +
> CPU POWER MONITORING SUBSYSTEM
> M: Thomas Renninger <trenn@xxxxxxxx>
> M: Shuah Khan <shuah@xxxxxxxxxx>