From: Baolin Wang <baolin.wang@linux.alibaba.com>
To: Miaohe Lin <linmiaohe@huawei.com>, akpm@linux-foundation.org
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit
Date: Mon, 12 Jun 2023 17:50:14 +0800 [thread overview]
Message-ID: <3e97e1a2-47e8-9223-426d-5089f8802ae5@linux.alibaba.com> (raw)
In-Reply-To: <20230610034615.997813-1-linmiaohe@huawei.com>
On 6/10/2023 11:46 AM, Miaohe Lin wrote:
> Add __meminit to kcompactd_run() and kcompactd_stop() to ensure they're
> default to __init when memory hotplug is not enabled.
>
> Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
LGTM.
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
> ---
> include/linux/compaction.h | 4 ++--
> mm/compaction.c | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/include/linux/compaction.h b/include/linux/compaction.h
> index 57b16e69c19a..e94776496049 100644
> --- a/include/linux/compaction.h
> +++ b/include/linux/compaction.h
> @@ -98,8 +98,8 @@ extern void compaction_defer_reset(struct zone *zone, int order,
> bool compaction_zonelist_suitable(struct alloc_context *ac, int order,
> int alloc_flags);
>
> -extern void kcompactd_run(int nid);
> -extern void kcompactd_stop(int nid);
> +extern void __meminit kcompactd_run(int nid);
> +extern void __meminit kcompactd_stop(int nid);
> extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int highest_zoneidx);
>
> #else
> diff --git a/mm/compaction.c b/mm/compaction.c
> index 3398ef3a55fe..8859cc91062f 100644
> --- a/mm/compaction.c
> +++ b/mm/compaction.c
> @@ -3086,7 +3086,7 @@ static int kcompactd(void *p)
> * This kcompactd start function will be called by init and node-hot-add.
> * On node-hot-add, kcompactd will moved to proper cpus if cpus are hot-added.
> */
> -void kcompactd_run(int nid)
> +void __meminit kcompactd_run(int nid)
> {
> pg_data_t *pgdat = NODE_DATA(nid);
>
> @@ -3104,7 +3104,7 @@ void kcompactd_run(int nid)
> * Called by memory hotplug when all memory in a node is offlined. Caller must
> * be holding mem_hotplug_begin/done().
> */
> -void kcompactd_stop(int nid)
> +void __meminit kcompactd_stop(int nid)
> {
> struct task_struct *kcompactd = NODE_DATA(nid)->kcompactd;
>
prev parent reply other threads:[~2023-06-12 9:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-10 3:46 Miaohe Lin
2023-06-12 9:50 ` Baolin Wang [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=3e97e1a2-47e8-9223-426d-5089f8802ae5@linux.alibaba.com \
--to=baolin.wang@linux.alibaba.com \
--cc=akpm@linux-foundation.org \
--cc=linmiaohe@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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