diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2024-12-03 11:13:00 +0300 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2024-12-23 13:57:24 +0300 |
commit | b44b9bc7cab2967c3d6a791b1cd542c89fc07f0e (patch) | |
tree | 6e4e0e3848bd9c3c5f97c0b9706f6326b49d7a82 /scripts/extract-fwblobs | |
parent | d659bc68ed489022ea33342cfbda2911a81e7a0d (diff) | |
download | linux-b44b9bc7cab2967c3d6a791b1cd542c89fc07f0e.tar.xz |
OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized
If a driver calls dev_pm_opp_find_bw_ceil/floor() the retrieve bandwidth
from the OPP table but the bandwidth table was not created because the
interconnect properties were missing in the OPP consumer node, the
kernel will crash with:
Unable to handle kernel NULL pointer dereference at virtual address 0000000000000004
...
pc : _read_bw+0x8/0x10
lr : _opp_table_find_key+0x9c/0x174
...
Call trace:
_read_bw+0x8/0x10 (P)
_opp_table_find_key+0x9c/0x174 (L)
_find_key+0x98/0x168
dev_pm_opp_find_bw_ceil+0x50/0x88
...
In order to fix the crash, create an assert function to check
if the bandwidth table was created before trying to get a
bandwidth with _read_bw().
Fixes: add1dc094a74 ("OPP: Use generic key finding helpers for bandwidth key")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'scripts/extract-fwblobs')
0 files changed, 0 insertions, 0 deletions