xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/14] y2038: Part two - timer and timerfd support
@ 2023-05-15 14:50 Florian Bezdeka
  2023-05-15 14:50 ` [PATCH v2 01/14] y2038: cobalt: Introduce some itimerspec64 related helpers Florian Bezdeka
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Florian Bezdeka @ 2023-05-15 14:50 UTC (permalink / raw)
  To: xenomai, jan.kiszka; +Cc: Florian Bezdeka

Hi all,

I'm trying to bring the remaining patches from my y2038 queue into Xenomai 
next/master branches. The full queue [1] holds ~20 patches. I'm trying to 
split that up to keep reviewing efforts low.

This series brings y2038 support for
  - timer_settime
  - timer_gettime
  - timerfd_settime
  - timerfd_gettime

Best regards,
Florian

[1] https://gitlab.com/Xenomai/xenomai-hacker-space/-/tree/florian/y2038

Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
---
Changes in v2:
- Patch 1: Remove unnecessary NULL check
- Patch 2: Split timespec validation into separate patch (now Patch 3)
- Patch 3: New patch
- Link to v1: https://lore.kernel.org/r/20230508-florian-y2038-part-two-v1-0-a417812fba85@siemens.com

---
Florian Bezdeka (14):
      y2038: cobalt: Introduce some itimerspec64 related helpers
      y2038: cobalt/posix/timer: Adding timer_settime64
      y2038: cobalt/posix/timer: Use timespec64_valid() for validation
      y2038: lib/cobalt: Dispatch timer_settime
      y2038: testsuite/smokey/y2038: Adding tests for timer_settime
      y2038: cobalt/posix/timer: Adding timer_gettime64
      y2038: lib/cobalt: Dispatch timer_gettime
      y2038: testsuite/smokey/y2038: Adding tests for timer_gettime
      y2038: cobalt/posix/timerfd: Adding timerfd_settime64
      y2038: lib/cobalt: Dispatch timerfd_settime
      y2038: testsuite/smokey/y2038: Adding tests for timerfd_settime
      y2038: cobalt/posix/timerfd: Adding timerfd_gettime64
      y2038: lib/cobalt: Dispatch timerfd_gettime
      y2038: testsuite/smokey/y2038: Adding tests for timerfd_gettime

 include/cobalt/kernel/time.h           |  21 +++
 include/cobalt/uapi/syscall.h          |   4 +
 kernel/cobalt/posix/timer.c            |  45 +++++-
 kernel/cobalt/posix/timer.h            |   8 ++
 kernel/cobalt/posix/timerfd.c          |  40 +++++-
 kernel/cobalt/posix/timerfd.h          |   8 ++
 kernel/cobalt/time.c                   |  35 +++++
 kernel/cobalt/trace/cobalt-posix.h     |   6 +-
 lib/cobalt/timer.c                     |  17 ++-
 lib/cobalt/timerfd.c                   |  27 ++--
 testsuite/smokey/y2038/syscall-tests.c | 247 +++++++++++++++++++++++++++++++++
 11 files changed, 442 insertions(+), 16 deletions(-)
---
base-commit: 2a60f423f269539f1af0d261810644ed09ee494d
change-id: 20230508-florian-y2038-part-two-7d7864dadd71

Best regards,
-- 
Florian Bezdeka <florian.bezdeka@siemens.com>


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

end of thread, other threads:[~2023-05-16  6:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-15 14:50 [PATCH v2 00/14] y2038: Part two - timer and timerfd support Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 01/14] y2038: cobalt: Introduce some itimerspec64 related helpers Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 02/14] y2038: cobalt/posix/timer: Adding timer_settime64 Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 03/14] y2038: cobalt/posix/timer: Use timespec64_valid() for validation Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 04/14] y2038: lib/cobalt: Dispatch timer_settime Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 05/14] y2038: testsuite/smokey/y2038: Adding tests for timer_settime Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 06/14] y2038: cobalt/posix/timer: Adding timer_gettime64 Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 07/14] y2038: lib/cobalt: Dispatch timer_gettime Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 08/14] y2038: testsuite/smokey/y2038: Adding tests for timer_gettime Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 09/14] y2038: cobalt/posix/timerfd: Adding timerfd_settime64 Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 10/14] y2038: lib/cobalt: Dispatch timerfd_settime Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 11/14] y2038: testsuite/smokey/y2038: Adding tests for timerfd_settime Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 12/14] y2038: cobalt/posix/timerfd: Adding timerfd_gettime64 Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 13/14] y2038: lib/cobalt: Dispatch timerfd_gettime Florian Bezdeka
2023-05-15 14:50 ` [PATCH v2 14/14] y2038: testsuite/smokey/y2038: Adding tests for timerfd_gettime Florian Bezdeka
2023-05-16  6:43 ` [PATCH v2 00/14] y2038: Part two - timer and timerfd support Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).