On 2025-08-21 05:38, Adhemerval Zanella wrote:
> Different than @code{openat}, @code{openat2}
> +returns an error for invalid value (like value larger than @code{0777}).
That should be 07777 not 0777, at least if I'm reading the Linux kernel
correctly. There's a similar glitch in the test case.