On 28/07/2025 14:28, David Hildenbrand wrote: > On 25.07.25 18:22, Usama Arif wrote: >> From: David Hildenbrand <david@xxxxxxxxxx> >> >> Describing the context through a type is much clearer, and good enough >> for our case. >> >> We have: >> * smaps handling for showing "THPeligible" >> * Pagefault handling >> * khugepaged handling >> * Forced collapse handling: primarily MADV_COLLAPSE, but one other odd case >> >> Really, we want to ignore sysfs only when we are forcing a collapse >> through MADV_COLLAPSE, otherwise we want to enforce. >> >> With this change, we immediately know if we are in the forced collapse >> case, which will be valuable next. >> >> Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> >> Acked-by: Usama Arif <usamaarif642@xxxxxxxxx> > > Nit: if you forward patches untouched, make sure to add your SOB as well. > Thanks! Signed-off-by: Usama Arif <usamaarif642@xxxxxxxxx> Just adding above incase (hopefully) this revision gets into mm-new. If it doesn't, I will add the sign off in the next revision.