All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] y2038: Adding recvmmsg64
@ 2021-10-06 13:54 Florian Bezdeka
  2021-10-06 13:54 ` [PATCH v5 1/3] y2038: cobalt/posix/io: " Florian Bezdeka
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Florian Bezdeka @ 2021-10-06 13:54 UTC (permalink / raw)
  To: xenomai

Hi,

Just another y2038 related syscall, once again based on v4 sent out by
Song with the following changes (squashed into the affected patches):

- rebased to current next (especially patch 3)
- minor code cleanups / reformattings
- Added the syscall name to the tracing infrastructure
- Switched the test from CLOCK_REALTIME to CLOCK_MONOTONIC

Best regards,
Florian
 

Song Chen (3):
  y2038: cobalt/posix/io: Adding recvmmsg64
  y2038: lib/cobalt/rtdm: dispatch recvmmg
  y2038: testsuite/smokey/y2038: testcase for recvmmsg64

 include/cobalt/kernel/rtdm/fd.h        |   5 +
 include/cobalt/uapi/syscall.h          |   1 +
 kernel/cobalt/posix/io.c               |   9 ++
 kernel/cobalt/posix/io.h               |   5 +
 kernel/cobalt/posix/syscall32.c        |   9 ++
 kernel/cobalt/posix/syscall32.h        |   6 ++
 kernel/cobalt/rtdm/fd.c                |  21 +++-
 kernel/cobalt/trace/cobalt-posix.h     |   3 +-
 lib/cobalt/rtdm.c                      |   5 +
 testsuite/smokey/y2038/syscall-tests.c | 127 +++++++++++++++++++++++++
 10 files changed, 189 insertions(+), 2 deletions(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-06 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 13:54 [PATCH v5 0/3] y2038: Adding recvmmsg64 Florian Bezdeka
2021-10-06 13:54 ` [PATCH v5 1/3] y2038: cobalt/posix/io: " Florian Bezdeka
2021-10-06 15:27   ` Jan Kiszka
2021-10-06 13:54 ` [PATCH v5 2/3] y2038: lib/cobalt/rtdm: dispatch recvmmg Florian Bezdeka
2021-10-06 13:54 ` [PATCH v5 3/3] y2038: testsuite/smokey/y2038: testcase for recvmmsg64 Florian Bezdeka
2021-10-06 15:31 ` [PATCH v5 0/3] y2038: Adding recvmmsg64 Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.