[GIT PULL] More power management updates for v6.19-rc1

From: Rafael J. Wysocki
Date: Tue Dec 09 2025 - 06:36:29 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.19-rc1-2

with top-most commit 316f0b43fe0131af869a5a58e20ec6e0b6038fa8

coccinelle: Drop pm_runtime_barrier() error code checks

on top of commit d348c22394ad3c8eaf7bc693cb0ca0edc2ec5246

Merge tag 'pm-6.19-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional power management updates fix for 6.19-rc1.

These fix a runtime PM unit test added during the 6.18 development cycle
and change the pm_runtime_barrier() return type to void (Brian Norris).

Thanks!


---------------

Brian Norris (3):
PM: runtime: Stop checking pm_runtime_barrier() return code
PM: runtime: Make pm_runtime_barrier() return void
coccinelle: Drop pm_runtime_barrier() error code checks

---------------

Documentation/power/runtime_pm.rst | 6 ++----
drivers/base/power/runtime-test.c | 8 ++------
drivers/base/power/runtime.c | 14 ++------------
include/linux/pm_runtime.h | 4 ++--
scripts/coccinelle/api/pm_runtime.cocci | 1 -
5 files changed, 8 insertions(+), 25 deletions(-)