All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] y2038: Adding support for mq_timed{send,recv}64
@ 2021-08-10 10:24 Florian Bezdeka
  2021-08-10 10:24 ` [PATCH v3 1/5] y2038: cobalt/posix/mqueue: Adding mq_timedsend64 Florian Bezdeka
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Florian Bezdeka @ 2021-08-10 10:24 UTC (permalink / raw)
  To: xenomai

Hi all,

this is kind of a re-send of the patch series originall published by
Song. There were some things that had to be addressed:

 - Code formattings
 - Copy paste errors in the test suite
 - Failing / incomplete tests, missing test cleanups
 - Incorrect compat syscall declerations

@Song: Especially the missing test cleanups and the incorrect compat
syscall declerations made me unhappy. Did you really test that once?
Please make sure to send properly tested patches. There are many
pitfalls in the game which makes the review process time consuming,
especially when I have to assume that it was not tested till now.

Changes in v3:
  - Patch 3: Fix timespec validation
  - Patch 5: Fix tests for mq_timedreceive64()
  - Patch 5: Fixed typos

Florian Bezdeka (1):
  y2038: testsuite/smokey/y2038: Adding tests for mq_timed{send,recv}64

Song Chen (4):
  y2038: cobalt/posix/mqueue: Adding mq_timedsend64
  y2038: lib/cobalt/mqueue: dispatch mq_timedsend
  y2038: cobalt/posix/muqueue: Adding mq_timedreceive64
  y2038: lib/cobalt/mqueue: dispatch mq_timedreceive

 include/cobalt/uapi/syscall.h          |   2 +
 kernel/cobalt/posix/mqueue.c           |  51 ++++++-
 kernel/cobalt/posix/mqueue.h           |  18 +++
 kernel/cobalt/posix/syscall32.c        |  16 +++
 kernel/cobalt/posix/syscall32.h        |  10 ++
 kernel/cobalt/trace/cobalt-posix.h     |   4 +-
 lib/cobalt/mq.c                        |  10 ++
 testsuite/smokey/y2038/syscall-tests.c | 190 ++++++++++++++++++++++++-
 8 files changed, 297 insertions(+), 4 deletions(-)

-- 
2.30.2



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

end of thread, other threads:[~2021-08-12  6:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10 10:24 [PATCH v3 0/5] y2038: Adding support for mq_timed{send,recv}64 Florian Bezdeka
2021-08-10 10:24 ` [PATCH v3 1/5] y2038: cobalt/posix/mqueue: Adding mq_timedsend64 Florian Bezdeka
2021-08-10 10:24 ` [PATCH v3 2/5] y2038: lib/cobalt/mqueue: dispatch mq_timedsend Florian Bezdeka
2021-08-10 10:24 ` [PATCH v3 3/5] y2038: cobalt/posix/muqueue: Adding mq_timedreceive64 Florian Bezdeka
2021-08-10 10:24 ` [PATCH v3 4/5] y2038: lib/cobalt/mqueue: dispatch mq_timedreceive Florian Bezdeka
2021-08-10 10:24 ` [PATCH v3 5/5] y2038: testsuite/smokey/y2038: Adding tests for mq_timed{send, recv}64 Florian Bezdeka
2021-08-12  6:52 ` [PATCH v3 0/5] y2038: Adding support for mq_timed{send,recv}64 chensong_2000

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.