[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <325a45b7-bb02-4a32-8590-6abc14ad9619@linaro.org>
Date: Wed, 10 Jul 2024 13:05:12 +0200
From: Konrad Dybcio <konrad.dybcio@...aro.org>
To: Varadarajan Narayanan <quic_varada@...cinc.com>, robh@...nel.org,
krzk+dt@...nel.org, conor+dt@...nel.org, andersson@...nel.org,
mturquette@...libre.com, sboyd@...nel.org, ilia.lin@...nel.org,
rafael@...nel.org, viresh.kumar@...aro.org, ulf.hansson@...aro.org,
quic_sibis@...cinc.com, quic_rjendra@...cinc.com, danila@...xyga.com,
neil.armstrong@...aro.org, otto.pflueger@...cue.de, abel.vesa@...aro.org,
luca@...tu.xyz, geert+renesas@...der.be, stephan.gerhold@...nkonzept.com,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-clk@...r.kernel.org
Subject: Re: [PATCH v6 1/9] soc: qcom: cpr3: Fix 'acc_desc' usage
On 10.07.2024 8:10 AM, Varadarajan Narayanan wrote:
> cpr3 code assumes that 'acc_desc' is available for SoCs
> implementing CPR version 4 or less. However, IPQ9574 SoC
> implements CPRv4 without ACC. This causes NULL pointer accesses
> resulting in crashes. Hence, check if 'acc_desc' is populated
> before using it.
>
> Signed-off-by: Varadarajan Narayanan <quic_varada@...cinc.com>
> ---
Does it not work if you drop this patch?
In v15, drv->tcsr is left NULL (from kzalloc), unless data->acc_desc
is present
Konrad
Powered by blists - more mailing lists