diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2024-12-03 11:12:59 +0300 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2024-12-23 13:57:23 +0300 |
commit | d659bc68ed489022ea33342cfbda2911a81e7a0d (patch) | |
tree | 3b80d356dc3acd375485d476c591e4069a7fecb7 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 402074f0105e93154409e4a86c02d09e5199d9a5 (diff) | |
download | linux-d659bc68ed489022ea33342cfbda2911a81e7a0d.tar.xz |
OPP: add index check to assert to avoid buffer overflow in _read_freq()
Pass the freq index to the assert function to make sure
we do not read a freq out of the opp->rates[] table when called
from the indexed variants:
dev_pm_opp_find_freq_exact_indexed() or
dev_pm_opp_find_freq_ceil/floor_indexed().
Add a secondary parameter to the assert function, unused
for assert_single_clk() then add assert_clk_index() which
will check for the clock index when called from the _indexed()
find functions.
Fixes: 142e17c1c2b4 ("OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs")
Fixes: a5893928bb17 ("OPP: Add dev_pm_opp_find_freq_exact_indexed()")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions