The patch titled Subject: doc: update params of memhp_default_state= has been added to the -mm mm-unstable branch. Its filename is doc-update-params-of-memhp_default_state=.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/doc-update-params-of-memhp_default_state=.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Ma Wupeng <mawupeng1@xxxxxxxxxx> Subject: doc: update params of memhp_default_state= Date: Wed, 2 Aug 2023 15:43:12 +0800 Commit 5f47adf762b7 ("mm/memory_hotplug: allow to specify a default online_type") allows to specify a default online_type which make online memory to kernel or movable zone possible but fail to update to doc. Update doc to fit this change. Link: https://lkml.kernel.org/r/20230802074312.2111074-1-mawupeng1@xxxxxxxxxx Signed-off-by: Ma Wupeng <mawupeng1@xxxxxxxxxx> Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/admin-guide/kernel-parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/admin-guide/kernel-parameters.txt~doc-update-params-of-memhp_default_state= +++ a/Documentation/admin-guide/kernel-parameters.txt @@ -3105,7 +3105,7 @@ [KNL,SH] Allow user to override the default size for per-device physically contiguous DMA buffers. - memhp_default_state=online/offline + memhp_default_state=online/offline/online_kernel/online_movable [KNL] Set the initial state for the memory hotplug onlining policy. If not specified, the default value is set according to the _ Patches currently in -mm which might be from mawupeng1@xxxxxxxxxx are swap-cleanup-duplicated-warn_on-in-add_to_avail_list.patch swap-stop-add-to-avail-list-is-swap-is-full.patch doc-update-params-of-memhp_default_state=.patch