From: Muchun Song <muchun.song@linux.dev>
To: "David Hildenbrand (Arm)" <david@kernel.org>
Cc: Usama Arif <usama.arif@linux.dev>,
Oscar Salvador <osalvador@suse.de>,
Miaohe Lin <linmiaohe@huawei.com>,
Muchun Song <songmuchun@bytedance.com>,
Vishal Verma <vishal.l.verma@intel.com>,
Ying Huang <huang.ying.caritas@gmail.com>,
Dan Williams <djbw@kernel.org>,
Naoya Horiguchi <nao.horiguchi@gmail.com>,
linux-mm@kvack.org, linux-cxl@vger.kernel.org,
driver-core@lists.linux.dev, linux-kernel@vger.kernel.org,
stable@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rafael J Wysocki <rafael@kernel.org>,
Danilo Krummrich <dakr@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup
Date: Thu, 30 Apr 2026 15:59:33 +0800 [thread overview]
Message-ID: <C2C5188E-76BF-444C-BF2D-8BDC1410BC61@linux.dev> (raw)
In-Reply-To: <b67ff3f9-8661-45cc-b408-6a7b611d31c1@kernel.org>
> On Apr 29, 2026, at 18:44, David Hildenbrand (Arm) <david@kernel.org> wrote:
>
> On 4/29/26 12:11, Usama Arif wrote:
>> On Wed, 29 Apr 2026 12:18:08 +0800 Muchun Song <muchun.song@linux.dev> wrote:
>>
>>>
>>>
>>>>
>>>>
>>>> lock_device_hotplug is a mutex lock, and we already take other mutex locks while
>>>> holding lock_folio in other paths, so I am not sure I see what should be special
>>>> in this case.
>>>
>>> Hi Oscar and Miaohe,
>>>
>>> I saw sashiko's report [1] related to folio lock and lock_device_hotplug.
>>> Seems it is possible. You can correct me if I am wrong.
>>>
>>> [1] https://sashiko.dev/#/patchset/20260428085219.1316047-1-songmuchun%40bytedance.com
>>>
>>> We could fix this by calling action_result() without holding folio lock.
>>> What do you think?
>>>
>>
>> Hello Muchun,
>>
>> You could end up in memblk_nr_poison_sub() while holding hugetlb_lock spin lock
>> from get_huge_page_for_hwpoison(), right?
>>
>> Lockdep would flag this as sleeping while atomic when acquiring mutex I think.
>
> Another thought would be, that we always call the inc/sub from memory failure
> code while we hold a folio reference and the page is not poisoned yet.
>
> That way, memory offlining cannot continue and the memory block cannot go away.
>
> So we'd let out page reference keep the memory block alive.
It seems unnecessary to hold lock_device_hotplug if the user already holds a
refcount on the page. I'd like to drop this patch.
Thanks.
>
> --
> Cheers,
>
> David
next prev parent reply other threads:[~2026-04-30 8:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-28 13:52 [PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup Muchun Song
2026-04-29 3:08 ` Miaohe Lin
2026-04-29 3:32 ` Oscar Salvador
2026-04-29 4:18 ` Muchun Song
2026-04-29 10:11 ` Usama Arif
2026-04-29 10:44 ` David Hildenbrand (Arm)
2026-04-30 7:59 ` Muchun Song [this message]
2026-04-30 15:50 ` Andrew Morton
-- strict thread matches above, loose matches on Subject: below --
2026-04-28 8:52 [PATCH v2 0/3] mm: Fix memory block leaks and locking Muchun Song
2026-04-28 8:52 ` [PATCH v2 3/3] drivers/base/memory: fix locking for poison accounting lookup Muchun Song
2026-04-28 9:17 ` Oscar Salvador
2026-04-28 9:21 ` Muchun Song
2026-04-28 11:37 ` Miaohe Lin
2026-04-28 11:40 ` Muchun Song
2026-04-28 12:34 ` Miaohe Lin
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=C2C5188E-76BF-444C-BF2D-8BDC1410BC61@linux.dev \
--to=muchun.song@linux.dev \
--cc=akpm@linux-foundation.org \
--cc=dakr@kernel.org \
--cc=david@kernel.org \
--cc=djbw@kernel.org \
--cc=driver-core@lists.linux.dev \
--cc=gregkh@linuxfoundation.org \
--cc=huang.ying.caritas@gmail.com \
--cc=linmiaohe@huawei.com \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=nao.horiguchi@gmail.com \
--cc=osalvador@suse.de \
--cc=rafael@kernel.org \
--cc=songmuchun@bytedance.com \
--cc=stable@vger.kernel.org \
--cc=usama.arif@linux.dev \
--cc=vishal.l.verma@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