]> git.ipfire.org Git - thirdparty/linux.git/commit
timekeeping: Add auxiliary clock support to __timekeeping_inject_offset()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 25 Jun 2025 18:38:42 +0000 (20:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 27 Jun 2025 18:13:13 +0000 (20:13 +0200)
commit2c8aea59c206b12b436373861590baeda728be12
tree0026b752f1b754056b21ee9c598d3d5cfb961266
parente8db3a55798d70f2c222c6103990776fca6a6ebc
timekeeping: Add auxiliary clock support to __timekeeping_inject_offset()

Redirect the relative offset adjustment to the auxiliary clock offset
instead of modifying CLOCK_REALTIME, which has no meaning in context of
these clocks.

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