summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorCan Peng <pengcan@kylinos.cn>2026-07-18 11:29:37 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2026-07-27 10:29:27 +1000
commit1163a476a568f6c0f852d469c8e4c5a5f805adac (patch)
treeabb139b7fc9a495f97c7ab05d676f1f3cd0ded5d /tools/perf/scripts/python/bin/stackcollapse-report
parenta7e2dfb7dafc8fb750b7ba0caec59043f5b73e00 (diff)
hwrng: stm32 - Fix runtime PM cleanup on registration failure
stm32_rng_probe() enables autosuspend and runtime PM before registering the hwrng. If devm_hwrng_register() fails, probe returns with runtime PM left enabled and autosuspend still selected. The remove callback also only disables runtime PM and does not undo pm_runtime_use_autosuspend(). Use devm_pm_runtime_enable() so runtime PM is unwound automatically on probe failure and driver detach. Since the managed cleanup also disables runtime PM,drop the remove callback. Fixes: c6a97c42e399 ("hwrng: stm32 - add support for STM32 HW RNG") Cc: stable@vger.kernel.org Signed-off-by: Can Peng <pengcan@kylinos.cn> Reviewed-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions