[PATCH v7 0/4] Add close_range, closefrom, and posix_spawn_file_actions_closefrom_np
Adhemerval Zanella
adhemerval.zanella@linaro.org
Wed Jul 7 02:14:03 GMT 2021
On 06/07/2021 18:33, DJ Delorie wrote:
> Adhemerval Zanella <adhemerval.zanella@linaro.org> writes:
>> This is expected output for a kernel older than 5.9. Maybe something
>> wrong on how the trybot handles newer UNSUPPORTED?
>
> A non-container build returns UNSUPPORTED. A repeat container build
> returns FAIL.
>
> misc/tst-close_range.out is:
> https://www.delorie.com/trybots/32bit/2424.tst-close_range.out
>
This really seems the old issue when runtime syscall filter returns EPERM
instead of ENOSYS for non supported or filtered syscall (specially because
you are running on a 5.8 kernel).
More information about the Libc-alpha
mailing list