]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clocksource: Use pr_info() for "Checking clocksource synchronization" message
authorWaiman Long <longman@redhat.com>
Sat, 25 Jan 2025 01:54:41 +0000 (20:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 12:50:06 +0000 (13:50 +0100)
commit0bebe3e832d0533f71a990503b26a13f98271eaa
tree4118a8613dafee6eb70bff5e44b17217d15f1291
parent791d0082c14820bafc3a21a0bc47e22bc2f2c4ee
clocksource: Use pr_info() for "Checking clocksource synchronization" message

[ Upstream commit 1f566840a82982141f94086061927a90e79440e5 ]

The "Checking clocksource synchronization" message is normally printed
when clocksource_verify_percpu() is called for a given clocksource if
both the CLOCK_SOURCE_UNSTABLE and CLOCK_SOURCE_VERIFY_PERCPU flags
are set.

It is an informational message and so pr_info() is the correct choice.

Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20250125015442.3740588-1-longman@redhat.com
Stable-dep-of: 6bb05a33337b ("clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context")
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/time/clocksource.c