]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
time: export timespec64_add_safe() symbol
authorGatien Chevallier <gatien.chevallier@foss.st.com>
Mon, 1 Sep 2025 09:16:27 +0000 (11:16 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 3 Sep 2025 23:51:08 +0000 (16:51 -0700)
commit96c88268b79bc0af2014b8732a438a7afc4fff0d
tree17e72a983ade7d5a0689febcdab7bca334888bdf
parent59aec9138f3056f0f6a521e065fd85853227bf45
time: export timespec64_add_safe() symbol

Export the timespec64_add_safe() symbol so that this function can be used
in modules where computation of time related is done.

Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://patch.msgid.link/20250901-relative_flex_pps-v4-1-b874971dfe85@foss.st.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
kernel/time/time.c