Re: [PATCH v3 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
From: HORIGUCHI NAOYA (堀口 直也) <hidden>
Date: 2021-11-07 23:48:22
From: HORIGUCHI NAOYA (堀口 直也) <hidden>
Date: 2021-11-07 23:48:22
On Fri, Nov 05, 2021 at 11:23:47AM -0700, Yang Shi wrote:
On Thu, Nov 4, 2021 at 10:52 PM Naoya Horiguchi [off-list ref] wrote:quoted
From: Naoya Horiguchi <redacted> Originally mf_mutex is introduced to serialize multiple MCE events, but it is not that useful to allow unpoison to run in parallel with memory_failure() and soft offline. So apply mf_they to soft offline and unpoison.^^^^^^^^ A typo? It should be mf_mutex, right?
Right, I'll fix it.
Looks good to me other than the above nit. Reviewed-by: Yang Shi [off-list ref]
Thank you. - Naoya