]> git.ipfire.org Git - thirdparty/linux.git/commit
timekeeping: Provide time setter for auxiliary clocks
authorThomas Gleixner <tglx@linutronix.de>
Wed, 25 Jun 2025 18:38:34 +0000 (20:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 27 Jun 2025 18:13:12 +0000 (20:13 +0200)
commit60ecc26ec5af567a55f362ad92c0cac8b894541c
tree7afcba490df62f8bd8a0ac75ffb9684c47187ddc
parent606424bf4ffd9d27865c45b5707c1edac6b187ed
timekeeping: Provide time setter for auxiliary clocks

Add clock_settime(2) support for auxiliary clocks. The function affects the
AUX offset which is added to the "monotonic" clock readout of these clocks.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20250625183757.995688714@linutronix.de
kernel/time/timekeeping.c