All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zi Yan" <ziy@nvidia.com>
To: "Liu Shixin" <liushixin2@huawei.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Kefeng Wang" <wangkefeng.wang@huawei.com>,
	"Muchun Song" <muchun.song@linux.dev>,
	"David Hildenbrand" <david@redhat.com>,
	"Johannes Weiner" <hannes@cmpxchg.org>,
	"Kirill A . Shutemov" <kirill.shutemov@linux.intel.com>,
	"Nanyong Sun" <sunnanyong@huawei.com>
Cc: <linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] mm: page_isolation: avoid call folio_hstate() without hugetlb_lock
Date: Wed, 22 Jan 2025 08:27:34 -0500	[thread overview]
Message-ID: <D78MXU6738W3.34SZFAVLA8N3Q@nvidia.com> (raw)
In-Reply-To: <20250122061151.578768-1-liushixin2@huawei.com>

On Wed Jan 22, 2025 at 1:11 AM EST, Liu Shixin wrote:
> I found a NULL pointer dereference as followed:
>
>  BUG: kernel NULL pointer dereference, address: 0000000000000028
>  #PF: supervisor read access in kernel mode
>  #PF: error_code(0x0000) - not-present page
>  PGD 0 P4D 0
>  Oops: Oops: 0000 [#1] SMP PTI
>  CPU: 5 UID: 0 PID: 5964 Comm: sh Kdump: loaded Not tainted 6.13.0-dirty #20
>  Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.
>  RIP: 0010:has_unmovable_pages+0x184/0x360
>  ...
>  Call Trace:
>   <TASK>
>   set_migratetype_isolate+0xd1/0x180
>   start_isolate_page_range+0xd2/0x170
>   alloc_contig_range_noprof+0x101/0x660
>   alloc_contig_pages_noprof+0x238/0x290
>   alloc_gigantic_folio.isra.0+0xb6/0x1f0
>   only_alloc_fresh_hugetlb_folio.isra.0+0xf/0x60
>   alloc_pool_huge_folio+0x80/0xf0
>   set_max_huge_pages+0x211/0x490
>   __nr_hugepages_store_common+0x5f/0xe0
>   nr_hugepages_store+0x77/0x80
>   kernfs_fop_write_iter+0x118/0x200
>   vfs_write+0x23c/0x3f0
>   ksys_write+0x62/0xe0
>   do_syscall_64+0x5b/0x170
>   entry_SYSCALL_64_after_hwframe+0x76/0x7e
>
> As has_unmovable_pages() call folio_hstate() without hugetlb_lock, there
> is a race to free the HugeTLB page between PageHuge() and folio_hstate().
> There is no need to add hugetlb_lock here as the HugeTLB page can be freed
> in lot of places. So it's enough to unfold folio_hstate() and add a check
> to avoid NULL pointer dereference for hugepage_migration_supported().
>
> Fixes: 464c7ffbcb16 ("mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.")
> Signed-off-by: Liu Shixin <liushixin2@huawei.com>
> ---
>  mm/page_isolation.c | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
>
Thanks.

Acked-by: Zi Yan <ziy@nvidia.com>


-- 
Best Regards,
Yan, Zi



  parent reply	other threads:[~2025-01-22 13:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-22  6:11 [PATCH] mm: page_isolation: avoid call folio_hstate() without hugetlb_lock Liu Shixin
2025-01-22  8:52 ` David Hildenbrand
2025-01-22 13:27 ` Zi Yan [this message]
2025-01-23  9:55 ` Oscar Salvador
2025-01-24  2:12   ` Liu Shixin

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=D78MXU6738W3.34SZFAVLA8N3Q@nvidia.com \
    --to=ziy@nvidia.com \
    --cc=akpm@linux-foundation.org \
    --cc=david@redhat.com \
    --cc=hannes@cmpxchg.org \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=liushixin2@huawei.com \
    --cc=muchun.song@linux.dev \
    --cc=sunnanyong@huawei.com \
    --cc=wangkefeng.wang@huawei.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.