]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'pm-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Nov 2025 17:46:52 +0000 (09:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Nov 2025 17:46:52 +0000 (09:46 -0800)
commit07e09c32330c5ad2864b2d52ce6a33e1963ebfcb
treed53f924131c60224b39f763b0f1674bff5b7b51e
parent1753d40dce2023405cafd9e3bec169674ed99e2d
parentf384497a76ed9539f70f6e8fe81a193441c943d2
Merge tag 'pm-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull power management fix from Rafael Wysocki:
 "Fix a regression introduced during the 6.16 development cycle that may
  cause runtime PM to be enabled by mistake for devices that do not
  support it (which may lead to some serious trouble) if there is a
  system wakeup event during the "late suspend" phase of system suspend"

* tag 'pm-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  PM: sleep: core: Fix runtime PM enabling in device_resume_early()