[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <4BE9BCF9-AD29-484B-BBB0-3709B77E2236@linux.dev>
Date: Mon, 28 Aug 2023 15:15:27 +0800
From: Muchun Song <muchun.song@...ux.dev>
To: Usama Arif <usama.arif@...edance.com>
Cc: Linux-MM <linux-mm@...ck.org>,
Mike Kravetz <mike.kravetz@...cle.com>,
Mike Rapoport <rppt@...nel.org>,
LKML <linux-kernel@...r.kernel.org>,
Muchun Song <songmuchun@...edance.com>,
fam.zheng@...edance.com, liangma@...ngbit.com,
punit.agrawal@...edance.com
Subject: Re: [v3 1/4] mm: hugetlb_vmemmap: Use nid of the head page to
reallocate it
> On Aug 25, 2023, at 19:18, Usama Arif <usama.arif@...edance.com> wrote:
>
> If tail page prep and initialization is skipped, then the "start"
> page will not contain the correct nid. Use the nid from first
> vmemap page.
>
> Signed-off-by: Usama Arif <usama.arif@...edance.com>
Make sense even if without your optimization. Because the nid is
used for allocation for "reuse" page, it really should be extracted
from "reuse" page instead of "start" page.
Reviewed-by: Muchun Song <songmuchun@...edance.com>
Powered by blists - more mailing lists