On 10.09.25 11:16, Wei Yang wrote:
On Tue, Sep 09, 2025 at 12:05:34PM -0700, Zach O'Keefe wrote:
As of v6.8 commit 7fbb5e188248 ("mm: remove VM_EXEC requirement for THP eligibility") thp collapse no longer requires file-backed mappings be created with PROT_EXEC.
One question, what if user run this new version test on old kernel?
Is there a guideline for user?
We try to keep some older kernel working as long as it is easy, so people have to do less manual work of filtering out false positives if they happen to run these tests on older kernels.
6.8 was from end 2023, not sure if we still care about that.