Re: [PATCH] mm: add build-time option to set hotplug default type

From: Gregory Price
Date: Fri Dec 20 2024 - 13:25:41 EST


On Fri, Dec 20, 2024 at 05:04:42PM +0100, David Hildenbrand wrote:
> On 20.12.24 15:45, Gregory Price wrote:
>
> Please call these "default_online_type". Further keep the "mhp" terminology,
> it's more commonly used. We cannot rename the "memhp_default_state"
> parameter name unfortunately.
>

fyi for v2 - i went ahead and cleaned this up (not including the param),
but basically also synced the build option with the boot parameter:
- offline
- online ("Auto")
- online_kernel
- online_movable

Figured might as well. Sending shortly

~Gregory