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
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
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
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)