On 11/09/2025 15:12, Andrii Nakryiko wrote: > On Thu, Sep 11, 2025 at 3:33 AM Alan Maguire <alan.maguire@xxxxxxxxxx> wrote: >> >> commit 0e2fb011a0ba ("selftests/bpf: Clean up open-coded gettid syscall invocations") >> >> addressed the issue that older libc may not have a gettid() >> function call wrapper for the associated syscall. A few more >> instances have crept into tests, use sys_gettid() instead. > > we can poison gettid() to avoid this in the future? > good idea; I'll send a v2 doing this. Thanks! Alan