On Thu, May 21, 2026 at 10:42:31AM +0100, Kevin Brodsky wrote: > Add a new test to ensure that atomic futex uaccess succeeds on > memory mapped with a non-default POIndex/pkey.
> + ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, > + MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); > + ASSERT_NE(ptr, MAP_FAILED); Doesn't matter while there's only one test but we should probably munmap() this when we're done.
signature.asc
Description: PGP signature

