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

2024-06-30 Thread David Rientjes
On Fri, 28 Jun 2024, 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 ca

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

2024-06-28 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