Re: [PATCH v6 3/4] selftest/mm: test enable_soft_offline behaviors

2024-06-28 Thread Jiaqi Yan
On Thu, Jun 27, 2024 at 8:29 PM Miaohe Lin wrote: > > On 2024/6/26 13:08, Jiaqi Yan wrote: > > Add regression and new tests when hugepage has correctable memory > > errors, and how userspace wants to deal with it: > > * if enable_soft_offline=1, mapped hugepage is soft offlined > > * if enable_sof

Re: [PATCH v6 3/4] selftest/mm: test enable_soft_offline behaviors

2024-06-27 Thread Miaohe Lin
On 2024/6/26 13:08, Jiaqi Yan wrote: > Add regression and new tests when hugepage has correctable memory > errors, and how userspace wants to deal with it: > * if enable_soft_offline=1, mapped hugepage is soft offlined > * if enable_soft_offline=0, mapped hugepage is intact > > Free hugepages case

[PATCH v6 3/4] selftest/mm: test enable_soft_offline behaviors

2024-06-25 Thread Jiaqi Yan
Add regression and new tests when hugepage has correctable memory errors, and how userspace wants to deal with it: * if enable_soft_offline=1, mapped hugepage is soft offlined * if enable_soft_offline=0, mapped hugepage is intact Free hugepages case is not explicitly covered by the tests. Hugepag