From patchwork Mon Dec 4 13:47:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13478459 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1A724C4167B for ; Mon, 4 Dec 2023 13:48:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Fo4hmQUcB4griJZvlPtFo8BuZAyrog+7AytclgGKBPc=; b=U9yPyRXNQpSswk JIGTd4U9+bKCOHeT9DDKbLPQ1hen7S4VKSXHN6jt7tSqU+pLWt3lE4hvy/Qq/q3EjwO7CPf4tcCKj be/ZDiH3TxN1ZtQ8oMaBqBou36DI3vllhY1pOHdFVo2Jb/LoCEtuNSo8GDm5M/ejGCh0VJXIv7hu/ 0SVs5CNbOLgYviYlaShAdAwtfTPzQdTARiOxvEb4FUHgLU8rZuQg00QP1Vx7kzTAA8dQjdhMYbV0Q ZiangP4fADDAb6WsULol76BKoxo6APgPG3RKiQtuds97ip4L95ygTXX8wK9FIhAYCgHSw6H/5aXg0 CwV4mM0YWa/vEFQDcPYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rA9IK-004ggf-0v; Mon, 04 Dec 2023 13:47:32 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rA9IH-004ggF-0o for linux-arm-kernel@lists.infradead.org; Mon, 04 Dec 2023 13:47:30 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D2D3F152B; Mon, 4 Dec 2023 05:48:15 -0800 (PST) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 7B81A3F5A1; Mon, 4 Dec 2023 05:47:27 -0800 (PST) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Cristian Marussi , Olof Johansson Subject: [GIT PULL] firmware: arm_scmi: Fixes for v6.7 Date: Mon, 4 Dec 2023 13:47:22 +0000 Message-ID: <20231204134724.30465-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231204_054729_333744_683B63C8 X-CRM114-Status: UNSURE ( 5.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-6.7 for you to fetch changes up to 77f5032e94f244ba08db51e17ca8f37bd7ff9acb: firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode (2023-12-04 12:33:44 +0000) ---------------------------------------------------------------- Arm SCMI fixes for v6.7 A fix for possible truncation/overflow in the frequency computations as both the performance value and the multiplier are 32bit values. ---------------------------------------------------------------- Sudeep Holla (2): firmware: arm_scmi: Fix frequency truncation by promoting multiplier type firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode drivers/firmware/arm_scmi/perf.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)