public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] cyclictest: Add support for auxiliary clocks
@ 2026-04-07  6:48 Thomas Weißschuh (Schneider Electric)
  2026-04-07  6:48 ` [PATCH 1/6] cyclictest: Centralize clock option parsing Thomas Weißschuh (Schneider Electric)
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Thomas Weißschuh (Schneider Electric) @ 2026-04-07  6:48 UTC (permalink / raw)
  To: Clark Williams, John Kacur
  Cc: linux-rt-users, Thomas Weißschuh (Schneider Electric)

The Linux kernel provides support for non-standard auxiliary clocks.
These run independently from the system clock and each other.

Allow cyclictest to also use those.

Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
---
Thomas Weißschuh (Schneider Electric) (6):
      cyclictest: Centralize clock option parsing
      cyclictest: Test the return value of timer_create()
      cyclictest: Fix error error returns for uclibc clock_nanosleep() fallback
      cyclictest: Correctly print clock_nanosleep() errors
      cyclictest: Allow symbolic clock names
      cyclictest: Add support for auxiliary clocks

 src/cyclictest/cyclictest.8 |  6 ++--
 src/cyclictest/cyclictest.c | 80 ++++++++++++++++++++++++++++++++-------------
 2 files changed, 61 insertions(+), 25 deletions(-)
---
base-commit: f9c82184ce88d8de3ffe588279b0bc41d3887998
change-id: 20260121-auxclocks-7f3a13bbc199

Best regards,
--  
Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>


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

end of thread, other threads:[~2026-04-15 14:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07  6:48 [PATCH 0/6] cyclictest: Add support for auxiliary clocks Thomas Weißschuh (Schneider Electric)
2026-04-07  6:48 ` [PATCH 1/6] cyclictest: Centralize clock option parsing Thomas Weißschuh (Schneider Electric)
2026-04-07  8:27   ` Florian Bezdeka
2026-04-07  8:45     ` Thomas Weißschuh (Schneider Electric)
2026-04-15 14:46   ` John Kacur
2026-04-07  6:48 ` [PATCH 2/6] cyclictest: Test the return value of timer_create() Thomas Weißschuh (Schneider Electric)
2026-04-15 14:47   ` John Kacur
2026-04-07  6:48 ` [PATCH 3/6] cyclictest: Fix error error returns for uclibc clock_nanosleep() fallback Thomas Weißschuh (Schneider Electric)
2026-04-07  8:16   ` Florian Bezdeka
2026-04-07  8:50     ` Thomas Weißschuh (Schneider Electric)
2026-04-07  8:59       ` Florian Bezdeka
2026-04-15 14:47   ` John Kacur
2026-04-07  6:48 ` [PATCH 4/6] cyclictest: Correctly print clock_nanosleep() errors Thomas Weißschuh (Schneider Electric)
2026-04-15 14:47   ` John Kacur
2026-04-07  6:48 ` [PATCH 5/6] cyclictest: Allow symbolic clock names Thomas Weißschuh (Schneider Electric)
2026-04-15 14:48   ` John Kacur
2026-04-07  6:48 ` [PATCH 6/6] cyclictest: Add support for auxiliary clocks Thomas Weißschuh (Schneider Electric)
2026-04-15 14:48   ` John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox