mbox series

[0/2] OPP: fix buffer overflow in indexed freq and bandwidth reads

Message ID 20241128-topic-opp-fix-assert-index-check-v1-0-cb8bd4c0370e@linaro.org (mailing list archive)
Headers show
Series OPP: fix buffer overflow in indexed freq and bandwidth reads | expand

Message

Neil Armstrong Nov. 28, 2024, 10:07 a.m. UTC
While fixing a crash when calling dev_pm_opp_find_bw_ceil()
because the bandwdith table wasn't initialized, it happens
the index is not checked aswell for indexed freq finds.

In order to properly fix that, pass the index to the assert
function and add a specialized assert function for freq
and bandwidth.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (2):
      OPP: add index check to assert to avoid buffer overflow in _read_freq()
      OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized

 drivers/opp/core.c | 52 ++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 36 insertions(+), 16 deletions(-)
---
base-commit: 6f3d2b5299b0a8bcb8a9405a8d3fceb24f79c4f0
change-id: 20241128-topic-opp-fix-assert-index-check-f46fe5c3c7ba

Best regards,