From: Mike Rapoport <rppt@kernel.org>
To: Donet Tom <donettom@linux.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
David Hildenbrand <david@redhat.com>,
Oscar Salvador <osalvador@suse.de>,
Ritesh Harjani <ritesh.list@gmail.com>,
Aboorva Devarajan <aboorvad@linux.ibm.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
Madhavan Srinivasan <maddy@linux.ibm.com>,
linuxppc-dev@lists.ozlabs.org,
Christophe Leroy <christophe.leroy@csgroup.eu>,
Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
x86@kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Danilo Krummrich <dakr@kernel.org>,
Dave Jiang <dave.jiang@intel.com>
Subject: Re: [PATCH 0/2] drivers/base/node: fold node register and unregister functions
Date: Thu, 25 Sep 2025 12:36:46 +0300 [thread overview]
Message-ID: <aNUNLlyy2Kj5VsGX@kernel.org> (raw)
In-Reply-To: <cover.1758736423.git.donettom@linux.ibm.com>
On Thu, Sep 25, 2025 at 12:10:49AM +0530, Donet Tom wrote:
> This change came from the discussion in [1]. It consists of two patches:
>
> The first patch merges register_one_node() and register_node(), leaving a
> single register_node() function.
>
> The second patch merges unregister_one_node() and unregister_node(), leaving
> a single unregister_node() function.
>
> There is no functional change in these patches.
>
> [1] https://lore.kernel.org/all/5512b1b6-31f8-4322-8a5f-add8d1e9b22f@redhat.com/
>
> Donet Tom (2):
> drivers/base/node: merge register_one_node() and register_node() to a
> single function.
> drivers/base/node: merge unregister_one_node() and unregister_node()
> to a single function.
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
> arch/powerpc/platforms/pseries/pci_dlpar.c | 2 +-
> arch/x86/mm/numa.c | 4 +-
> drivers/base/node.c | 89 +++++++++-------------
> include/linux/node.h | 10 +--
> mm/memory_hotplug.c | 8 +-
> mm/mm_init.c | 2 +-
> 6 files changed, 49 insertions(+), 66 deletions(-)
>
> --
> 2.51.0
>
--
Sincerely yours,
Mike.
prev parent reply other threads:[~2025-09-25 9:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-24 18:40 Donet Tom
2025-09-24 18:40 ` [PATCH 1/2] drivers/base/node: merge register_one_node() and register_node() to a single function Donet Tom
2025-09-24 19:15 ` Christophe Leroy
2025-09-25 5:01 ` Donet Tom
2025-09-25 8:54 ` David Hildenbrand
2025-09-25 9:34 ` Mike Rapoport
2025-09-25 9:37 ` David Hildenbrand
2025-09-25 13:21 ` Donet Tom
2025-09-25 13:20 ` Donet Tom
2025-09-24 18:40 ` [PATCH 2/2] drivers/base/node: merge unregister_one_node() and unregister_node() " Donet Tom
2025-09-24 19:19 ` Christophe Leroy
2025-09-25 5:03 ` Donet Tom
2025-09-25 8:55 ` David Hildenbrand
2025-09-25 9:36 ` Mike Rapoport [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aNUNLlyy2Kj5VsGX@kernel.org \
--to=rppt@kernel.org \
--cc=aboorvad@linux.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=christophe.leroy@csgroup.eu \
--cc=dakr@kernel.org \
--cc=dave.jiang@intel.com \
--cc=david@redhat.com \
--cc=donettom@linux.ibm.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
--cc=mingo@redhat.com \
--cc=osalvador@suse.de \
--cc=peterz@infradead.org \
--cc=ritesh.list@gmail.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox