From: Deepanshu Kartikey <kartikey406@gmail.com>
To: Oscar Salvador <osalvador@suse.de>
Cc: "David Hildenbrand (Red Hat)" <david@kernel.org>,
Hugh Dickins <hughd@google.com>,
Muchun Song <muchun.song@linux.dev>,
Vivek Kasireddy <vivek.kasireddy@intel.com>,
baolin.wang@linux.alibaba.com, akpm@linux-foundation.org,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
syzbot+f64019ba229e3a5c411b@syzkaller.appspotmail.com
Subject: Re: [PATCH] mm/memfd: clear hugetlb pages on allocation
Date: Wed, 12 Nov 2025 17:36:27 +0530 [thread overview]
Message-ID: <CADhLXY6keq6+0NY_=xiugguHNFGpFGc07ePWbiTTFU3qO534rg@mail.gmail.com> (raw)
In-Reply-To: <aRR2AV7_R20i4qi8@localhost.localdomain>
Hi Oscar and David,
Thanks for the guidance!
> I guess it is worth looking into it, I shall fiddle with it.
Great, I'll focus on fixing the immediate bugs in v2 and you can handle
the refactoring in a follow-up. This keeps my patch focused on the
security fix + the missing initialization steps.
> Yes, I would go with folio_zero_user() as well, to match what we do in
> all paths.
Understood. I'll use folio_zero_user() in v2.
So for v2, I'll add:
1. folio_zero_user() instead of folio_zero_range()
2. folio_mark_uptodate()
3. hugetlb_fault_mutex locking around hugetlb_add_to_page_cache()
This will match the pattern in hugetlb_no_page() and fix the information
leak, missing uptodate flag, and locking issue.
I'll send v2 shortly after testing.
Thanks,
Deepanshu
next prev parent reply other threads:[~2025-11-12 12:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-12 3:16 Deepanshu Kartikey
2025-11-12 6:55 ` Hugh Dickins
2025-11-12 7:28 ` Deepanshu Kartikey
2025-11-12 7:55 ` Hugh Dickins
2025-11-12 9:13 ` Oscar Salvador
2025-11-12 9:26 ` Deepanshu Kartikey
2025-11-12 10:09 ` David Hildenbrand (Red Hat)
2025-11-12 11:56 ` Oscar Salvador
2025-11-12 12:06 ` Deepanshu Kartikey [this message]
2025-11-12 14:54 ` Deepanshu Kartikey
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='CADhLXY6keq6+0NY_=xiugguHNFGpFGc07ePWbiTTFU3qO534rg@mail.gmail.com' \
--to=kartikey406@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=baolin.wang@linux.alibaba.com \
--cc=david@kernel.org \
--cc=hughd@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=muchun.song@linux.dev \
--cc=osalvador@suse.de \
--cc=syzbot+f64019ba229e3a5c411b@syzkaller.appspotmail.com \
--cc=vivek.kasireddy@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox