[GIT PULL] pmdomain fixes for v7.1-rc3
From: Ulf Hansson
Date: Thu May 07 2026 - 06:08:50 EST
Hi Linus,
Here's a pull-request with a couple of pmdomain fixes intended for v7.1-rc3.
Details about the highlights are as usual found in the signed tag.
Please pull this in!
Kind regards
Ulf Hansson
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git tags/pmdomain-v7.1-rc1
for you to fetch changes up to ec1fcddb3117d9452210e838fd37389ee61e10e8:
pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy() (2026-04-27 14:53:30 +0200)
----------------------------------------------------------------
pmdomain core:
- Fix detach procedure for virtual devices in genpd
pmdomain providers:
- mediatek: Fix use-after-free in scpsys_get_bus_protection_legacy()
----------------------------------------------------------------
Ulf Hansson (1):
pmdomain: core: Fix detach procedure for virtual devices in genpd
Wentao Liang (1):
pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy()
drivers/pmdomain/core.c | 10 +++++++++-
drivers/pmdomain/mediatek/mtk-pm-domains.c | 10 +++++++---
2 files changed, 16 insertions(+), 4 deletions(-)