[PATCH 0/3] sched_clock: Fixes for frequency reporting

From: Maciej W. Rozycki
Date: Sun Apr 24 2022 - 07:47:34 EST


Hi,

Hmm, kernel/time/sched_clock.c lacks a MAINTAINERS entry, but I guess it
goes along with either high-resolution timers or clocksource core. Please
advise otherwise.

In the course of reviewing the MIPS part of the `random_get_entropy'
patch set recently posted I have noticed the odd rounding mode used for
clock source frequency reporting, and then upon inspecting code involved
I've come across a couple of further small issues.

This patch set addresses these issues. Please see individual change
descriptions for details.

Maciej