Re: [lttng-dev] [PATCH v2] Tests: select_poll_epoll: Add support for _time64

2023-01-31 Thread Alistair Francis via lttng-dev
On Thu, Dec 15, 2022 at 6:20 AM Jérémie Galarneau wrote: > > Hi Alistair, > > The patch you submitted doesn't pass on x86 and x86-64. Are you able to provide the failures? It should just be a simple fix > > I have written an alternative patch that works on the 32/64 variants of ARM > and x86. I

Re: [lttng-dev] [PATCH v2] Tests: select_poll_epoll: Add support for _time64

2022-12-14 Thread Jérémie Galarneau via lttng-dev
CH v2] Tests: select_poll_epoll: Add support for _time64 On Thu, Oct 27, 2022 at 3:54 PM Alistair Francis wrote: > > 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 plat

Re: [lttng-dev] [PATCH v2] Tests: select_poll_epoll: Add support for _time64

2022-12-13 Thread Alistair Francis via lttng-dev
On Thu, Oct 27, 2022 at 3:54 PM Alistair Francis wrote: > > 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

[lttng-dev] [PATCH v2] Tests: select_poll_epoll: Add support for _time64

2022-10-27 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)