Re: [PATCH 1/2] clocksource: Use pr_info() for "Checking clocksource synchronization" message
From: John Stultz
Date: Fri Jan 24 2025 - 14:24:57 EST
On Fri, Jan 24, 2025 at 10:59 AM Waiman Long <longman@xxxxxxxxxx> wrote:
>
> 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() should be used
> instead of pr_warn().
>
> Signed-off-by: Waiman Long <longman@xxxxxxxxxx>
Acked-by: John Stultz <jstultz@xxxxxxxxxx>
Thanks for sending this!
-john