[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aI8bO2n8RuhF0Zb5@kernel.org>
Date: Sun, 3 Aug 2025 11:18:03 +0300
From: Mike Rapoport <rppt@...nel.org>
To: Kim Tae Hyun <kimth0312@...il.com>
Cc: akpm@...ux-foundation.org, david@...hat.com, corbet@....net,
lorenzo.stoakes@...cle.com, Liam.Howlett@...cle.com, vbabka@...e.cz,
surenb@...gle.com, mhocko@...e.com, linux-mm@...ck.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [PATCH] docs: update physical memory documentation by
adding N_GENERIC_INITIATOR to enum node_states
On Sat, Aug 02, 2025 at 09:58:01PM +0900, Kim Tae Hyun wrote:
> While reading physical_memory.rst, I noticed that N_GENERIC_INITIATOR has not been update
> from the node_states list, even though it's already added in commit 894c26a1c274b8eafbb4b1dad67e70e51a106061.
>
> Signed-off-by: Kim Tae Hyun <kimth0312@...il.com>
Acked-by: Mike Rapoport (Microsoft) <rppt@...nel.org>
> ---
> Documentation/mm/physical_memory.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/mm/physical_memory.rst b/Documentation/mm/physical_memory.rst
> index 9af11b5bd145..b76183545e5b 100644
> --- a/Documentation/mm/physical_memory.rst
> +++ b/Documentation/mm/physical_memory.rst
> @@ -171,6 +171,8 @@ nodes with particular properties as defined by ``enum node_states``:
> The node has memory(regular, high, movable)
> ``N_CPU``
> The node has one or more CPUs
> +``N_GENERIC_INITIATOR``
> + The node has one or more Generic Initiators
>
> For each node that has a property described above, the bit corresponding to the
> node ID in the ``node_states[<property>]`` bitmask is set.
> --
> 2.49.0
>
--
Sincerely yours,
Mike.
Powered by blists - more mailing lists