]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ntp: Read reference time only once
authorThomas Gleixner <tglx@linutronix.de>
Wed, 11 Sep 2024 13:17:42 +0000 (15:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Oct 2024 14:53:39 +0000 (16:53 +0200)
commit136bccbc2e78d3cd0bd8831e4c5a4509c0ddd945
tree5877e448b6c6d956081ecc64316f3b04f27c6e3e
parent48c3c65f64b01164f1704b40b38f60837d484f13
ntp: Read reference time only once

The reference time is required twice in ntp_update_offset(). It will not
change in the meantime as the calling code holds the timekeeper lock. Read
it only once and store it into a local variable.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20240911-devel-anna-maria-b4-timers-ptp-ntp-v1-6-2d52f4e13476@linutronix.de
kernel/time/ntp.c