From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 222B01465BF; Thu, 11 Apr 2024 10:32:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712831545; cv=none; b=hPY89IrYa86UrpJznsnF+wPk1W6n0Tm6f9v/vHNhJz102Rkw6zjPP1YgNuac7YB8dSuL+9chAmTzBC24RDU39qAe6I21DDzS4lrbxhtnx2vPjRZV7qbLgRw0a9GjzPv/6RSIiG8/pHrMHiI5OyWl1MfN/YdwDZ3HNjhyFwXi5Dg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712831545; c=relaxed/simple; bh=MRGSThjcJDtsieRm64Q6wi4NRAKCYpoOBUjam+ky1Wo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fxvubHT9/0Usr1FH/Gl1ELjbjo01pbc2P0rHWPlG6NJysoMMlZSAi+RNmczPzY21vRVYc+1ggO/K6vwvWV1Oncim0tQovSToCh6sKye0v/8ziqLIDNaG9svVpf/TFOW9yW8yYNFOAF+P4VBLPFpl6PtUgtJuHXiG+xR/82d5deU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=kyC4smKH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="kyC4smKH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4ED9CC433F1; Thu, 11 Apr 2024 10:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1712831544; bh=MRGSThjcJDtsieRm64Q6wi4NRAKCYpoOBUjam+ky1Wo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kyC4smKHV7SEplfEkhhDsMpGMQ80X4VdIUIvuLxfQ+171n7Wz5q8EWDSoCEhBiko6 Yz6xJFbNdQ+ktC7jZs9GHLfx8oHjZDvPl7cnbvM2JgXsUTJVLup+8/M8cAWHHCV+U3 hxXlf+fDs4qxGrB2+d0l1K66jujbzOv84Fsq4QQg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Gabor Juhos , Stephen Boyd , Bjorn Andersson , Sasha Levin Subject: [PATCH 5.10 044/294] clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays Date: Thu, 11 Apr 2024 11:53:27 +0200 Message-ID: <20240411095436.964993291@linuxfoundation.org> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240411095435.633465671@linuxfoundation.org> References: <20240411095435.633465671@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Gabor Juhos [ Upstream commit e2c02a85bf53ae86d79b5fccf0a75ac0b78e0c96 ] The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid possible out-of-bound access when the table is traversed by functions like qcom_find_freq() or qcom_find_freq_floor(). Only compile tested. Fixes: d8b212014e69 ("clk: qcom: Add support for MSM8974's multimedia clock controller (MMCC)") Signed-off-by: Gabor Juhos Reviewed-by: Stephen Boyd Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20240229-freq-table-terminator-v1-7-074334f0905c@gmail.com Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- drivers/clk/qcom/mmcc-msm8974.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/qcom/mmcc-msm8974.c b/drivers/clk/qcom/mmcc-msm8974.c index 015426262d080..dfc377463a7af 100644 --- a/drivers/clk/qcom/mmcc-msm8974.c +++ b/drivers/clk/qcom/mmcc-msm8974.c @@ -283,6 +283,7 @@ static struct freq_tbl ftbl_mmss_axi_clk[] = { F(291750000, P_MMPLL1, 4, 0, 0), F(400000000, P_MMPLL0, 2, 0, 0), F(466800000, P_MMPLL1, 2.5, 0, 0), + { } }; static struct clk_rcg2 mmss_axi_clk_src = { @@ -307,6 +308,7 @@ static struct freq_tbl ftbl_ocmemnoc_clk[] = { F(150000000, P_GPLL0, 4, 0, 0), F(291750000, P_MMPLL1, 4, 0, 0), F(400000000, P_MMPLL0, 2, 0, 0), + { } }; static struct clk_rcg2 ocmemnoc_clk_src = { -- 2.43.0