Re: [PATCH v4 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise
From: David Hildenbrand <hidden>
Date: 2025-08-14 12:59:21
Also in:
linux-fsdevel, linux-mm, lkml
From: David Hildenbrand <hidden>
Date: 2025-08-14 12:59:21
Also in:
linux-fsdevel, linux-mm, lkml
On 14.08.25 14:09, Mark Brown wrote:
On Thu, Aug 14, 2025 at 02:00:27PM +0200, David Hildenbrand wrote:quoted
Some people (hello :) ) run tests against distro kernels ... shame that prctl just knows one sort of "EINVAL" so we cannot distinguish :(quoted
But yeah, maybe one has to be more careful of filtering these failures out then.Perhaps this is something that needs considering in the ABI, so userspace can reasonably figure out if it failed to configure whatever is being configured due to a missing feature (in which case it should fall back to not using that feature somehow) or due to it messing something else up? We might be happy with the tests being version specific but general userspace should be able to be a bit more robust.
Yeah, the whole prctl() ship has sailed, unfortunately :( -- Cheers David / dhildenb