Re: [PATCH] MAINTAINERS: Add CPU HOTPLUG entry

From: Thomas Gleixner
Date: Mon Jun 12 2023 - 11:33:11 EST


On Mon, Jun 12 2023 at 08:14, Randy Dunlap wrote:
>> +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.

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