On 4/28/25 2:18 PM, Tudor Ambarus wrote: > isn't ep_schedule_timeout buggy too? It compares a > timeout value with the current time, that has to be reworked as well. Ah, I see the timeout is relative to ktime_get_ts64() in SYSCALL_DEFINE6(epoll_pwait2, ...), please ignore.