[GIT PULL] OPP updates 7.3-rc
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2026-09-09 05:45:07
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-7.3.rc2
for you to fetch changes up to 1f6de65e3314519ce462bfd3a1d29e918f97e4e5:
opp: fix use after free in _update_opp_table_clk() (2026-09-09 10:23:05 +0530)
----------------------------------------------------------------
OPP updates for 7.3-rc2
- Fix potential multiplication overflow when calculating freq in OPP
core (Colin Ian King).
- Fix use after free in _update_opp_table_clk() (Peter Griffin).
- Use %pe to print symbolic error name (Sumeet Pawnikar).
----------------------------------------------------------------
Colin Ian King (1):
OPP: of: Fix potential multiplication overflow when calculating freq
Peter Griffin (1):
opp: fix use after free in _update_opp_table_clk()
Sumeet Pawnikar (1):
opp: Use %pe to print symbolic error name
drivers/opp/core.c | 30 ++++++++++++++++--------------
drivers/opp/of.c | 6 +++---
2 files changed, 19 insertions(+), 17 deletions(-)
--
viresh