You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clocksource: Handle negative skews in "skew is too large" messages
The nanosecond-to-millisecond skew computation uses unsigned arithmetic,
which produces user-unfriendly large positive numbers for negative skews.
Therefore, use signed arithmetic for this computation in order to preserve
the negativity.
Reported-by: Chris Bainbridge <[email protected]>
Reported-by: Feng Tang <[email protected]>
Fixes: dd02926 ("clocksource: Improve "skew is too large" messages")
Reviewed-by: Feng Tang <[email protected]>
Tested-by: Chris Bainbridge <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
0 commit comments