Kernel can handle timeout when feature IORING_FEAT_GETEVENTS_TIMEOUT supported. Applications should use io_uring_set_cqwait_timeout() explicitly to asked for the new feature. Jiufei Xue (2): io_uring_enter: add timeout support test/timeout: add testcase for new timeout feature