[lttng-dev] [PATCH lttng-tools 1/2] README: Update the Userspace RCU requirements

2022-10-06 Thread Alistair Francis via lttng-dev
From: Alistair Francis Commit cc22de985fbd "Bump URCU dependency to 0.14" increase the Userspace RCU requirements but didn't update the README. Let's ensure the README has the correct information. Signed-off-by: Alistair Francis --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[lttng-dev] [PATCH lttng-tools 2/2] Tests: select_poll_epoll: Add support for _time64

2022-10-06 Thread Alistair Francis via lttng-dev
From: Alistair Francis Add support for the 64-bit time_t syscalls SYS_ppoll_time64 and SYS_pselect6_time64. These are the syscalls that exist 32-bit platforms since the 5.1 kernel. 32-bit platforms with a 64-bit time_t only have these and don't have the original syscalls (such as 32-bit RISC-V)