Re: arm64: More syscall corruptions

2021-08-09 Thread Jan Kiszka via Xenomai
On 09.08.21 10:01, Philippe Gerum wrote: > > Philippe Gerum writes: > >> Jan Kiszka writes: >> >>> Hi all, >>> >>> the failing y2038 testcase we see in CI [1] is caused by another problem >>> of our syscall wrappers, this time on arm64: >>> >>> /* Timeout is never read by the kernel,

Re: arm64: More syscall corruptions

2021-08-09 Thread Philippe Gerum via Xenomai
Philippe Gerum writes: > Jan Kiszka writes: > >> Hi all, >> >> the failing y2038 testcase we see in CI [1] is caused by another problem >> of our syscall wrappers, this time on arm64: >> >> /* Timeout is never read by the kernel, so NULL should be OK */ >> ret =

Re: arm64: More syscall corruptions

2021-08-09 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > Hi all, > > the failing y2038 testcase we see in CI [1] is caused by another problem > of our syscall wrappers, this time on arm64: > > /* Timeout is never read by the kernel, so NULL should be OK */ > ret = XENOMAI_SYSCALL5(sc_nr, mq, msg, strlen(msg), 0,

arm64: More syscall corruptions

2021-08-09 Thread Jan Kiszka via Xenomai
Hi all, the failing y2038 testcase we see in CI [1] is caused by another problem of our syscall wrappers, this time on arm64: /* Timeout is never read by the kernel, so NULL should be OK */ ret = XENOMAI_SYSCALL5(sc_nr, mq, msg, strlen(msg), 0, NULL); 235c: b940dfe0