From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30958C433EF for ; Sun, 24 Apr 2022 11:47:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239331AbiDXLuT (ORCPT ); Sun, 24 Apr 2022 07:50:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236379AbiDXLuR (ORCPT ); Sun, 24 Apr 2022 07:50:17 -0400 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4C04D1331BD for ; Sun, 24 Apr 2022 04:47:16 -0700 (PDT) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 93D1C92009C; Sun, 24 Apr 2022 13:47:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 8CECB92009B; Sun, 24 Apr 2022 12:47:15 +0100 (BST) Date: Sun, 24 Apr 2022 12:47:15 +0100 (BST) From: "Maciej W. Rozycki" To: John Stultz , Thomas Gleixner , Stephen Boyd , Russell King , Ingo Molnar cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/3] sched_clock: Fixes for frequency reporting Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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